General ⇒ pffbookmark and empty pages
pffbookmark and empty pages
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?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
pffbookmark and empty pages
Try \input{document} instead of \include{document}