diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/arsclassica')
-rw-r--r-- | Master/texmf-dist/tex/latex/arsclassica/arsclassica.sty | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/latex/arsclassica/arsclassica.sty b/Master/texmf-dist/tex/latex/arsclassica/arsclassica.sty index 5b972146b65..75aff1dbbd9 100644 --- a/Master/texmf-dist/tex/latex/arsclassica/arsclassica.sty +++ b/Master/texmf-dist/tex/latex/arsclassica/arsclassica.sty @@ -1,12 +1,12 @@ %************************************************************ % arsclassica.sty % -% copyright (C) 2008-2011 Lorenzo Pantieri +% copyright (C) 2008-2012 Lorenzo Pantieri % http://www.lorenzopantieri.net/ % %************************************************************ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{arsclassica}[2011/06/29 v3.0 Customizing ClassicThesis (LP)] +\ProvidesPackage{arsclassica}[2012/02/05 v4.0 Customizing ClassicThesis (LP)] \RequirePackage{classicthesis} %************************************************************ @@ -159,24 +159,6 @@ %************************************************************ -% text body -%************************************************************ -\ifthenelse{\boolean{@a5paper}}% - {\relax}% - {% A4 - \ifthenelse{\boolean{@minionpro}}% - {\relax}% - {% Palatino or other - \PackageInfo{classicthesis}{A4 paper, Palatino or other} - \areaset[5mm]{312pt}{699pt} - % 624 + 33 head + 42 head \the\footskip - \setlength{\marginparwidth}{7em}% - \setlength{\marginparsep}{2em}% - }% - } - - -%************************************************************ % graphicx, xcolor %************************************************************ \definecolor{aliceblue}{RGB}{240,248,255} @@ -205,7 +187,7 @@ pdfsubject={},% pdfkeywords={},% pdfcreator={pdfLaTeX},% - pdfproducer={LaTeX con hyperref e ClassicThesis}% + pdfproducer={LaTeX with hyperref and ClassicThesis}% } |