diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-06 00:42:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-06 00:42:00 +0000 |
commit | 2ef7b41a6c64ff012ea9eb520a8f8102d2017a0f (patch) | |
tree | d93e34a75c4597218328172fe12973b3dec8de88 /Master/texmf-dist/tex/latex/arsclassica | |
parent | e30801e39fa6f223de94e0e3161ce943999d0978 (diff) |
arsclassica (5feb12)
git-svn-id: svn://tug.org/texlive/trunk@25298 c570f23f-e606-0410-a88d-b1316a301751
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}% } |