problem with tex4ht and jsmath
- From: Robert Marik <marik@xxxxxxxxxx>
- Date: Fri, 20 Apr 2007 18:42:11 GMT
Hello, sorry to bother again, I think that something is wrong with the
configuration of \tag command when using jsmath. The following file works
fine with 'htlatex file' but with the command 'htlatex file
"xhtml,jsmath"' I get broken the link to the equation labeled by \tag
command. Any idea?
And I have another question: is the structure of tex4ht configuration
files and the method of configuration desribed in LaTeX web companion?
Thank you. Robert.
--------------- file.tex
\documentclass{article}
\usepackage{amsmath}
\usepackage{graphics}
\begin{document}
\def\a{This a sequence. This text simply fills the space on the page. Bla
bla bla bla bla.}
\begin{equation}
\label{eq:a}
aaaaa
\end{equation}
\a\a\a\a\a\a\a\a\a\a
\begin{equation}
\label{eq:b}
bbbbbbbbbb \tag{B}
\end{equation}
\a\a\a\a\a\a\a\a
\begin{equation}
\label{eq:c}
ccccc
\end{equation}
\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a
\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a
\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a
The first and third links work, the second is broken.
\eqref{eq:a}
\eqref{eq:b}
\eqref{eq:c}
\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a
\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a
\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a
\end{document}
---------------- end of file.tex
.
- Follow-Ups:
- Re: problem with tex4ht and jsmath
- From: Eitan M Gurari
- Re: problem with tex4ht and jsmath
- Prev by Date: Re: tex4ht pmatrix and jsmath - is it a bug?
- Next by Date: Re: Using subfigure over pages
- Previous by thread: using \let rather than \def by protection to an active character
- Next by thread: Re: problem with tex4ht and jsmath
- Index(es):
Relevant Pages
|