From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: numbering figure in html ? Date: Mon, 4 Aug 2014 12:19:32 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b34368268295404ffcb143f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEFMw-0000lO-EC for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 06:19:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEFMv-0002Gk-JP for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 06:19:54 -0400 Received: from mail-vc0-x22c.google.com ([2607:f8b0:400c:c03::22c]:62384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEFMv-0002Ge-F4 for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 06:19:53 -0400 Received: by mail-vc0-f172.google.com with SMTP id im17so10766384vcb.3 for ; Mon, 04 Aug 2014 03:19:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Liste-emacs-orgmode@gnu.org" --047d7b34368268295404ffcb143f Content-Type: text/plain; charset=UTF-8 Hello everybody, In org-mode exporting \begin{figure} \begin{tikzpicture} \draw[<-, >=latex][thick] (0,0) -- (1.6,0) node[right] {Subcontrary}; ... 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? Regards Jo. --047d7b34368268295404ffcb143f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello everybo= dy,

In org-mode exporting

\begin{figure}
\begin{tikzpicture}

\draw[<-, >=3Dlatex][thick] (0,0) -- (1.= 6,0) node[right] {Subcontrary};
...

end{tikzpicture}
\caption{Square of opposition}
\end{figure}

works well with LateX, but fails with html: eac= h Figure has the same number, i.e. 1.

What is the best soluti= on to get numbered Figure in html?

Regards

Jo.
--047d7b34368268295404ffcb143f--