LaTeX block comment

作者: shinezxy | 来源:发表于2017-11-09 20:34 被阅读11次
  • Introduce this one line at the beginning of the file:
\newcommand{\eat}[1]{}
  • Use the \eat tag around any block you want to comment out.
    E.g. to comment out the following lines.
\eat{
Hello
World
 }

相关文章

网友评论

    本文标题:LaTeX block comment

    本文链接:https://www.haomeiwen.com/subject/vuimmxtx.html