Tagged Questions
9
votes
2answers
132 views
macro that defines a comment
The Wikibooks book on LaTeX mentions the following way of defining a macro for (possibly multi-line) comments:
\newcommand{\comment}[2]{#2}
with the argument that
\newcommand{\comment}[1]{}
can ...
7
votes
1answer
312 views
Vertical spacing before and after equation environment: empty line or not?
The vertical spacing in front of and behind the amsmath equation environment is different whether I insert a blank line or not (im using KOMA-Script with parskip=half if this is important). I'd like ...
3
votes
2answers
180 views
Problem with \specialcomment-command and equation/align-environments
I'm using the specialcomment-command from the comment package around equation and align environments. This leads to an unwanted blank line after the math environment. When just using the simple ...
