comment multiple lines latex code example
Example 1: multi line comments latex
\usepackage{verbatim}
%^that goes at the very top
\begin{comment}
stuff commented out here
\end{comment}
Example 2: latex uncomment multiple lines
Mark section
Ctrl + t //multiline comment
Crtl + u //mutliline uncomment