diff options
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.tex | 37 |
1 files changed, 37 insertions, 0 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 new file mode 100644 index 00000000000..9d62060d274 --- /dev/null +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex @@ -0,0 +1,37 @@ +% book example for classicthesis.sty +\documentclass[10pt,a4paper]{scrbook} % KOMA-Script book +\usepackage{lipsum} +\usepackage[parts,linedheaders,eulerchapternumbers]{../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} + \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. + + \section{A Section} + \lipsum[1] + + \myPart{Test Part} + \myChapter{Test Chapter} + \lipsum[1] + + \section{A Section} + \lipsum[1] + + \appendix + \myPart{Appendix Part} + \myChapter{Appendix Chapter} + \lipsum[1] + + \section{A Section} + \lipsum[1] + +\end{document}
\ No newline at end of file |