summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Chapters
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-20 01:21:45 +0000
committerKarl Berry <karl@freefriends.org>2011-12-20 01:21:45 +0000
commit26c9e3b5c4f008407e4628e3ead683d4962c38d9 (patch)
tree39bf09b12cbd88c81ea883a6c24dd6f2743339b0 /Master/texmf-dist/doc/latex/classicthesis/Chapters
parent4aeeb5a6d15284b44b9d1cfaea82ab70b9956729 (diff)
classicthesis (19dec11)
git-svn-id: svn://tug.org/texlive/trunk@24878 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Chapters')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex61
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex18
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex4
3 files changed, 49 insertions, 34 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
index 36533f7079c..a76ffc66892 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
@@ -9,7 +9,7 @@ This bundle for \LaTeX\ has two goals:
authors
for reports, books, etc.)
\item Provide a classic, high-quality typographic style that is
- inspired by \cauthor{bringhurst:2002}'s ``\emph{The Elements of
+ inspired by \citeauthor{bringhurst:2002}'s ``\emph{The Elements of
Typographic Style}'' \citep{bringhurst:2002}.
\marginpar{\myTitle \myVersion}
\end{enumerate}
@@ -26,11 +26,11 @@ now use the style stand-alone via the file \texttt{classicthesis.sty}.
This works now also with ``plain'' \LaTeX.
As of version 3.0, \texttt{classicthesis} can also be easily used with
-LyX\footnote{\url{http://www.lyx.org}} thanks to Nicholas Mariette
-and Ivo Pletikosi\'c. The LyX version of this manual will contain
+\mLyX\footnote{\url{http://www.lyx.org}} thanks to Nicholas Mariette
+and Ivo Pletikosi\'c. The \mLyX\ version of this manual will contain
more information on the details.
-This should enable anyone with a basic knowledge of \LaTeXe\ or LyX to
+This should enable anyone with a basic knowledge of \LaTeXe\ or \mLyX\ to
produce beautiful documents without too much effort. In the end, this
is my overall goal: more beautiful documents, especially theses, as I
am tired of seeing so many ugly ones.
@@ -106,15 +106,15 @@ the following:
\item\texttt{classicthesis.sty}: the style definition to get this
awesome look and feel. Does not only work with this thesis template
but also on its own (see folder \texttt{Examples}). Bonus: works
- with both \LaTeX\ and \textsc{pdf}\LaTeX\dots and LyX.
+ with both \LaTeX\ and \textsc{pdf}\LaTeX\dots and \mLyX.
\item\texttt{ClassicThesis.tcp} a \TeX nicCenter project file.
Great tool and it's free!
\item\texttt{ClassicThesis.tex}: the main file of your thesis
where all gets bundled together.
- \item\texttt{classicthesis-preamble.sty}: a central place to load all
- nifty packages that are used. You can also load it with the option
- \texttt{backref} in order to have information about where a source
- was cited in the bibliography.
+ \item\texttt{classicthesis-config.tex}: a central place to load all
+ nifty packages that are used. In there, you can also activate
+ backrefs in order to have information in the bibliography about
+ where a source was cited in the text (\ie, the page number).
\emph{Make your changes and adjustments here.} This means that you
specify here the options you want to load \texttt{classicthesis.sty}
@@ -123,7 +123,7 @@ the following:
information.
This had to change as of version 3.0 in order to enable an easy
- transition from the ``basic'' style to LyX.
+ transition from the ``basic'' style to \mLyX.
\end{itemize}
In total, this should get you started in no time.
@@ -230,54 +230,54 @@ The best way to figure these options out is to try the different
possibilities and see, what you and your supervisor like best.
In order to make things easier in general,
-\texttt{classicthesis-preamble.sty}
+\texttt{classicthesis-config.tex}
contains some useful commands that might help you.
\section{Customization}\label{sec:custom}
-%(As of v3.0, the Classic Thesis Style for \LaTeX{} and \LyX{} share
+%(As of v3.0, the Classic Thesis Style for \LaTeX{} and \mLyX{} share
%the same two \texttt{.sty} files.)
This section will give you some hints about how to adapt
\texttt{classicthesis} to your needs.
The file \texttt{classicthesis.sty}
contains the core functionality of the style and in most cases will
-be left intact, whereas the file \texttt{classic\-thesis-preamble.sty}
+be left intact, whereas the file \texttt{classic\-thesis-config.tex}
is used for some common user customizations.
The first customization you are about to make is to alter the document
title, author name, and other thesis details. In order to do this, replace
-the data in the following lines of \texttt{classicthesis-preamble.sty:}%
-\marginpar{Modifications in \texttt{classic\-thesis-preamble.sty}%
+the data in the following lines of \texttt{classicthesis-config.tex:}%
+\marginpar{Modifications in \texttt{classic\-thesis-config.tex}%
}
\begin{lstlisting}[frame=lt]
% **************************************************
-% Re-usable information
+% 2. Personal data and user ad-hoc commands
% **************************************************
\newcommand{\myTitle}{A Classic Thesis Style\xspace}
\newcommand{\mySubtitle}{An Homage to...\xspace}
\end{lstlisting}
-
-Further customization can be made in \texttt{classicthesis-preamble.sty}
+Further customization can be made in \texttt{classicthesis-config.tex}
by choosing the options to \texttt{classicthesis.sty}
(see~\autoref{sec:options}) in a line that looks like this:
-
\begin{lstlisting}[frame=lt]
\PassOptionsToPackage{eulerchapternumbers,drafting,listings,subfig,eulermath,parts}{classicthesis}
\end{lstlisting}
-
If you want to use backreferences from your citations to the pages
-they were cited on, uncomment the following line:
+they were cited on, change the following line from:
\begin{lstlisting}[breaklines=false,frame=lt]
-\PassOptionsToPackage{backref}{classicthesis-preamble}
+\setboolean{enable-backrefs}{false} % true false
+\end{lstlisting}
+to
+\begin{lstlisting}[breaklines=false,frame=lt]
+\setboolean{enable-backrefs}{true} % true false
\end{lstlisting}
-
-Many other customizations in \texttt{classicthesis-preamble.sty} are
+Many other customizations in \texttt{classicthesis-config.tex} are
possible, but you should be careful making changes there, since some
changes could cause errors.
@@ -308,6 +308,19 @@ with the following options:
Thanks to Sven Staehs for this information.
+\subsection*{Compatibility with the (Spanish) \texttt{babel} Package}
+Spanish languages need an extra option in order to work with this template:
+\begin{verbatim}
+ \usepackage[spanish,es-lcroman]{babel}
+\end{verbatim}
+Thanks to an unknown person for this information (via Google Code issue reporting).
+
+
+\subsection*{Compatibility with the \texttt{pdfsync} Package}
+Using the \texttt{pdfsync} package leads to linebreaking problems with the \texttt{graffito} command.
+Thanks to Henrik Schumacher for this information.
+
+
\section{Future Work}
So far, this is a quite stable version that served a couple of people
well during their thesis time. However, some things are still not as
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex
index b2e4867e85d..34ac3173720 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter02.tex
@@ -1,8 +1,10 @@
%*****************************************
\chapter{Examples}\label{ch:examples}
%*****************************************
+%\setcounter{figure}{10}
+% \NoCaseChange{Homo Sapiens}
Ei choro aeterno antiopam mea, labitur bonorum pri no
-\cauthor{dueck:trio} \citep{dueck:trio}. His no decore
+\citeauthor{dueck:trio} \citep{dueck:trio}. His no decore
nemore graecis. In eos meis nominavi, liber soluta vim cu. Sea commune
suavitate interpretaris eu, vix eu libris efficiantur.
\section{A New Section}
@@ -60,7 +62,7 @@ gymnasios, clave effortio primarimente su del.\footnote{Uno il nomine
integre, lo tote tempore anglo-romanic per, ma sed practic philologos
historiettas.}
-Sia ma sine svedese americas. Asia \cauthor{bentley:1999}
+Sia ma sine svedese americas. Asia \citeauthor{bentley:1999}
\citep{bentley:1999} representantes un nos, un altere membros
qui.\footnote{De web nostre historia angloromanic.} Medical
representantes al uso, con lo unic vocabulos, tu peano essentialmente
@@ -77,7 +79,7 @@ qui. Lo malo laborava anteriormente uso.
avantiate in. Su pro effortio appellate, o.
\end{description}
Tu uno veni americano sanctificate. Pan e union linguistic
-\cauthor{cormen:2001} \citep{cormen:2001} simplificate, traducite
+\citeauthor{cormen:2001} \citep{cormen:2001} simplificate, traducite
linguistic del le, del un apprende denomination.
@@ -93,7 +95,7 @@ Ha iste americas que, qui ma tempore capital.
\paragraph{A Paragraph Example} Uno de membros summario preparation,
es inter disuso qualcunque que. Del hodie philologos occidental al,
-como publicate litteratura in web. Veni americano \cauthor{knuth:1976}
+como publicate litteratura in web. Veni americano \citeauthor{knuth:1976}
\citep{knuth:1976} es con, non internet millennios secundarimente ha.
Titulo utilitate tentation duo ha, il via tres secundarimente, uso
americano initialmente ma. De duo deler personas initialmente. Se
@@ -105,7 +107,7 @@ articulos ha.
\item Second item
\end{aenumerate}
-Medio integre lo per, non \cauthor{sommerville:1992}
+Medio integre lo per, non \citeauthor{sommerville:1992}
\citep{sommerville:1992} es linguas integre. Al web altere integre
periodicos, in nos hodie basate. Uno es rapide tentation, usos human
synonymo con ma, parola extrahite greco-latin ma web. Veni signo
@@ -131,15 +133,16 @@ rapide nos da.
suscipit instructior & titulo & personas \\
%postulant quo & westeuropee & sanctificatec \\
\midrule
- quaestio philosophia & facto & demonstrated \cauthor{knuth:1976} \\
+ quaestio philosophia & facto & demonstrated \citeauthor{knuth:1976} \\
%autem vulputate ex & parola & romanic \\
%usu mucius iisque & studio & sanctificatef \\
\bottomrule
\end{tabularx}
\caption[Autem timeam deleniti usu id]{Autem timeam deleniti usu
- id. \cauthor{knuth:1976}} \label{tab:example}
+ id. \citeauthor{knuth:1976}} \label{tab:example}
\end{table}
+\enlargethispage{2cm}
\subsection{Linguistic Registrate}
Veni introduction es pro, qui finalmente demonstrate il. E tamben
anglese programma uno. Sed le debitas demonstrate. Non russo existe o,
@@ -151,7 +154,6 @@ studio. \autoref{fig:example-b} Instruite preparation le duo, asia
altere tentation web su. Via unic facto rapide de, iste questiones
methodicamente o uno, nos al.
-\longpage
\begin{figure}[bth]
\myfloatalign
\subfloat[Asia personas duo.]
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex
index 73cceecd708..c06b7e5d58a 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter03.tex
@@ -22,9 +22,9 @@ proportional to the ratio of mean energy loss to the maximum allowed
energy transfer in a single collision with an atomic electron:
\graffito{You might get unexpected results using math in chapter or
section heads. Consider the \texttt{pdfspacing} option.}
-\[
+\begin{equation}
\kappa =\frac{\xi}{E_{\mathrm{max}}} %\mathbb{ZNR}
-\]
+\end{equation}
$E_{\mathrm{max}}$ is the maximum transferable energy in a single
collision with an atomic electron.
\[