Skip to content

Figure label becomes part of the text #1747

@larsga

Description

@larsga

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions