writing

All posts tagged writing

There’s no block comment (like /* comment */ in c) for Latex source, which is unfortunate. Someone once suggested defining a custom Latex command that did nothing, and use that as a comment tool. This has been working well for me for a few years:

\newcommand{\comment}[1]{}

Use it like this:

\comment{stuff
that
should
be
commented
out}