📅  最后修改于: 2022-03-11 15:00:11.683000             🧑  作者: Mango
\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}