summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex21
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
index 2d6ec9e5f62..705ac182c5b 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
@@ -1,9 +1,12 @@
% book example for classicthesis.sty
+\RequirePackage{silence} % :-\
+ \WarningFilter{scrbook}{Usage of package `titlesec'}
+ \WarningFilter{titlesec}{Non standard sectioning command detected}
\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook} % KOMA-Script book
-\usepackage[T1]{fontenc}
+\usepackage[T1]{fontenc}
\usepackage{lipsum}
%\usepackage{hyperref}
-\usepackage[parts]{../classicthesis} % ,manychapters
+\usepackage[parts]{classicthesis} % ,manychapters
%\usepackage[osf]{libertine}
%\hypersetup{linktocpage=true,bookmarksnumbered=true,pageanchor=true,hypertexnames=false,naturalnames=true,plainpages=false}
@@ -11,8 +14,8 @@
% \pagestyle{scrheadings}
% \manualmark
% \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
-
- \tableofcontents
+
+ \tableofcontents
% \automark[section]{chapter}
% \renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
@@ -22,13 +25,13 @@
\cleardoublepage\part{Test Part}
\chapter{Test Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
-
+
\chapter{Test Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
@@ -38,8 +41,8 @@
\cleardoublepage\part{Appendix}
\chapter{Appendix Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
-\end{document} \ No newline at end of file
+\end{document}