emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Non-appearance of tables in PDF export under \listoftables


From: Nick Dokos
Subject: Re: [O] Non-appearance of tables in PDF export under \listoftables
Date: Mon, 26 Jun 2017 11:50:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Sharon Kimble <address@hidden> writes:

> I'm having great difficulty in getting my tables to show up in
> '\listoftables', the 'Table' header shows in my pdf but nothing else
> related to tables in the preamble after the TOC.
>

I would take a look at the TeX file produced during export and try to debug it
that way.

FWIW, a (vastly reduced) example works fine for me:

--8<---------------cut here---------------start------------->8---
#+LATEX_HEADER: \usepackage{booktabs}

#+TOC: tables

* Tables
#+LABEL: tab:table1
#+NAME: tab:table1
#+CAPTION: Previous versions of this document
#+ATTR_LATEX: :booktabs t :placement [H]
| *Title*                   | *Version* | *Published*     |
|-------------------------+---------+---------------|
| Hormones 2016           |     1.5 | May 2016      |
| Hormones 2017           |     1.6 |               |
--8<---------------cut here---------------end--------------->8---

-- 
Nick




reply via email to

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