I want to prevent the content of a custom environment from being shown. I've tried:
\newenvironment{asdf}[3]
{
%some stuff happens here
%......
\begin{comment}
}{
\end{comment}
}
but this doesn't work.
|
I want to prevent the content of a custom environment from being shown. I've tried:
but this doesn't work. |
|||
|
|
|
Instead of This allows you to call comments from your own environments: (Oddly, this means that you must comment within a LaTeX environment: the pair of commands |
||||