Answers for "latex long comments"

1

latex long comments

\documentclass{article}
\usepackage{verbatim}	%You can use long comments from this package
\begin{document}
    This text will be displayed
\begin{comment}
    This text will not be displayed.
\end{comment}
\end{document}
Posted by: Guest on March-19-2021
6

comment in latex

%this is a comment (use percent sign %)
Posted by: Guest on November-06-2020

Browse Popular Code Answers by Language