Skip to content

Instantly share code, notes, and snippets.

@chrisma
Last active July 25, 2016 13:29
Show Gist options
  • Select an option

  • Save chrisma/abed3523c2266718fe789242baf86c43 to your computer and use it in GitHub Desktop.

Select an option

Save chrisma/abed3523c2266718fe789242baf86c43 to your computer and use it in GitHub Desktop.
Block comments for LateX
\documentclass{article}
\usepackage{verbatim} % includes the 'comment' environment
\begin{document}
displayed
\begin{comment}
the comment, not displayed.
\end{comment}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment