diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex | 64 |
1 files changed, 45 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex b/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex index dd7d664f269..70e54c03ad2 100644 --- a/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex +++ b/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex @@ -33,23 +33,32 @@ % * For margin notes: \graffito{} % * Do not use bold fonts in this style, it is designed around them % * Use tables as in the examples -% * There is a problem with the case of math text in part-, -% chapter-, and section titles and I have no clue on how to fix this -% (either the case or the spacing breaks). So far, I chose the case. :-( % * See classicthesis-ldpkg.sty for useful commands % ************************************************************************************************************** % To Do: % * remove obsolete KOMA options and use \KOMAoptions instead % * support a List of Listings that looks like the other lists % ************************************************************************************************************** -\documentclass[ 10pt,a4paper,twoside,openright,titlepage,fleqn,%1headlines,% a4paper letterpaper - cleardoubleempty,abstractoff,pointlessnumbers,% - headinclude,footexclude,BCOR5mm,% +\documentclass[ twoside,openright,titlepage,fleqn,%1headlines,% + pointlessnumbers,headinclude,BCOR5mm,% + 10pt,a4paper,footinclude,cleardoubleempty,abstractoff % <--- obsolete, remove (todo) ]{scrreprt} % ******************************************************************** -% List of Files (written to .log file) +% KOMA-Script setup (todo) % ******************************************************************** -\listfiles +%\KOMAoptions{% +% paper=a4,% +% fontsize=10pt,% +% cleardoublepage=empty,% +% footinclude=true,% +% abstract=false% +%} +% ******************************************************************** +% Development Stuff +% ******************************************************************** +%\listfiles +%\usepackage[l2tabu, orthodox, abort]{nag} +%\usepackage[warning, all]{onlyamsmath} % ******************************************************************** % Re-usable information % ******************************************************************** @@ -63,26 +72,43 @@ \newcommand{\myDepartment}{Put data here\xspace} \newcommand{\myUni}{\protect{Put data here}\xspace} \newcommand{\myLocation}{Hamburg\xspace} -\newcommand{\myTime}{March 2007\xspace} -% ******************************************************************** -% Load Packages +\newcommand{\myTime}{June 2007\xspace} +%******************************************************* +% Packages with options that might require adjustments +%******************************************************* +\usepackage[latin1]{inputenc} +\usepackage[ngerman,american]{babel} +\usepackage[square,numbers]{natbib} +%******************************************************* +\usepackage{classicthesis-ldpkg} %******************************************************* -\usepackage{classicthesis-ldpkg} % Options for classicthesis.sty: % tocaligned eulerchapternumbers drafting linedheaders listsseparated -% subfigure nochapters beramono eulermath parts -\usepackage[eulerchapternumbers,drafting,% +% subfigure nochapters beramono eulermath parts minionpro pdfspacing +\usepackage[eulerchapternumbers,drafting,pdfspacing,% subfigure,beramono,eulermath,parts]{classicthesis} % ******************************************************************** +% Language/strings for backrefs (change here, thanks, Lorenzo) +%******************************************************* +%\renewcommand{\backrefnotcitedstring}{\relax}%(Not cited.) +%\renewcommand{\backrefcitedsinglestring}[1]{(Citato a pagina~#1.)} +%\renewcommand{\backrefcitedmultistring}[1]{(Citato alle pagine~#1.)} +%\renewcommand{\backreftwosep}{ e~} +%\renewcommand{\backreflastsep}{ e~} +% ******************************************************************** % Setup and Finetuning %******************************************************* \newlength{\abcd} % for ab..z string length calculation \newcommand{\myfloatalign}{\centering} % how all the floats will be aligned \setlength{\extrarowheight}{3pt} % increase table row height % ******************************************************************** +% Captions look and feel +%******************************************************* +\captionsetup{format=hang,font=small} +% ******************************************************************** % Where to look for graphics %******************************************************* -\graphicspath{{gfx/}{misc/}} +%\graphicspath{{gfx/}{misc/}} % considered harmful according to l2tabu % ******************************************************************** % Hyperreferences %******************************************************* @@ -90,16 +116,16 @@ colorlinks=true, linktocpage=true, pdfstartpage=3, pdfstartview=FitV,% breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,% plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,% - hypertexnames=true, pdfhighlight=/O,%nesting=true,%frenchlinks,% - urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, pagecolor=RoyalBlue,% + 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,% + %urlcolor=Black, linkcolor=Black, citecolor=Black, %pagecolor=Black,% pdftitle={\myTitle},% pdfauthor={\textcopyright\ \myName, \myUni, \myFaculty},% pdfsubject={},% pdfkeywords={},% pdfcreator={pdfLaTeX},% - pdfproducer={LaTeX with hyperref}% + pdfproducer={LaTeX with hyperref and classicthesis}% } %******************************************************************** % Hyphenation |