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.tex33
1 files changed, 21 insertions, 12 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 74aeb30052d..f68e8607577 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
@@ -1,35 +1,44 @@
% book example for classicthesis.sty
+\RequirePackage{silence} % :-\
+ \WarningFilter{scrbook}{Usage of package `titlesec'}
+ \WarningFilter{titlesec}{Non standard sectioning command detected}
\documentclass[11pt,paper=a5,footinclude=true,headinclude=true]{scrbook} % KOMA-Script book
-\usepackage[T1]{fontenc}
+\usepackage[T1]{fontenc}
\usepackage{lipsum}
-\usepackage[linedheaders,parts,a5paper]{../classicthesis} % ,manychapters
+\usepackage[ linedheaders=true,%
+ parts=true]{../classicthesis} % ,manychapters
%\usepackage[osf]{libertine}
+\usepackage{hyperref}
+
\begin{document}
% \pagestyle{scrheadings}
% \manualmark
% \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
-
- \tableofcontents
+
+ \tableofcontents
% \automark[section]{chapter}
% \renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
% \renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
% use \cleardoublepage here to avoid problems with pdfbookmark
- \cleardoublepage\part{Test Part}
+ \cleardoublepage\part{Test Part}\label{part:testpart}
\chapter{Some Math Testing}
+ We discuss in Part~\ref{part:testpart} the test results.
+
+ We discuss in Part~\textsc{\ref{part:testpart}} the test results.
\lipsum[1]
-
- \chapter{Test Chapter}
+
+ \chapter{Test Chapter ABC}
\lipsum[1]
\section{A Section}
\lipsum[1]
-
- \chapter{Test Chapter}
+
+ \chapter{Test Chapter DEF}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
@@ -39,8 +48,8 @@
\cleardoublepage\part{Appendix}
\chapter{Appendix Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
-\end{document} \ No newline at end of file
+\end{document}