summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.tex
new file mode 100644
index 00000000000..bf8ae27d4f9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.tex
@@ -0,0 +1,35 @@
+% book example for classicthesis.sty
+\RequirePackage{silence} % :-\
+ \WarningFilter{scrbook}{Usage of package `titlesec'}
+ \WarningFilter{titlesec}{Non standard sectioning command detected}
+\documentclass[11pt,paper=b5,footinclude,headinclude]{scrbook} % KOMA-Script book
+\usepackage[T1]{fontenc}
+\usepackage{lipsum}
+\usepackage[style=arsclassica, parts=false]{classicthesis}
+
+\begin{document}
+
+ \tableofcontents
+
+ \chapter{Some Testing}
+ \lipsum[1]
+
+ \chapter{Test Chapter ABC}
+ \lipsum[1]
+
+ \section{A Section}
+ \lipsum[1]
+
+ \section{A Section}
+ \lipsum[1]
+
+ \section{A Section}
+ \lipsum[1]
+
+ \chapter{Test Chapter DEF}
+ \lipsum[1]
+
+ \section{A Section}
+ \lipsum[1]
+
+\end{document}