summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
blob: 9d62060d274c112c60f4bcd288f8504243c11a1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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}