[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] numbering figure in html ?
From: |
Nick Dokos |
Subject: |
Re: [O] numbering figure in html ? |
Date: |
Mon, 04 Aug 2014 15:30:33 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Joseph Vidal-Rosset <address@hidden> 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