diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-15 23:11:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-15 23:11:00 +0000 |
commit | da0e0b99c435f4dbdf0423f98a795ea6410b05e7 (patch) | |
tree | 2f467c1f7e0f2f88c02bda2ab0c6e00f7ae22bcd /Master/texmf-dist/doc/latex/classicthesis/Examples | |
parent | 4b94812ec8dc518960017e3e9cd77ab3774fc0f1 (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf | bin | 76681 -> 77783 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf | bin | 0 -> 24099 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex | 45 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf | bin | 43559 -> 65670 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex | 32 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf | bin | 41157 -> 40757 bytes |
7 files changed, 76 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf Binary files differindex 26436afd31f..0acc413c14e 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex index a648ac0e5e4..d6d6bcf235d 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex @@ -18,7 +18,7 @@ \tableofcontents \section{A Section} - \lipsum[1] + \finalVersionString \lipsum[1] \subsection{A Subsection} \lipsum[1] \subsection{A Subsection} diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf Binary files differnew file mode 100644 index 00000000000..c0ea92125e2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdf 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 new file mode 100644 index 00000000000..13817876ec7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex @@ -0,0 +1,45 @@ +% book example for classicthesis.sty +\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook} % KOMA-Script book +\usepackage[T1]{fontenc} +\usepackage{lipsum} +%\usepackage{hyperref} +\usepackage[parts]{../classicthesis} % ,manychapters +%\usepackage[osf]{libertine} +%\hypersetup{linktocpage=true,bookmarksnumbered=true,pageanchor=true,hypertexnames=false,naturalnames=true,plainpages=false} + +\begin{document} +% \pagestyle{scrheadings} +% \manualmark +% \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}} + + \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} + \chapter{Test Chapter} + \lipsum[1] + + \section{A Section} + \lipsum[1] + + \chapter{Test Chapter} + \lipsum[1] + + \section{A Section} + \lipsum[1] + +% \include{multiToC} + + \appendix + \cleardoublepage\part{Appendix} + \chapter{Appendix Chapter} + \lipsum[1] + + \section{A Section} + \lipsum[1] + +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf Binary files differindex 51c18c9a95d..19c5dadfa52 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf 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] diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf Binary files differindex 5781a481961..b744616fcd6 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf +++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf |