Joseph Vidal-Rosset <[email protected]> writes:
> Hello everybody,
>
> In org-mode exporting
>
> \begin{figure}
> \begin{tikzpicture}
>
> \draw[<-, >=latex][thick] (0,0) -- (1.6,0) node[right] {Subcontrary};
> ...
>
> end{tikzpicture}
\end{tikzpicture}
> \caption{Square of opposition}
> \end{figure}
>
> works well with LateX, but fails with html: each Figure has the same number,
> i.e. 1.
>
> What is the best solution to get numbered Figure in html?
>
[Please provide complete examples whenever possible.]
How do you produce the figure for HTML export?
Perhaps
#+caption: Square of opposition
on the figure?
--
Nick