diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-09 13:52:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-09 13:52:31 +0000 |
commit | 081c87916dc7d57780c8ab255924cdfb56825115 (patch) | |
tree | 005626d4a7c0d8ba5b3fbe8823a8706bf2d872e3 /Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex | |
parent | 4b886a1c0f251dfb1a6603745c66fd60d041f925 (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/ClassicThesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex b/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex index 71f80e4c87f..c74981d541e 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex +++ b/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex @@ -72,7 +72,7 @@ \newcommand{\myDepartment}{Put data here\xspace} \newcommand{\myUni}{\protect{Put data here}\xspace} \newcommand{\myLocation}{Hamburg\xspace} -\newcommand{\myTime}{July 2007\xspace} +\newcommand{\myTime}{October 2007\xspace} %******************************************************* % Packages with options that might require adjustments %******************************************************* @@ -158,16 +158,17 @@ % Mainmatter %******************************************************* \pagenumbering{arabic} -\myPart{Some Kind of Manual} +% use \cleardoublepage here to avoid problems with pdfbookmark +\cleardoublepage\myPart{Some Kind of Manual} \include{Chapters/Chapter01} -\myPart{The Showcase} +\cleardoublepage\myPart{The Showcase} \include{Chapters/Chapter02} \include{Chapters/Chapter03} % ******************************************************************** % Backmatter %******************************************************* \appendix -\myPart{Appendix} +\cleardoublepage\myPart{Appendix} \include{Chapters/Chapter0A} %******************************************************************** % Other Stuff in the Back |