Last active
July 25, 2016 13:29
-
-
Save chrisma/abed3523c2266718fe789242baf86c43 to your computer and use it in GitHub Desktop.
Block comments for LateX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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