summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Examples')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.pdfbin0 -> 59432 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.tex35
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdfbin81990 -> 78871 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex13
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.pdfbin16292 -> 19100 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex4
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdfbin48713 -> 46589 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex13
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdfbin41713 -> 48770 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex19
10 files changed, 66 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.pdf
new file mode 100644
index 00000000000..637a81bc95a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-arsclassica-book.pdf
Binary files differ
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}
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
index d5304bdd481..b418143d424 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
+++ 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
index 97c8d8f911e..870801a36eb 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
@@ -2,7 +2,7 @@
\documentclass[10pt,a4paper]{article} % KOMA-Script article scrartcl
\usepackage{lipsum}
\usepackage{url}
-\usepackage[nochapters]{classicthesis} % nochapters
+\usepackage[nochapters]{../classicthesis} % nochapters
\begin{document}
\pagestyle{plain}
@@ -22,6 +22,17 @@
\finalVersionString \lipsum[1]
\subsection{A Subsection}
\lipsum[1]
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with one digit}
+ \footnote{Footnote with two digits} % "0" and "F" should not overlap here.
+
\subsection{A Subsection}
\section{A Section}
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
index 377d6d5798b..db9cb72db5d 100644
--- 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 differ
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
index 705ac182c5b..944b080f6f2 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex
@@ -2,11 +2,11 @@
\RequirePackage{silence} % :-\
\WarningFilter{scrbook}{Usage of package `titlesec'}
\WarningFilter{titlesec}{Non standard sectioning command detected}
-\documentclass[11pt,a5paper,footinclude=true,headinclude=true]{scrbook} % KOMA-Script book
+\documentclass[11pt,a5paper,footinclude,headinclude]{scrbook} % KOMA-Script book
\usepackage[T1]{fontenc}
\usepackage{lipsum}
%\usepackage{hyperref}
-\usepackage[parts]{classicthesis} % ,manychapters
+\usepackage[parts]{../classicthesis} % ,manychapters
%\usepackage[osf]{libertine}
%\hypersetup{linktocpage=true,bookmarksnumbered=true,pageanchor=true,hypertexnames=false,naturalnames=true,plainpages=false}
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
index b464cce6a70..f44446e4ef6 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
+++ 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
index f68e8607577..1dd32ea2a05 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
@@ -2,15 +2,12 @@
\RequirePackage{silence} % :-\
\WarningFilter{scrbook}{Usage of package `titlesec'}
\WarningFilter{titlesec}{Non standard sectioning command detected}
-\documentclass[11pt,paper=a5,footinclude=true,headinclude=true]{scrbook} % KOMA-Script book
+\documentclass[11pt,paper=b5,footinclude,headinclude]{scrbook} % KOMA-Script book
\usepackage[T1]{fontenc}
\usepackage{lipsum}
-\usepackage[ linedheaders=true,%
- parts=true]{../classicthesis} % ,manychapters
+\usepackage[linedheaders=true]{../classicthesis} % ,manychapters
%\usepackage[osf]{libertine}
-\usepackage{hyperref}
-
\begin{document}
% \pagestyle{scrheadings}
% \manualmark
@@ -24,13 +21,13 @@
% use \cleardoublepage here to avoid problems with pdfbookmark
\cleardoublepage\part{Test Part}\label{part:testpart}
- \chapter{Some Math Testing}
+ \chapter{Some Testing}
We discuss in Part~\ref{part:testpart} the test results.
-
+
We discuss in Part~\textsc{\ref{part:testpart}} the test results.
\lipsum[1]
- \chapter{Test Chapter ABC}
+ \chapter{Test Chapter \NoCaseChange{Ag}}
\lipsum[1]
\section{A Section}
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
index 628345dce5a..39389e24903 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
+++ 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
index 8bde90ea8ab..7cc383206fd 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
@@ -2,15 +2,19 @@
\RequirePackage{silence} % :-\
\WarningFilter{scrartcl}{Usage of package `titlesec'}
\WarningFilter{titlesec}{Non standard sectioning command detected}
-\documentclass[10pt,a4paper]{scrartcl}
+\documentclass[fontsize=10pt,paper=a4]{scrartcl}
\usepackage[LabelsAligned]{currvita} % nice cv style
\usepackage{url}
+ \urlstyle{rm}
\usepackage[ngerman]{babel}
-\usepackage[nochapters]{classicthesis}
+\usepackage[nochapters]{../classicthesis}
\renewcommand*{\cvheadingfont}{\LARGE\color{Maroon}}
\renewcommand*{\cvlistheadingfont}{\large}
-\renewcommand*{\cvlabelfont}{\qquad}
+\renewcommand*{\cvlabelfont}{\itshape} % \qquad
+
+\areaset[current]{390pt}{730pt} % need some extra space
+%\usepackage[pass,showframe]{geometry}
\begin{document}
\pagestyle{plain}
@@ -20,14 +24,15 @@
\item Andr\'e Miede
\item Geboren am \dots\ \texttt{(-;} \\
Europ\"aer, Deutsche Staatsb\"urgerschaft
- \item \url{http://www.miede.de} \\
- \url{https://www.xing.com/profile/Andre_Miede}
+ \item \url{http://www.miede.de}
\end{cvlist}
- \clearpage
+ % \clearpage
%\pdfbookmark[1]{Irgendwas}{irgendwas}
\begin{cvlist}{\spacedlowsmallcaps{Irgendwas}}\label{irgendwas}
- \item \dots
+ \item[Fusce mauris] Vestibulum luctus nibh at lectus. Sed bibendum, nulla a faucibus semper, leo velit ultricies tellus, ac venenatis arcu wisi vel nisl. Vestibulum diam. Aliquam pellentesque, augue quis sagittis posuere, turpis lacus congue quam, in hendrerit risus eros eget felis.
+ \item[Nulla facilisi] Sed a turpis eu lacus commodo facilisis. Morbi fringilla, wisi in dignissim interdum, justo lectus sagittis dui, et vehicula libero dui cursus dui. Mauris tempor ligula sed lacus. Duis cursus enim ut augue. Cras ac magna. Cras nulla. Nulla egestas.
+ \item[Curabitur a leo] Quisque egestas wisi eget nunc. Nam feugiat lacus vel est. Curabitur consectetuer.
\end{cvlist}
\end{cv}
\end{document}