In this example from Herbert's myStyles.inc:
Preamble
\usepackage{ntheorem}
\newtheorem{example}{Example}
\newcommand\myExample[1]{
\begin{example}\begin{list}{}{%
\setlength{\rightmargin}{\leftmargin}% symmetric
\setlength{\partopsep}{0cm}
\item[]}
#1
\end{list}
\end{example}
}
EndPreamble
What are the percent signs for? Also, what is the #1?
Thanks
Steve
--
Steve Litt
Webmaster, Troubleshooters.Com
http://www.troubleshooters.com
[EMAIL PROTECTED]
(Legal Disclaimer) Follow these suggestions at your own risk.