diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/suftesi/suftesi.cls | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls index 5c6989be77c..84df829bc0b 100644 --- a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls +++ b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls @@ -6,7 +6,7 @@ %% %% suftesi.dtx (with options: `class') %% -%% Copyright 2009-2016 by Ivan Valbusa +%% Copyright 2009-2018 by Ivan Valbusa %% %% This program is provided under the terms of the %% LaTeX Project Public License distributed from CTAN @@ -19,7 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{suftesi} - [2016/04/04 v2.9 A class for typesetting theses, books and articles] + [2018/11/09 v2.9.1 A class for typesetting theses, books and articles] \ClassWarningNoLine{suftesi}{% ******************************************\MessageBreak @@ -1092,8 +1092,12 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \definecolor{sufgray}{rgb}{0.5,0.5,0.5} \RequirePackage{multicol} \RequirePackage{emptypage} -\RequirePackage{iftex} \RequirePackage{microtype} +\RequirePackage{iftex} + \ifLuaTeX + \RequirePackage{luatex85} + \else + \fi \ifsuftesi@FSPL \RequirePackage{cclicenses} \else @@ -1219,18 +1223,18 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \else \ifsuftesi@libertine \RequirePackage{textcomp} - \RequirePackage[sb]{libertine} - \RequirePackage[varqu,varl,scaled=0.94]{inconsolata} - \ifsuftesi@mathextended - \RequirePackage{amsthm} - \RequirePackage[libertine,bigdelims,vvarbb]{newtxmath} - \RequirePackage[cal=boondoxo]{mathalfa} - \else - \ifsuftesi@mathminimal - \RequirePackage[libertine,bigdelims,vvarbb]{newtxmath} - \else - \fi - \fi +\RequirePackage[sb]{libertine} +\RequirePackage[varqu,varl,scaled=0.94]{inconsolata} +\ifsuftesi@mathextended +\RequirePackage{amsthm} +\RequirePackage{libertinust1math} +\RequirePackage[cal=stix,scr=boondoxo,bb=boondox]{mathalfa} +\else +\ifsuftesi@mathminimal +\RequirePackage{libertinust1math} +\else +\fi +\fi \useosf \ifsuftesi@bodoni \gdef\SUFfntscale{0.9} |