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.tex32
1 files changed, 30 insertions, 2 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 9001cf8c797..bb18366e0b7 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
@@ -4,7 +4,8 @@
\usepackage{lipsum}
\usepackage[linedheaders,parts,pdfspacing]{../classicthesis} % ,manychapters
%\usepackage[osf]{libertine}
-%\hypersetup{linktocpage=true,bookmarksnumbered=true,pageanchor=true,hypertexnames=false,naturalnames=true,plainpages=false}
+\usepackage{amsthm}
+
\begin{document}
% \pagestyle{scrheadings}
@@ -19,9 +20,36 @@
% use \cleardoublepage here to avoid problems with pdfbookmark
\cleardoublepage\part{Test Part}
+ \chapter{Some Math Testing}
+ \newtheoremstyle{note}% hnamei
+ {3pt}% hSpace abovei
+ {3pt}% hSpace belowi note
+ {}% hBody fonti
+ {}% hIndent amounti1
+ {\itshape}% hTheorem head fonti
+% {\spacedlowsmallcaps}%
+ {:}% hPunctuation after theorem headi
+ {.5em}% hSpace after theorem headi2
+ {}%
+ \theoremstyle{note}
+ \newtheorem{note}{Definition}
+ \begin{note}
+ Here is a new definition
+ \end{note}
+
+
+ \begin{proof}
+ Here is my proof:
+ \[
+ a^2 + b^2 = c^2 \qedhere
+ \]
+ \end{proof}
+
+
+
\chapter{Test Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]