If a LaTeX paragraph starts with a LaTeX command then the <p> is inserted one line lower. For example, the LaTeX

\emph{Here} is where the paragraph should start but instead we get it
here.

produces the html

<em>Here</em> is where the paragraph should start but instead we get it
<p>here.</p>

I don't know if this is true for any LaTeX command, but I have tried \textbf and \textit.

I suspect the strange placing of <p> noticed by Peter Mosses on 23/11/04 may be the same bug: his example is in a paragraph starting \cindex.

Chris

PS In case you are wondering where the <p> goes if there is only one line in the paragraph starting with a LaTeX command, the answer is nowhere: both the <p> and </p> disappear in this case.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Hyperlatex-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hyperlatex-users

Reply via email to