summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex46
1 files changed, 35 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex b/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex
index 2925ec6e79c..db71a9a0d92 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex
@@ -2,7 +2,7 @@
% A Classic Thesis Style
% An Homage to The Elements of Typographic Style
%
-% Copyright (C) 2008 André Miede http://www.miede.de
+% Copyright (C) 2009 André Miede http://www.miede.de
%
% If you like the style then I would appreciate a postcard. My address
% can be found in the file ClassicThesis.pdf. A collection of the
@@ -36,7 +36,7 @@
% * See classicthesis-ldpkg.sty for useful commands
% **************************************************************************************************************
% To Do:
-% * support a List of Listings that looks like the other lists
+% * fix space at beginning of List of Listings
% * mathbb in section-titles/chapter-titles => disappears somehow in headlines!!!
% * think about processing a4paper, a5paper, 10pt, 11pt, 12pt etc. options for typearea layout
% (store values in internal variables and handle by \AtEndOfPackage{\areaset...})
@@ -50,9 +50,9 @@
%\KOMAoptions{%
% paper=a4,%
% fontsize=10pt,%
-% cleardoublepage=empty,%
-% footinclude=true,%
-% %abstract=false%
+% cleardoublepage=empty%
+% %,footinclude=true%
+% %,abstract=false%
%}
% ********************************************************************
% Development Stuff
@@ -73,8 +73,8 @@
\newcommand{\myDepartment}{Put data here\xspace}
\newcommand{\myUni}{\protect{Put data here}\xspace}
\newcommand{\myLocation}{Darmstadt\xspace}
-\newcommand{\myTime}{October 2008\xspace}
-\newcommand{\myVersion}{Version 2.5\xspace}
+\newcommand{\myTime}{August 2009\xspace}
+\newcommand{\myVersion}{Version 2.6\xspace}
%*******************************************************
% Packages with options that might require adjustments
%*******************************************************
@@ -86,9 +86,10 @@
\usepackage{classicthesis-ldpkg}
%*******************************************************
% Options for classicthesis.sty:
-% tocaligned eulerchapternumbers drafting linedheaders listsseparated
-% subfig nochapters beramono eulermath parts minionpro pdfspacing
-\usepackage[eulerchapternumbers,drafting,%pdfspacing,%
+% tocaligned eulerchapternumbers drafting linedheaders listsseparated
+% subfig nochapters beramono eulermath parts minionpro pdfspacing
+% listings dottedtoc
+\usepackage[eulerchapternumbers,drafting,listings,%pdfspacing,%
subfig,beramono,eulermath,parts]{classicthesis}
%*******************************************************
%\usepackage[section,below]{placeins} <--- not everybody wants this
@@ -112,6 +113,27 @@
%*******************************************************
\captionsetup{format=hang,font=small}
% ********************************************************************
+% Listings setup
+% ********************************************************************
+%\lstset{emph={trueIndex,root},emphstyle=\color{BlueViolet}}%\underbar} % for special keywords
+% ********************************************************************
+\lstset{language=[LaTeX]Tex,%C++,
+ keywordstyle=\color{RoyalBlue},%\bfseries,
+ basicstyle=\small\ttfamily,
+ %identifierstyle=\color{NavyBlue},
+ commentstyle=\color{Green}\ttfamily,
+ stringstyle=\rmfamily,
+ numbers=none,%left,%
+ numberstyle=\scriptsize,%\tiny
+ stepnumber=5,
+ numbersep=8pt,
+ showstringspaces=false,
+ breaklines=true,
+ frameround=ftff,
+ frame=single
+ %frame=L
+}
+% ********************************************************************
% Where to look for graphics
%*******************************************************
%\graphicspath{{gfx/}{misc/}} % considered harmful according to l2tabu
@@ -120,11 +142,12 @@
%*******************************************************
\hypersetup{%
colorlinks=true, linktocpage=true, pdfstartpage=3, pdfstartview=FitV,%
+ % uncomment the following line if you want to have black links (e.g., for printing)
+ %colorlinks=false, linktocpage=false, pdfborder={0 0 0}, pdfstartpage=3, pdfstartview=FitV,%
breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,%
plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,%
hypertexnames=true, pdfhighlight=/O,%hyperfootnotes=true,%nesting=true,%frenchlinks,%
urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, %pagecolor=RoyalBlue,%
- % uncomment the following line if you want to have black links (e.g., for printing)
%urlcolor=Black, linkcolor=Black, citecolor=Black, %pagecolor=Black,%
pdftitle={\myTitle},%
pdfauthor={\textcopyright\ \myName, \myUni, \myFaculty},%
@@ -171,6 +194,7 @@
\include{Chapters/Chapter02}
%\addtocontents{toc}{\protect\clearpage} % TEST
\include{Chapters/Chapter03}
+%\include{multiToC}
% ********************************************************************
% Backmatter
%*******************************************************