Erling D. Andersen writes:

> Below is simple document. The output is at
> 
> http://www.mosek.com/l2h/document.html
> 
> This demonstrate there is a parse bug because the author filed is wrong.
> 
> \documentclass{book}
> 
> \title{something}
> 
> \author{
> between \vspace{0.5cm} \\
> MOSEK ApS \\

presumably it's choking on the non-standard latex

have you actually tried

  \author{
  between  \\[0.5cm]
  ...}

(i'm faintly, but only faintly, surprised to learn that the latex
itself actually works...)

_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to