So to "comment out" a line, I need to insert a % at the beginning of the line (so that line will not be compiled).
Is there way to comment out a large section without having to manually putting a % in front of each line?
|
So to "comment out" a line, I need to insert a Is there way to comment out a large section without having to manually putting a |
|||||
|
|
You can use There is also the |
|||
|
|
|
There are other ways to solve this problem than via (La)TeX.
Something that is good about either of these solutions is that they are independent of particular LaTeX packages and code. |
|||||||
|
|
Another option is the
Additionally, the package provides some simple hooks into the defined environments. Instead of
|
|||
|
|
|
The
The Not So Short Introduction to LaTeX2e mentions this option on page 6 and remarks: "Note that this won’t work inside complex environments, like math for example." |
||||
|
|
|
You can use
Of course, this has to align with other syntactical TeX structures in you document whereas you can use
The |
|||||
|