emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [new exporter] what is the label syntax for LaTeX export?


From: Myles English
Subject: [O] [new exporter] what is the label syntax for LaTeX export?
Date: Mon, 05 Nov 2012 22:05:31 +0000
User-agent: mu4e 0.9.9.5-dev1; emacs 24.2.1

Hi,

If my org file has:

#+CAPTION[Here is a table]: A nice table
#+NAME: tab:niceone
| a     |

Look at my \ref{tab:niceone}.

then M-x org-export-dispatch l L gives me:

\begin{table}[htb]
\caption[Here is a table]{\label{tab-niceone}A nice table}
\begin{center}
\begin{tabular}{l}
a\\
\end{tabular}
\end{center}
\end{table}

Look at my \ref{tab:niceone}.

So, the label tab:niceone exports as \label{tab-niceone}.  Is that right
or am I using the wrong syntax somewhere?

Thanks,

Myles



reply via email to

[Prev in Thread] Current Thread [Next in Thread]