Answers for "overleaf comment block"

0

How do you comment a bunch of lines in overleaf?

newcommand{comment}[1]{} %define a new command that effectively does nothing with the input

comment{
This line of text won't show

This one won't either

You got a proper comment mate!
}
Posted by: Guest on June-23-2021
-1

latex block comment

...
longdef/*#1*/{}		% don't forget this line
...

begin{document}

/* This is a block-
	comment over
    multiple lines
    in latex
*/
Posted by: Guest on October-02-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language