summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-22 19:51:42 +0000
committerKarl Berry <karl@freefriends.org>2017-10-22 19:51:42 +0000
commitd326671c4777b4897d5ecc23008d3d53f6101fc2 (patch)
tree62679eb03b1838237e21de9b758d78e3ff3aecb1 /Master/texmf-dist/doc/latex/classicthesis/Examples
parentb2fad8915b87bb45e4d3ffafd0f8119da45a921e (diff)
classicthesis (22oct17)
git-svn-id: svn://tug.org/texlive/trunk@45578 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.pdfbin82009 -> 81990 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex18
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book-xelatex.tex21
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdfbin47700 -> 48713 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex33
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdfbin41700 -> 41713 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex19
7 files changed, 53 insertions, 38 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
index aba82e818de..d5304bdd481 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 3af881d8a01..97c8d8f911e 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.tex
@@ -2,35 +2,35 @@
\documentclass[10pt,a4paper]{article} % KOMA-Script article scrartcl
\usepackage{lipsum}
\usepackage{url}
-\usepackage[nochapters]{../classicthesis} % nochapters
+\usepackage[nochapters]{classicthesis} % nochapters
\begin{document}
\pagestyle{plain}
\title{\rmfamily\normalfont\spacedallcaps{the title}}
\author{\spacedlowsmallcaps{tyler durden}}
\date{} % no date
-
+
\maketitle
-
+
\begin{abstract}
\noindent\lipsum[1] Just a test.\footnote{This is a footnote.}
\end{abstract}
-
+
\tableofcontents
-
+
\section{A Section}
\finalVersionString \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}
+ \addcontentsline{toc}{section}{\refname}
\bibliographystyle{plain}
\bibliography{../Bibliography}
-\end{document} \ No newline at end of file
+\end{document}
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 2d6ec9e5f62..705ac182c5b 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
@@ -1,9 +1,12 @@
% book example for classicthesis.sty
+\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
-\usepackage[T1]{fontenc}
+\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}
@@ -11,8 +14,8 @@
% \pagestyle{scrheadings}
% \manualmark
% \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
-
- \tableofcontents
+
+ \tableofcontents
% \automark[section]{chapter}
% \renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
@@ -22,13 +25,13 @@
\cleardoublepage\part{Test Part}
\chapter{Test Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
-
+
\chapter{Test Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
@@ -38,8 +41,8 @@
\cleardoublepage\part{Appendix}
\chapter{Appendix Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
-\end{document} \ No newline at end of file
+\end{document}
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 7d9f82d57b9..b464cce6a70 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 74aeb30052d..f68e8607577 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
@@ -1,35 +1,44 @@
% book example for classicthesis.sty
+\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
-\usepackage[T1]{fontenc}
+\usepackage[T1]{fontenc}
\usepackage{lipsum}
-\usepackage[linedheaders,parts,a5paper]{../classicthesis} % ,manychapters
+\usepackage[ linedheaders=true,%
+ parts=true]{../classicthesis} % ,manychapters
%\usepackage[osf]{libertine}
+\usepackage{hyperref}
+
\begin{document}
% \pagestyle{scrheadings}
% \manualmark
% \markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
-
- \tableofcontents
+
+ \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}
+ \cleardoublepage\part{Test Part}\label{part:testpart}
\chapter{Some Math 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}
+
+ \chapter{Test Chapter ABC}
\lipsum[1]
\section{A Section}
\lipsum[1]
-
- \chapter{Test Chapter}
+
+ \chapter{Test Chapter DEF}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
@@ -39,8 +48,8 @@
\cleardoublepage\part{Appendix}
\chapter{Appendix Chapter}
\lipsum[1]
-
+
\section{A Section}
\lipsum[1]
-\end{document} \ No newline at end of file
+\end{document}
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 c382cfe8bef..628345dce5a 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 916b72f01fb..8bde90ea8ab 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.tex
@@ -1,9 +1,12 @@
% cv example for classicthesis.sty
+\RequirePackage{silence} % :-\
+ \WarningFilter{scrartcl}{Usage of package `titlesec'}
+ \WarningFilter{titlesec}{Non standard sectioning command detected}
\documentclass[10pt,a4paper]{scrartcl}
\usepackage[LabelsAligned]{currvita} % nice cv style
\usepackage{url}
\usepackage[ngerman]{babel}
-\usepackage[nochapters]{../classicthesis}
+\usepackage[nochapters]{classicthesis}
\renewcommand*{\cvheadingfont}{\LARGE\color{Maroon}}
\renewcommand*{\cvlistheadingfont}{\large}
@@ -15,16 +18,16 @@
%\pdfbookmark[1]{Pers\"onliche Daten}{PersDat}
\begin{cvlist}{\spacedlowsmallcaps{Pers\"onliche Daten}}\label{PersDat} % should be fixed one day
\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 Geboren am \dots\ \texttt{(-;} \\
+ Europ\"aer, Deutsche Staatsb\"urgerschaft
+ \item \url{http://www.miede.de} \\
+ \url{https://www.xing.com/profile/Andre_Miede}
\end{cvlist}
-
+
\clearpage
%\pdfbookmark[1]{Irgendwas}{irgendwas}
\begin{cvlist}{\spacedlowsmallcaps{Irgendwas}}\label{irgendwas}
- \item \dots
+ \item \dots
\end{cvlist}
\end{cv}
-\end{document} \ No newline at end of file
+\end{document}