Sharon Kimble <boudic...@skimble.plus.com> 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