Friday, February 18, 2011

Latex. Comment out

Multiline comment in latex. There are many options for this (instead of using "%" at each line).

A simple solution is to define a command in the header.
\newcommand{\comment}[1]{}

Usage.
\comment{
This is all crap that I don't want to actually appear in the paper, so I will comment it out
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.