emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to populate a 'list of figures'?
@ 2016-09-07 10:52 Sharon Kimble
  2016-09-07 13:36 ` Peter Frings
  0 siblings, 1 reply; 6+ messages in thread
From: Sharon Kimble @ 2016-09-07 10:52 UTC (permalink / raw)
  To: org-mode-email

[-- Attachment #1: Type: text/plain, Size: 1415 bytes --]


I'm having great difficulty in being able to generate and populate a
'list of figures' in my orgmode-2-latex document. I currently have this
as a figure in my org-mode file -

--8<---------------cut here---------------start------------->8---
#+CAPTION: The four principles of person-centred care \parencite{0055}
#+ATTR_LaTeX: :width 0.5\textwidth :float t :placement [H]
#+LABEL: fig:four-principles
[[./images/four-principles-from-pcc-made-simple.png]]
--8<---------------cut here---------------end--------------->8---

Which shows in the tex file as -

--8<---------------cut here---------------start------------->8---
\begin{figure}[H]
\centering
\includegraphics[width=0.5\textwidth]{./images/four-principles-from-pcc-made-simple.png}
\caption{\label{fig:orgparagraph1}
The four principles of person-centred care \parencite{0055}}
\end{figure}
--8<---------------cut here---------------end--------------->8---

In my preamble I have -

╭────
│#+LaTeX: \listoffigures{}
╰────

Which again shows in the tex file as '\listoffigures{}'.

However, when I generate the pdf using xelatex all that it shows for my
list of figures is 'List of Figures'!

So how can I get the list of figures to be populated please?

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
Debian 8.4, fluxbox 1.3.7, emacs 25.1.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-14 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07 10:52 How to populate a 'list of figures'? Sharon Kimble
2016-09-07 13:36 ` Peter Frings
2016-09-07 15:02   ` Sharon Kimble
2016-09-07 20:13     ` Nick Dokos
2016-09-14 17:32       ` Sharon Kimble
2016-09-14 18:53         ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).