summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex15
1 files changed, 5 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
index 9d62060d274..53eae761ec5 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
@@ -1,25 +1,20 @@
% book example for classicthesis.sty
\documentclass[10pt,a4paper]{scrbook} % KOMA-Script book
\usepackage{lipsum}
-\usepackage[parts,linedheaders,eulerchapternumbers]{../classicthesis}
+\usepackage[linedheaders,parts]{../classicthesis}
%\hypersetup{linktocpage=true,bookmarksnumbered=true,pageanchor=true,hypertexnames=false,naturalnames=true,plainpages=false}
-% The pdfbookmarks in this document might not work properly.
-% Code to fix this is omitted to keep the example simple and short.
\begin{document}
\tableofcontents
- \myPart{Test Part}
+ % use \cleardoublepage here to avoid problems with pdfbookmark
+ \cleardoublepage\myPart{Test Part}
\myChapter{Test Chapter}
- %\lipsum[1]
- The pdfbookmarks in this document might not work properly.
- Code to fix this is omitted to keep the example simple
- and short.
+ \lipsum[1]
\section{A Section}
\lipsum[1]
- \myPart{Test Part}
\myChapter{Test Chapter}
\lipsum[1]
@@ -27,7 +22,7 @@
\lipsum[1]
\appendix
- \myPart{Appendix Part}
+ \cleardoublepage\myPart{Appendix}
\myChapter{Appendix Chapter}
\lipsum[1]