Re: Endfloat: adding Tables and Figures bookmark(s) to ToC, pdf

2014-03-18 Thread Bert Lloyd
The following seems to have solved the problem:

[in LaTeX preamble]
\usepackage[heads,nolists,tablesfirst,nomarkers]{endfloat}
\AtBeginTables{\addcontentsline{toc}{section}{Tables}}
\AtBeginFigures{\addcontentsline{toc}{section}{Figures}}

[in the body]
Choose [H] / Here definitely in the table settings


On Fri, Feb 28, 2014 at 11:48 AM, Bert Lloyd bert.lloyd...@gmail.com wrote:
 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.


Re: Endfloat: adding Tables and Figures bookmark(s) to ToC, pdf

2014-03-18 Thread Bert Lloyd
The following seems to have solved the problem:

[in LaTeX preamble]
\usepackage[heads,nolists,tablesfirst,nomarkers]{endfloat}
\AtBeginTables{\addcontentsline{toc}{section}{Tables}}
\AtBeginFigures{\addcontentsline{toc}{section}{Figures}}

[in the body]
Choose [H] / Here definitely in the table settings


On Fri, Feb 28, 2014 at 11:48 AM, Bert Lloyd bert.lloyd...@gmail.com wrote:
 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.


Re: Endfloat: adding Tables and Figures bookmark(s) to ToC, pdf

2014-03-18 Thread Bert Lloyd
The following seems to have solved the problem:

[in LaTeX preamble]
\usepackage[heads,nolists,tablesfirst,nomarkers]{endfloat}
\AtBeginTables{\addcontentsline{toc}{section}{Tables}}
\AtBeginFigures{\addcontentsline{toc}{section}{Figures}}

[in the body]
Choose [H] / "Here definitely" in the table settings


On Fri, Feb 28, 2014 at 11:48 AM, Bert Lloyd  wrote:
> 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.


Endfloat: adding Tables and Figures bookmark(s) to ToC, pdf

2014-02-28 Thread Bert Lloyd
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.


Endfloat: adding Tables and Figures bookmark(s) to ToC, pdf

2014-02-28 Thread Bert Lloyd
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.


Endfloat: adding Tables and Figures bookmark(s) to ToC, pdf

2014-02-28 Thread Bert Lloyd
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.