emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] List of Figures not being generated in 8.0.3?


From: Rasmus
Subject: Re: [O] List of Figures not being generated in 8.0.3?
Date: Wed, 12 Jun 2013 01:58:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)


Hi Luke!

> I just noticed that the List of Figures is not being generated in 8.0.3.
>
> I have a figure with;
>
> #+LATEX: \listoffigures
>
> #+ATTR_LaTeX: width=5.5cm
> #+CAPTION: A Caption Here
> #+LABEL: fig:test-figure-1
> #+begin_src plantuml :file test-figure-1.png :cmdline -Tpng
> plantuml stuff here
> #+end_src
> I have verified that the png is being generated in 8.0.3.  However the
> figure is not being included in the List of Figures.
>
> References to the figure \ref{fig:test-figure-1} will render as ?? in the
> Latex output.  There references render as "\ref{fig:test-figure-1}" in the
> HTML output.
>
> Works correctly in org-more 7.8.11

It seems you're using v8.0.3. . .

> Can anyone help?

Surely the manual: http://orgmode.org/org.html.

Your example would be something like 

#+OPTIONS: toc:nil
#+TOC: figures ## <-- not implemented currently
#+LATEX: \listoffigures


Correlation between the manual and proficiency is displayed in figure
[[fig:test-figure-1]]

#+NAME: gen-correlation
#+begin_src plantuml :file test-figure-1.png :cmdline -Tpng
  <<code which returns test-figure-1.png>> 
#+end_src


#+ATTR_LaTeX: :width 5.5cm
#+CAPTION: A Caption Here
#+NAME: fig:test-figure-1
#+RESULTS: gen-correlation
[[file:test-figure-1.png]]


-- 
m-mm-mmm-mmmm bacon!




reply via email to

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