diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-02 21:47:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-02 21:47:32 +0000 |
commit | aa813b521e652f6a4df60c33f4dd8bac8104e999 (patch) | |
tree | 3a6b7604961f539a9364ce58aa22c81fbfb5b1d9 /Master/texmf-dist/tex/latex/suftesi | |
parent | 204bdec8fa8c3e061bdaa8810add163a0c6b0c80 (diff) |
suftesi (2mar16)
git-svn-id: svn://tug.org/texlive/trunk@39923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/suftesi')
-rw-r--r-- | Master/texmf-dist/tex/latex/suftesi/suftesi.cls | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls index fa415411daa..7411f0b66df 100644 --- a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls +++ b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls @@ -19,7 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{suftesi} - [2016/02/26 v2.4 A class for typesetting theses, books and articles] + [2016/03/02 v2.5 A class for typesetting theses, books and articles] %% %% \subsection*{Feedback} % \begin{table}[h] @@ -698,7 +698,6 @@ dotarabic,dotroman,dotRoman}[arabic]{% \define@choicekey{}{version}[\val\nr] {screen,draft,final}[draft]{% \ifcase\nr\relax - \@twosidefalse \suftesi@nocroptrue \newcommand*\crop[1][]{} \or @@ -1235,9 +1234,10 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \else \fi -\ifxetex - \else - \ifsuftesi@greekfont +\ifxetex\else + \ifsuftesi@greekfont + \ifsuftesi@cbgreek + \else \DeclareFontFamily{LGR}{bodoni}{} \DeclareFontShape{LGR}{bodoni}{m}{n}{<-> s * [\SUFfntscale] gbodonirg6a}{} \DeclareFontShape{LGR}{bodoni}{m}{it}{<-> s * [\SUFfntscale] gbodonii6a}{} @@ -1278,13 +1278,8 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \DeclareFontShape{LGR}{porson}{bx}{n}{<-> s * [\SUFfntscale] gporsonrg6a}{} \DeclareFontShape{LGR}{porson}{bx}{it}{<-> s * [\SUFfntscale] gporsonrg6a}{} \DeclareFontShape{LGR}{porson}{bx}{sl}{<-> s * [\SUFfntscale] gporsonrg6a}{} +\fi \else - \ifsuftesi@nofont - \else - \ifsuftesi@standard - \else - \fi - \fi \fi \fi \ifsuftesi@nocrop @@ -1292,11 +1287,10 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \else \RequirePackage[a4,cam,center]{crop} \fi - \if@twoside - \relax - \else - \geometry{hmarginratio=1:1} -\fi + \ifsuftesi@screen + \geometry{hmarginratio=1:1} + \else + \fi \RequirePackage{titlesec} \newlength{\sectionsep} \setlength{\sectionsep}{\dimexpr(\baselineskip) plus 1pt minus 1pt} |