summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-06-22 17:46:38 +0000
committerKarl Berry <karl@freefriends.org>2007-06-22 17:46:38 +0000
commitdee12fed9b38e71b80bf0125d45b3c68d50e0662 (patch)
treea258d942cb7ad6c02378cbef5d33c6289a7211a5 /Master/texmf-dist/doc/latex/classicthesis/Examples
parente3813f8109b2a1a704ec02898a96bb15aef566ab (diff)
classicthesis update (5jun07)
git-svn-id: svn://tug.org/texlive/trunk@4494 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.pdfbin0 -> 138887 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex36
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdfbin0 -> 47843 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex37
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdfbin0 -> 30693 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex27
6 files changed, 100 insertions, 0 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
new file mode 100644
index 00000000000..f6bfad586a5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
new file mode 100644
index 00000000000..3aa4641f5d5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
@@ -0,0 +1,36 @@
+% article example for classicthesis.sty
+\documentclass[10pt,a4paper]{scrartcl} % KOMA-Script article
+\usepackage{lipsum}
+\usepackage{url}
+%\usepackage[nochapters]{../classicthesis-ldpkg}
+\usepackage[nochapters,minionprospacing]{../classicthesis}
+
+\begin{document}
+ \title{\rmfamily\normalfont\spacedallcaps{the title}}
+ \author{\spacedlowsmallcaps{tyler durden}}
+ \date{} % no date
+
+ \maketitle
+
+ \begin{abstract}
+ \noindent\lipsum[1]
+ \end{abstract}
+
+ \tableofcontents
+
+ \section{A Section}
+ \lipsum[1]
+ \subsection{A Subsection}
+ \lipsum[1]
+ \subsection{A Subsection}
+
+ \section{A Section}
+ \lipsum[1]
+
+ % bib stuff
+ \nocite{*}
+ \addtocontents{toc}{\protect\vspace{\beforebibskip}}
+ \addcontentsline{toc}{section}{\refname}
+ \bibliographystyle{plain}
+ \bibliography{../Bibliography}
+\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
new file mode 100644
index 00000000000..48466367958
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
new file mode 100644
index 00000000000..9d62060d274
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
@@ -0,0 +1,37 @@
+% book example for classicthesis.sty
+\documentclass[10pt,a4paper]{scrbook} % KOMA-Script book
+\usepackage{lipsum}
+\usepackage[parts,linedheaders,eulerchapternumbers]{../classicthesis}
+%\hypersetup{linktocpage=true,bookmarksnumbered=true,pageanchor=true,hypertexnames=false,naturalnames=true,plainpages=false}
+
+% The pdfbookmarks in this document might not work properly.
+% Code to fix this is omitted to keep the example simple and short.
+\begin{document}
+ \tableofcontents
+
+ \myPart{Test Part}
+ \myChapter{Test Chapter}
+ %\lipsum[1]
+ The pdfbookmarks in this document might not work properly.
+ Code to fix this is omitted to keep the example simple
+ and short.
+
+ \section{A Section}
+ \lipsum[1]
+
+ \myPart{Test Part}
+ \myChapter{Test Chapter}
+ \lipsum[1]
+
+ \section{A Section}
+ \lipsum[1]
+
+ \appendix
+ \myPart{Appendix Part}
+ \myChapter{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-cv.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
new file mode 100644
index 00000000000..6178818e8b3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
new file mode 100644
index 00000000000..57119ea829a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
@@ -0,0 +1,27 @@
+% cv example for classicthesis.sty
+\documentclass[10pt,a4paper]{scrartcl}
+\usepackage[LabelsAligned]{currvita} % nice cv style
+\usepackage{url}
+\usepackage[nochapters]{../classicthesis}
+
+\renewcommand*{\cvheadingfont}{\LARGE\color{Maroon}}
+\renewcommand*{\cvlistheadingfont}{\large}
+\renewcommand*{\cvlabelfont}{\qquad}
+
+\begin{document}
+ \begin{cv}{\spacedallcaps{Curriculum Vit\ae}}
+ %\pdfbookmark[1]{Pers\"onliche Daten}{PersDat}
+ \begin{cvlist}{\spacedlowsmallcaps{Pers\"onliche Daten}}\label{PersDat}
+ \item Andr\'e Miede
+ \item Geboren am 4.\ Dezember~1977 \\
+ Europ\"aer, Deutsche Staatsb\"urgerschaft
+ \item \url{http://www.miede.de} \\
+ \url{https://www.xing.com/profile/Andre_Miede}
+ \end{cvlist}
+
+ %\pdfbookmark[1]{Irgendwas}{irgendwas}
+ \begin{cvlist}{\spacedlowsmallcaps{Irgendwas}}\label{irgendwas}
+ \item \dots
+ \end{cvlist}
+ \end{cv}
+\end{document} \ No newline at end of file