General ⇒ Comment out a whole section?
Comment out a whole section?
Also, do you know if texniccenter has a tool that will, for example, add the % sign in front of a selected text? The problem is that I have some errors, and I need to select some parts of the text and comment it out so I can track the error, but a tool that will comment out a selected text will be useful anyways.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Comment out a whole section?
Code: Select all
\usepackage{comment}
…
\begin{comment}
…
\end{comment}
Re: Comment out a whole section?
in TeXnicCenter you can select a block of text and then use Ctrl+Q to comment it out. The inverse operation is done with Ctrl+W.