Dear Ross,

another problem occoured using html 4.0. Everytime you refer to a counter it
will be tagged with:

<SPAN CLASS="arabic"> \thecounter </SPAN>

...meaning you cannot use LaTeX counters for your own anchors!

e.g.,

\newcommand{\ltopanchor}{
\rawhtml
<!-- Start of topanchor -->
<A NAME="SEC\endrawhtml\thesection\rawhtml">
<!-- End of topanchor -->
\endrawhtml
}

will produce in html 4.0

<!-- Start of topanchor -->
<A NAME="SEC<SPAN CLASS="arabic">1</SPAN>.<SPAN CLASS="arabic">0</SPAN>">
<!-- End of topanchor -->


in html 3.2 everything works fine and will produce:

<!-- Start of topanchor -->
<A NAME="SEC1.0">
<!-- End of topanchor -->


Is there a solution to this problem? (except for post-processing html for
the excact span-tag ;) )

Best,
Peter






Programmer Peter Morling, University of Southern Denmark
Department of Statistics, Sdr. Boulevard 23A, DK-5000 Odense C
Phone (+45) 6550 3399

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to