Dear LyX users,

I am using the endfloat package to move table and figure floats to the
end of my document. I would like for separate "Tables" and "Figures"
section headers to appear in the Table of Contents and for bookmarks
to be generated in the PDF (using hyperref).

However, this doesn't seem to happen, even though I am including the
-heads- option when adding the endfloat package.

I have tried a workaround via \addcontentsline, e.g.
\addcontentsline{toc}{section}{Tables and Figures}
but this ends up pointing to the page before the Tables. (endfloat
starts on a newpage).

Any suggestions?

Thanks,
BL

PS: LyX 2.0.7 on Windows 7. Key bits of code:
in preamble:
\usepackage[heads,lists,tablesfirst,nomarkers]{endfloat}
\usepackage{hyperref}
in body:
\addcontentsline{toc}{section}{Tables and Figures}

PPS - While I would prefer separate headers, I would be happy with a
single "Tables and Figures" entry.

Reply via email to