diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-26 20:33:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-26 20:33:39 +0000 |
commit | 7026eb5fea352c3036b5188e7a16fed00b0365d3 (patch) | |
tree | 5107a843605cbf7dd78f8a80bebfece6e95f0b18 /Master/texmf-dist/tex | |
parent | f47614fb68f8cef7ac49e914965325c7c56b3217 (diff) |
suftesi (26oct19)
git-svn-id: svn://tug.org/texlive/trunk@52538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/suftesi/suftesi.cls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls index 84df829bc0b..d39558c925d 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-2018 by Ivan Valbusa +%% Copyright 2009-2019 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} - [2018/11/09 v2.9.1 A class for typesetting theses, books and articles] + [2019/10/26 v2.9.2 A class for typesetting theses, books and articles] \ClassWarningNoLine{suftesi}{% ******************************************\MessageBreak @@ -2176,9 +2176,9 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \renewcommand{\footnoterule}{} \def\SUF@versionstring{\texttt{\version@string{} \today}} \renewcommand{\chaptermark}[1]{% - \markboth{\chaptertitlename\ \SUF@thechapter}{#1}} + \markboth{\chaptertitlename\ \protect\SUF@thechapter}{#1}} \ifsuftesi@article - \renewcommand{\sectionmark}[1]{\markright{\SUF@thesection.\ #1}} + \renewcommand{\sectionmark}[1]{\markright{\protect\SUF@thesection.\ #1}} \else \renewcommand{\sectionmark}[1]{} \fi |