diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-27 19:02:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-27 19:02:15 +0000 |
commit | 957cdf929357b4c2fe6d581b81450567e2e792ea (patch) | |
tree | 70e4640c5e93c2411e82b7115e81e8db20700032 /Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex | |
parent | 2b311b90f06b68e1cb123c58c3b380ea6533eea0 (diff) |
classicthesis (25jan11)
git-svn-id: svn://tug.org/texlive/trunk@21196 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex b/Master/texmf-dist/doc/latex/classicthesis/ClassicThesis.tex index d368ca4cc5a..a5911defbbd 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) 2010 André Miede http://www.miede.de +% Copyright (C) 2011 Andr\'e 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 @@ -41,8 +41,8 @@ % * [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,numbers=noenddot,headinclude,%1headlines,% - 11pt,a4paper,BCOR5mm,footinclude,cleardoublepage=empty,abstractoff % <--- obsolete, remove (todo) +\documentclass[ twoside,openright,titlepage,fleqn,numbers=noenddot,headinclude,%1headlines,% letterpaper a4paper + 11pt,a4paper,BCOR5mm,footinclude=true,cleardoublepage=empty,abstractoff % <--- obsolete, remove (todo) ]{scrreprt} % ******************************************************************** @@ -64,8 +64,8 @@ \newcommand{\myDepartment}{Put data here\xspace} \newcommand{\myUni}{\protect{Put data here}\xspace} \newcommand{\myLocation}{Darmstadt\xspace} -\newcommand{\myTime}{May 2010\xspace} -\newcommand{\myVersion}{Version 2.8\xspace} +\newcommand{\myTime}{January 2011\xspace} +\newcommand{\myVersion}{Version 2.9\xspace} %******************************************************* % Packages with options that might require adjustments %******************************************************* @@ -73,16 +73,16 @@ \usepackage[ngerman,american]{babel} \usepackage[square,numbers]{natbib} \usepackage[fleqn]{amsmath} % math environments and more by the AMS - +%\usepackage{varioref} % load BEFORE classicthesis-ldpkg %******************************************************* \usepackage{classicthesis-ldpkg} % [backref] %******************************************************* % Options for classicthesis.sty: -% tocaligned eulerchapternumbers drafting linedheaders listsseparated +% tocaligned eulerchapternumbers drafting linedheaders listings % subfig nochapters beramono eulermath parts minionpro pdfspacing -% listings dottedtoc minionprospacing manychapters -\usepackage[eulerchapternumbers,drafting,listings,listsseparated,%pdfspacing,%listings, - subfig,beramono,eulermath,parts]{classicthesis} +% dottedtoc minionprospacing manychapters floatperchapter +\usepackage[eulerchapternumbers,drafting,listings,%linedheaders,%pdfspacing,%listings, + subfig,beramono,eulermath,parts,dottedtoc,floatperchapter]{classicthesis}% %******************************************************* % Some font experiments @@ -151,8 +151,7 @@ breaklines=true, frameround=ftff, frame=single, - belowcaptionskip=.75\baselineskip, - numberbychapter=false + belowcaptionskip=.75\baselineskip %frame=L } @@ -211,8 +210,9 @@ % Mainmatter %******************************************************* \pagenumbering{arabic} +\setcounter{page}{90} % use \cleardoublepage here to avoid problems with pdfbookmark -\cleardoublepage\part{Some Kind of Manual} +\cleardoublepage\myPart{Some Kind of Manual} \include{Chapters/Chapter01} \cleardoublepage\part{The Showcase} \include{Chapters/Chapter02} @@ -232,7 +232,7 @@ \cleardoublepage\include{FrontBackmatter/Colophon} \cleardoublepage\include{FrontBackmatter/Declaration} % ******************************************************************** -% Game Over: Restart, Restore or Quit? +% Game Over: Restore, Restart, or Quit? %******************************************************* \end{document} % ******************************************************************** |