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.tex65
1 files changed, 41 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 3643aefb00f..31b13b06fb4 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
@@ -166,9 +166,10 @@ allow for a bit of freedom concerning the layout:
\item Parts and Chapters:
\begin{itemize}
- \item\texttt{parts}: if you use Part divisions for your document,
- you should choose this option. (Cannot be used together with
- \texttt{nochapters}.)
+ \item\texttt{parts}: use this option if you \emph{use} Part
+ divisions in your document. This is necessary to get the
+ spacing of the Table of Contents right.
+ (Cannot be used together with \texttt{nochapters}.)
\item\texttt{linedheaders}: changes the look of the chapter
headings a bit by adding a horizontal line above the chapter
@@ -178,6 +179,12 @@ allow for a bit of freedom concerning the layout:
\item Typography:
\begin{itemize}
+ \item\texttt{style}: this offers a comfortable way of changing the look and feel easily. Default style is \texttt{classicthesis}.
+
+ As a new feature, Lorenzo Pantieri's \texttt{arsclassica} is available as well. As Lorenzo's package is discontinued and with his permission, \texttt{classicthesis-arsclassica.sty} is now part of \texttt{classicthesis} and will be maintained here.
+
+ \item\texttt{palatino}: Hermann Zapf's classic font is the free standard font for this style. Robert Bringhurst's book uses Adobe's commercial font Minion Pro. However, there are other free alternatives also available. Deactivate this option for loading such alternatives and see \texttt{classicthesis-config.tex} for some suggestions.
+
\item\texttt{eulerchapternumbers}: use figures from Hermann Zapf's
Euler math font for the chapter numbers. By default, old style
figures from the Palatino font are used.
@@ -187,6 +194,7 @@ allow for a bit of freedom concerning the layout:
\item\texttt{eulermath}: loads the awesome Euler fonts for math.
Pala\-tino is used as default font.
+
\end{itemize}
\marginpar{Options are enabled via \texttt{option=true}}
@@ -209,16 +217,27 @@ allow for a bit of freedom concerning the layout:
\item Floats:
\begin{itemize}
- \item\texttt{listings}: loads the \texttt{listings} package (if not
- already done) and configures the List of Listings accordingly.
+ % \item\texttt{listings}: loads the \texttt{listings} package (if not already done) and configures the List of Listings accordingly.
\item\texttt{floatperchapter}: activates numbering per chapter for
all floats such as figures, tables, and listings (if used).
\end{itemize}
+ \item Tweaking colors and fonts -- please use this with great care!:
+ \begin{itemize}
+ \item\verb|\ct@altfont|: comfortable hook to alter the basic look and feel of everything that uses spaced caps or spaced small caps. For example, for \texttt{arsclassica} we used \\ \verb|\renewcommand*{\ct@altfont}{\sffamily}|. Coloring is also possible this way.
+
+ % \item\verb|\ct@caps|: spacedallcaps spacedlowsmallcaps
+
+ \item\texttt{CTsemi}: Change the semi gray color used, \eg, for the chapter number. Default is: \verb|\definecolor{CTsemi}{gray}{0.55}|
+
+ \item\texttt{CTtitle}: Change the red color used, \eg, for the title. Default is: \verb|\definecolor{CTtitle}{named}{Maroon}|
+
+ \end{itemize}
+
\end{itemize}
-Furthermore, pre-defined margins for different paper sizes are available, \eg, \texttt{a4paper}, \texttt{a5paper}, and \texttt{letterpaper}. These are based on your chosen option of \verb|\documentclass|.
+Furthermore, pre-defined margins for different paper sizes are available, \eg, \texttt{a4paper}, \texttt{a5paper}, \texttt{b5paper}, and \texttt{letterpaper}. These are based on your chosen option of \verb|\documentclass|.
The best way to figure these options out is to try the different
possibilities and see what you and your supervisor like best.
@@ -245,11 +264,11 @@ the data in the following lines of \texttt{classicthesis-config.tex:}%
}
\begin{lstlisting}
- % **************************************************
+ % *********************************************
% 2. Personal data and user ad-hoc commands
- % **************************************************
- \newcommand{\myTitle}{A Classic Thesis Style\xspace}
- \newcommand{\mySubtitle}{An Homage to...\xspace}
+ % *********************************************
+ \newcommand{\myTitle}{A Classic Thesis Style}
+ \newcommand{\mySubtitle}{An Homage to...}
\end{lstlisting}
Further customization can be made in \texttt{classicthesis-config.tex}
@@ -257,20 +276,18 @@ by choosing the options to \texttt{classicthesis.sty}
(see~\autoref{sec:options}) in a line that looks like this:
\begin{lstlisting}
- \PassOptionsToPackage{
- drafting=true, % print version information on the bottom of the pages
- tocaligned=false, % the left column of the toc will be aligned (no indentation)
- dottedtoc=false, % page numbers in ToC flushed right
- parts=true, % use part division
- eulerchapternumbers=true, % use AMS Euler for chapter font (otherwise Palatino)
- linedheaders=false, % chaper headers will have line above and beneath
- floatperchapter=true, % numbering per chapter for all floats (i.e., Figure 1.1)
- listings=true, % load listings package and setup LoL
- subfig=true, % setup for preloaded subfig package
- eulermath=false, % use awesome Euler fonts for mathematical formulae (only with pdfLaTeX)
- beramono=true, % toggle a nice monospaced font (w/ bold)
- minionpro=false % setup for minion pro font; use minion pro small caps as well (only with pdfLaTeX)
- }{classicthesis}
+\PassOptionsToPackage{
+ drafting=true,
+ tocaligned=false,
+ dottedtoc=false,
+ eulerchapternumbers=true,
+ linedheaders=false,
+ floatperchapter=true,
+ eulermath=false,
+ beramono=true,
+ palatino=true,
+ style=classicthesis
+}{classicthesis}
\end{lstlisting}
Many other customizations in \texttt{classicthesis-config.tex} are