- Introduce this one line at the beginning of the file:
\newcommand{\eat}[1]{}
- Use the \eat tag around any block you want to comment out.
E.g. to comment out the following lines.
\eat{
Hello
World
}
\newcommand{\eat}[1]{}
\eat{
Hello
World
}