On Tue, Feb 27, 2001 at 12:08:43PM -0600, Paul E Johnson wrote:
> I tested latex2html on other documents, found it was ok. SO I looked at
> my document, studied the tex output from lyx/export->latex, and realized
> that my tex document had this custom style in it. If I delete this from
> the tex file, then latex2html processes my math markup just fine. I
> can't figure out why it worked for some of you with this thing in there,
> and I'm really puzzled by it. There's something here that makes
> latex2html quit for me.
The latex code below is not included in the lyx file, but is generated by
your (modified) article.layout file.
Therefore, I didn't have a problem with your file.
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
> \newenvironment{HangIndent}
> {\list{}{%
> \setlength\leftmargin{1.5cm}% leftmargin
> \itemindent-\leftmargin}\item{}}
> {\endlist}
> \newcommand\myHangIndent[1]{
> \begin{HangIndent} #1
> \end{HangIndent}
> }