summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-09 13:52:31 +0000
committerKarl Berry <karl@freefriends.org>2007-10-09 13:52:31 +0000
commit081c87916dc7d57780c8ab255924cdfb56825115 (patch)
tree005626d4a7c0d8ba5b3fbe8823a8706bf2d872e3 /Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
parent4b886a1c0f251dfb1a6603745c66fd60d041f925 (diff)
classicthesis update (7oct07)
git-svn-id: svn://tug.org/texlive/trunk@5148 c570f23f-e606-0410-a88d-b1316a301751
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]