Guenter Milde <[EMAIL PROTECTED]> writes:
| > > > \newcommand{\myHangIndent}[1]{... etc ...}
| > > >
| > > > With that, everything processes smoothly;
|
| > > ... a workaround using comment characters. One could do
| > >
| > > \newcommand\myHangIndent[1]{%
| > > \begin{HangIndent} #1%
| > > \end{HangIndent}
| > >
| > > as the % comments out everything until and including the EOL char.
|
| > I found this fixed some problems in PS and PDF, but not latex2html.
|
| Sorry, I missed the closing }, it should be
|
| \newcommand\myHangIndent[1]{%
| \begin{HangIndent} #1%
| \end{HangIndent}%
| }
|
| so for LaTeX "{" and "}" are on one line.
|
| Would this work with LaTex2HTML?
| (or did you already fix my error?)
Hmm, I thought the error was that "\myHangIdent" was not enclosed in
braces:
"\newcommand{\myHangIdent}..."
Lgb