Generalpffbookmark and empty pages

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
me
Posts: 1
Joined: Tue Jun 15, 2010 4:03 pm

pffbookmark and empty pages

Post by me »

After searching the internet I could not find the answer so I turn to the forum now.

I have the following code:
% Appendices
\appendix
\appendixpage*
\pdfbookmark[0]{Appendices}{appendices}
\include{document}

Yet when I compile the document the bookmark command inserts a blank page. Has anyone seen this before? How can I fix this?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

pffbookmark and empty pages

Post by frabjous »

It's impossible to tell for sure, since you didn't follow board rules and provide a complete MWE, but I'm pretty sure \pdfbookmark isn't doing that. \include is doing it.

Try \input{document} instead of \include{document}
Post Reply