summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-07 20:15:13 +0000
committerKarl Berry <karl@freefriends.org>2023-09-07 20:15:13 +0000
commitbb9f4360575ae459a789b6602d209e55f7be6e84 (patch)
tree8b3eac0eeb01280b5e82e42a29b9cbfa3eb6c19a /Master/texmf-dist/tex/latex
parent6b7b4e6363a503ba42eb3e03ff57468c5728e086 (diff)
suftesi (7sep23)
git-svn-id: svn://tug.org/texlive/trunk@68200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/suftesi/suftesi.cls9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls
index 73811b07a41..ffd5470ecf5 100644
--- a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls
+++ b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls
@@ -7,7 +7,7 @@
%% suftesi.dtx (with options: `class')
%%
%% The 'suftesi' document class
-%% Copyright (C) 2009-2021 Ivan Valbusa
+%% Copyright (C) 2009-2023 Ivan Valbusa
%% <ivan dot valbusa at gmail dot com>
%%
%% All rights reserved.
@@ -26,7 +26,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesClass{suftesi}
- [2021/11/01 v3.2.0 A class for typesetting theses, books and articles]
+ [2023/09/07 v3.2.1 A class for typesetting theses, books and articles]
\RequirePackage{xkeyval}
\newif\ifsuftesi@article
\newif\ifsuftesi@collection
@@ -1319,8 +1319,10 @@
\RequirePackage{emptypage}
\RequirePackage{microtype}
\RequirePackage{color}
+\AtBeginDocument{
\definecolor{sufred}{rgb}{0.5,0,0}
\definecolor{sufgray}{rgb}{0.5,0.5,0.5}
+}
\RequirePackage{iftex}
\ifLuaTeX
\RequirePackage{luatex85}
@@ -1356,7 +1358,6 @@
************************************}}}
\else
\RequirePackage[LGR,T1]{fontenc}
-\RequirePackage{substitutefont}
\AtBeginDocument{\fontencoding{T1}\selectfont}
\ifsuftesi@nofont
\ifsuftesi@greekfont
@@ -1530,7 +1531,7 @@
\fi
\fi
\AtEndPreamble{
- \substitutefont{LGR}{\rmdefault}{\SUF@greekfamily}
+ \DeclareFontFamilySubstitution{LGR}{\rmdefault}{\SUF@greekfamily}
\DeclareRobustCommand{\greektext}{%
\usefont{LGR}{\SUF@greekfamily}{\f@series}{\f@shape}
\def\encodingdefault{LGR}}