summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-15 23:11:00 +0000
committerKarl Berry <karl@freefriends.org>2012-08-15 23:11:00 +0000
commitda0e0b99c435f4dbdf0423f98a795ea6410b05e7 (patch)
tree2f467c1f7e0f2f88c02bda2ab0c6e00f7ae22bcd /Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
parent4b94812ec8dc518960017e3e9cd77ab3774fc0f1 (diff)
classicthesis (15aug12)
git-svn-id: svn://tug.org/texlive/trunk@27416 c570f23f-e606-0410-a88d-b1316a301751
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]