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.tex80
1 files changed, 51 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex b/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex
index db71a9a0d92..42e1254002b 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) 2009 André Miede http://www.miede.de
+% Copyright (C) 2010 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
@@ -28,7 +28,6 @@
% **************************************************************************************************************
% Note:
% * You must not use "u etc. in strings/commands that will be spaced out (use \"u or real umlauts instead)
-% * Chapters must be marked with the \myChapter{Foo} command (sorry for the inconvenience at this point)
% * New enumeration (small caps): \begin{aenumerate} \end{aenumerate}
% * For margin notes: \graffito{}
% * Do not use bold fonts in this style, it is designed around them
@@ -36,24 +35,16 @@
% * See classicthesis-ldpkg.sty for useful commands
% **************************************************************************************************************
% To Do:
-% * 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...})
+% * [high] Check this out: http://www.golatex.de/koma-script-warnung-in-verbindung-mit-listings-package-t2058.html
+% * [medium] mathbb in section-titles/chapter-titles => disappears somehow in headlines!!!
+% * [low] Calculate text block size for Libertine font
+% * [low] Think about processing a4paper, a5paper, 10pt, 11pt, 12pt etc. options for typearea layout
+% (store values in internal variables and handle by \AtEndOfPackage{\areaset...})
% **************************************************************************************************************
-\documentclass[ twoside,openright,titlepage,fleqn,pointlessnumbers,headinclude,%1headlines,%
- 10pt,a4paper,BCOR5mm,footinclude,cleardoubleempty,abstractoff % <--- obsolete, remove (todo)
+\documentclass[ twoside,openright,titlepage,fleqn,numbers=noenddot,headinclude,%1headlines,%
+ 11pt,a4paper,BCOR5mm,footinclude,cleardoublepage=empty,abstractoff % <--- obsolete, remove (todo)
]{scrreprt}
-% ********************************************************************
-% KOMA-Script setup http://www.komascript.de/betaKOMAoptions
-% ********************************************************************
-%\KOMAoptions{%
-% paper=a4,%
-% fontsize=10pt,%
-% cleardoublepage=empty%
-% %,footinclude=true%
-% %,abstract=false%
-%}
+
% ********************************************************************
% Development Stuff
% ********************************************************************
@@ -73,8 +64,8 @@
\newcommand{\myDepartment}{Put data here\xspace}
\newcommand{\myUni}{\protect{Put data here}\xspace}
\newcommand{\myLocation}{Darmstadt\xspace}
-\newcommand{\myTime}{August 2009\xspace}
-\newcommand{\myVersion}{Version 2.6\xspace}
+\newcommand{\myTime}{February 2010\xspace}
+\newcommand{\myVersion}{Version 2.7\xspace}
%*******************************************************
% Packages with options that might require adjustments
%*******************************************************
@@ -83,14 +74,42 @@
\usepackage[square,numbers]{natbib}
\usepackage[fleqn]{amsmath} % math environments and more by the AMS
%*******************************************************
-\usepackage{classicthesis-ldpkg}
+\usepackage{classicthesis-ldpkg} % [backref]
%*******************************************************
% Options for classicthesis.sty:
% tocaligned eulerchapternumbers drafting linedheaders listsseparated
% subfig nochapters beramono eulermath parts minionpro pdfspacing
-% listings dottedtoc
-\usepackage[eulerchapternumbers,drafting,listings,%pdfspacing,%
+% listings dottedtoc minionprospacing manychapters
+\usepackage[eulerchapternumbers,drafting,listings,listsseparated,%pdfspacing,%
subfig,beramono,eulermath,parts]{classicthesis}
+
+%*******************************************************
+% Some font experiments
+%*******************************************************
+%\usepackage[osf]{libertine}
+%\usepackage{hfoldsty}
+%\usepackage[light,condensed,math]{iwona}
+%\renewcommand{\sfdefault}{iwona}
+%\usepackage{lmodern} % <-- no osf support :-(
+%\usepackage[urw-garamond]{mathdesign} <-- no osf support :-(
+
+%*******************************************************
+% Fine-tuning for the text area
+%*******************************************************
+%\linespread{1.05} % a bit more for Palatino
+%\areaset[5mm]{312pt}{761pt} % 686 (factor 2.2) + 33 head + 42 head \the\footskip
+%\setlength{\marginparwidth}{7em}%
+%\setlength{\marginparsep}{2em}%
+
+%*******************************************************
+% hack to use citations in float environments
+% will be fixed with caption package version 3.2
+%*******************************************************
+\usepackage{makerobust}
+\makeatletter
+\MakeRobustCommand\caption@xref
+\makeatother
+
%*******************************************************
%\usepackage[section,below]{placeins} <--- not everybody wants this
%\usepackage[all]{hypcap} <--- does not work with MiKTeX 2.6
@@ -130,7 +149,9 @@
showstringspaces=false,
breaklines=true,
frameround=ftff,
- frame=single
+ frame=single,
+ belowcaptionskip=.75\baselineskip,
+ numberbychapter=false
%frame=L
}
% ********************************************************************
@@ -156,6 +177,7 @@
pdfcreator={pdfLaTeX},%
pdfproducer={LaTeX with hyperref and classicthesis}%
}
+
%********************************************************************
% Hyphenation
%*******************************************************
@@ -188,18 +210,18 @@
%*******************************************************
\pagenumbering{arabic}
% use \cleardoublepage here to avoid problems with pdfbookmark
-\cleardoublepage\myPart{Some Kind of Manual}
+\cleardoublepage\part{Some Kind of Manual}
\include{Chapters/Chapter01}
-\cleardoublepage\myPart{The Showcase}
+\cleardoublepage\part{The Showcase}
\include{Chapters/Chapter02}
-%\addtocontents{toc}{\protect\clearpage} % TEST
+%\addtocontents{toc}{\protect\clearpage} % <--- just debug stuff, ignore
\include{Chapters/Chapter03}
-%\include{multiToC}
+%\include{multiToC} % <--- just debug stuff, ignore for your documents
% ********************************************************************
% Backmatter
%*******************************************************
\appendix
-\cleardoublepage\myPart{Appendix}
+\cleardoublepage\part{Appendix}
\include{Chapters/Chapter0A}
%********************************************************************
% Other Stuff in the Back