emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sharon Kimble <boudiccas@skimble.plus.com>
To: org-mode-email <emacs-orgmode@gnu.org>
Subject: How to populate a 'list of figures'?
Date: Wed, 07 Sep 2016 11:52:54 +0100	[thread overview]
Message-ID: <87lgz4t20p.fsf@skimble.plus.com> (raw)

[-- 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 --]

             reply	other threads:[~2016-09-07 10:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-07 10:52 Sharon Kimble [this message]
2016-09-07 13:36 ` How to populate a 'list of figures'? 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lgz4t20p.fsf@skimble.plus.com \
    --to=boudiccas@skimble.plus.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).