Hi,
I want to use the org-mode to write my science article. In order to be revised by teacher, I prefer to export as ODT format file for teacher and pdf file for my personal too (What's your choice?).
A problem is that the ODT file cannot recongnize the latex ref tag like \ref{fig:main}.
Another problem is that the figuer caption is "Figure 1.1" rather than "Figure 1.". I donnot like the number using chapter number.
How to deal with the problems? A file similar to org-mode manual does not achieve the right result. I use
Emacs 24.4.1 (
Org mode 8.2.10) in Ubuntu 14.04.
Here is the example file:
#+TITLE: The test of caption
* Introduction
See Figure \ref{fig:main}, we will see the result
#+CAPTION: emacs is pretty
#+LABEL: fig:main
[[file:main.jpg]]
Thanks for you help.