I have the following LaTeX source:
\begin{figure}
\begin{center}
\includegraphics[width=11cm]{photos/salaus-alus.jpg}
\end{center}
\caption{Kupi\v{s}kio Salaus Alus}\label{fig:salaus-alus}
\end{figure}
which turns into
<div class="figure">
<img src="media/file0.jpg" alt="Kupiškio Salaus Alus" /><p class="caption">Kupiškio Salaus Alus</p>
</div>
<p>[fig:salaus-alus]</p>
in the epub output. The problem here is that the label becomes part of the output text. That last <p> really shouldn't be there at all.
I have the following LaTeX source:
which turns into
in the epub output. The problem here is that the label becomes part of the output text. That last
<p>really shouldn't be there at all.