On 12 Dec, 2006, at 4:51 AM, Georg Baum wrote:
\renewenvironment{comment}{\begingroup\small}{\endgroup}
Or use this bit of code (in the preamble) to have them boxed on a gray
background. Not my code, btw. I picked it up somewhere on a LaTeX sit
and now forget where. Tested extensively. Works like a charm but it
complains if you do not have any comment environment in your file.
\RequirePackage{colortbl, tabularx}
\renewenvironment{comment}
{% replaces \begin{comment}
\noindent
\tabularx{\textwidth}{|>{\columncolor[gray]{0.9}}X|}
\hline
\emph{\textbf{Comment:}}
}
{% replaces \end{comment}
\endtabularx\hrule
}
%
__________________________________________________
Stefano Franchi
Department of Philosophy Ph: (64) 9 373-7599 x83940
University Of Auckland Fax: (64) 9 373-8768
Private Bag 92019 [EMAIL PROTECTED]
Auckland
New Zealand