diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-26 19:42:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-26 19:42:59 +0000 |
commit | fdeec2b37fa75c42d82318a293d62182c31bf478 (patch) | |
tree | f78a01aeed4e9957cc465ef0d21847ba06e0a1d2 /Master/texmf-dist/tex/latex/suftesi | |
parent | 2baa462fe401cde90114d0f1a873ed5b440b4fb8 (diff) |
suftesi (26jun20)
git-svn-id: svn://tug.org/texlive/trunk@55669 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 | 41 |
1 files changed, 25 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls index f4ba2c425b7..edf2bdaa5ca 100644 --- a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls +++ b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls @@ -26,7 +26,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{suftesi} - [2020/05/21 v2.9.9 A class for typesetting theses, books and articles] + [2020/06/26 v2.9.10 A class for typesetting theses, books and articles] \RequirePackage{xkeyval} \newif\ifsuftesi@compatibility \newif\ifsuftesi@nofont @@ -1190,15 +1190,24 @@ quotesize,footnotestyle,liststyle,captionstyle} tocsubsecfont=roman, tocsubsubsecfont=roman} \ProcessOptionsX<>\relax -\XKV@useoption{a4paper} \XKV@useoption{10pt} -\XKV@useoption{11pt} \XKV@useoption{12pt} -\XKV@useoption{oneside} \XKV@useoption{twoside} -\XKV@useoption{onecolumn} \XKV@useoption{twocolumn} -\XKV@useoption{titlepage} \XKV@useoption{notitlepage} -\XKV@useoption{openright} \XKV@useoption{openany} -\XKV@useoption{leqno} \XKV@useoption{fleqn} -\XKV@useoption{a5paper} \XKV@useoption{b5paper} -\XKV@useoption{legalpaper}\XKV@useoption{executivepaper} +\XKV@useoption{a4paper} +\XKV@useoption{10pt} +\XKV@useoption{11pt} +\XKV@useoption{12pt} +\XKV@useoption{oneside} +\XKV@useoption{twoside} +\XKV@useoption{onecolumn} +\XKV@useoption{twocolumn} +\XKV@useoption{titlepage} +\XKV@useoption{notitlepage} +\XKV@useoption{openright} +\XKV@useoption{openany} +\XKV@useoption{leqno} +\XKV@useoption{fleqn} +\XKV@useoption{a5paper} +\XKV@useoption{b5paper} +\XKV@useoption{legalpaper} +\XKV@useoption{executivepaper} \XKV@useoption{landscape} \def\XKV@classoptionslist{} \RequirePackage{multicol} @@ -1418,12 +1427,12 @@ quotesize,footnotestyle,liststyle,captionstyle} \fi \fi \fi - \AtBeginDocument{ - \substitutefont{LGR}{\rmdefault}{\SUF@greekfamily} - \DeclareRobustCommand{\greektext}{% - \usefont{LGR}{\SUF@greekfamily}{\f@series}{\f@shape} - \def\encodingdefault{LGR}} - \DeclareTextFontCommand{\textgreek}{\greektext}} +\AtEndPreamble{ + \substitutefont{LGR}{\rmdefault}{\SUF@greekfamily} + \DeclareRobustCommand{\greektext}{% + \usefont{LGR}{\SUF@greekfamily}{\f@series}{\f@shape} + \def\encodingdefault{LGR}} + \DeclareTextFontCommand{\textgreek}{\greektext}} \ifsuftesi@cbgreek \else \DeclareFontFamily{LGR}{bodoni}{} |