+5 votes
in General IT Tips by (56.5k points)
What is the shortcut to comment out several lines in a latex document?

1 Answer

+3 votes
by (71.8k points)
selected by
 
Best answer

You can put all the lines inside \iffalse and \fi to comment them out.

Example:

\iffalse

line1

line2

line3

...

\fi 

Related questions

+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer

...