summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex61
1 files changed, 37 insertions, 24 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