[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] org-mode 9.0 LaTeX export figure labels do not work
From: |
Arkady Grudzinsky |
Subject: |
[O] org-mode 9.0 LaTeX export figure labels do not work |
Date: |
Wed, 23 Nov 2016 13:44:36 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
org-mode 9.0 seems to generate random figure labels instead of
the ones specified in #+NAME:, so the cross-references do not work.
.org source:
,----
| Temperature profile is shown in Fig. \ref{fig:tcprofile}.
|
| #+NAME: fig:tcprofile
| #+CAPTION: Temperature Cycling Profile
| [[./tc_profile.png]]
`----
.tex output:
,----
| Temperature profile is shown in Fig. \ref{fig:tcprofile}.
|
| \begin{figure}[htbp]
| \centering
| \includegraphics[width=.9\linewidth]{./tc_profile.png}
| \caption{\label{fig:orgceb3fa6}
| Temperature Cycling Profile}
| \end{figure}
`----
PDF output:
,----
| Temperature profile is shown in Fig. ??.
`----
Is this a new feature or a bug?
--
Arkady
- [O] org-mode 9.0 LaTeX export figure labels do not work,
Arkady Grudzinsky <=