12 Eylül 2011 Pazartesi

commenting multiple lines in Latex

In order to comment multiple lines in Latex:

\usepackage{verbatim} 


\begin{comment}
this line is commented out.
this one too..
\end{comment}


to comment out just one single line:

% only this line is commented out.


Hiç yorum yok:

Yorum Gönder