texlive[52538] Master/texmf-dist: suftesi (26oct19)

commits+karl at tug.org commits+karl at tug.org
Sat Oct 26 22:33:39 CEST 2019


Revision: 52538
          http://tug.org/svn/texlive?view=revision&revision=52538
Author:   karl
Date:     2019-10-26 22:33:39 +0200 (Sat, 26 Oct 2019)
Log Message:
-----------
suftesi (26oct19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/suftesi/suftesi.pdf
    trunk/Master/texmf-dist/source/latex/suftesi/suftesi.dtx
    trunk/Master/texmf-dist/tex/latex/suftesi/suftesi.cls

Modified: trunk/Master/texmf-dist/doc/latex/suftesi/suftesi.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/suftesi/suftesi.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/suftesi/suftesi.dtx	2019-10-26 20:32:46 UTC (rev 52537)
+++ trunk/Master/texmf-dist/source/latex/suftesi/suftesi.dtx	2019-10-26 20:33:39 UTC (rev 52538)
@@ -4,7 +4,7 @@
 \input docstrip
 \preamble
 
- 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
@@ -44,7 +44,7 @@
 \endgroup
 %</internal>
 %
-% Copyright (C) 2009-2018 by Ivan Valbusa 
+% Copyright (C) 2009-2019 by Ivan Valbusa 
 % <ivan dot valbusa at univr dot it>
 % -------------------------------------------------------
 % 
@@ -67,7 +67,7 @@
 %<class>\NeedsTeXFormat{LaTeX2e}[2005/12/01]
 %<class>\ProvidesClass{suftesi}
 %<*class>
-    [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]
 %</class>
 %<*driver>
 \documentclass{ltxdoc}
@@ -175,7 +175,7 @@
 %</driver>
 % \fi
 %
-% \CheckSum{4654}
+% \CheckSum{4656}
 %
 % \CharacterTable
 %  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -193,6 +193,7 @@
 %   Grave accent  \`     Left brace    \{     Vertical bar  \|
 %   Right brace   \}     Tilde         \~}
 %
+% \changes{v2.9.2}{2019/10/26}{Added \cmd{protect} to \cmd{SUF at thechapter} and \cmd{SUF at thesection} in the definitions of \cmd{chaptermark} and \cmd{sectionmark} to correct a bug when loading \texttt{greek} option with \sty{babel}}
 % \changes{v2.9.1}{2018/11/09}{Added \sty{libertinust1math} package for Libertine font. Added \sty{luatex85} for Lua\TeX{} engine}
 % \changes{v2.9}{2016/04/04}{New options \opt{tocauthorfont} and \opt{toctitlefont}. Added macros\cmd{suftesi at MakeTextTOCLowercase} and \cmd{SUF at TOCtitlesmallcaps}. Improved \cmd{xheadbreak} command. New templates \texttt{book}, \texttt{theses-template-article}, \texttt{theses-template-book}.}
 % \changes{v2.8}{2016/03/30}{\sty{textcase} no longer loaded. Changed definitions of \cmd{suftesi at MakeTextLowercase}, \cmd{SUF at titlesmallcaps}, \cmd{headbreak}, \cmd{xheadbreak}.}
@@ -4021,9 +4022,9 @@
 % \paragraph{The \opt{default} headers}
 %    \begin{macrocode}
 \renewcommand{\chaptermark}[1]{%
-  \markboth{\chaptertitlename\ \SUF at thechapter}{#1}}
+  \markboth{\chaptertitlename\ \protect\SUF at thechapter}{#1}}
 	\ifsuftesi at article
-	  \renewcommand{\sectionmark}[1]{\markright{\SUF at thesection.\ #1}}
+	  \renewcommand{\sectionmark}[1]{\markright{\protect\SUF at thesection.\ #1}}
 	    \else
 	  \renewcommand{\sectionmark}[1]{}
 	\fi

Modified: trunk/Master/texmf-dist/tex/latex/suftesi/suftesi.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/suftesi/suftesi.cls	2019-10-26 20:32:46 UTC (rev 52537)
+++ trunk/Master/texmf-dist/tex/latex/suftesi/suftesi.cls	2019-10-26 20:33:39 UTC (rev 52538)
@@ -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 @@
   \renewcommand{\footnoterule}{}
 \def\SUF at versionstring{\texttt{\version at string{} \today}}
 \renewcommand{\chaptermark}[1]{%
-  \markboth{\chaptertitlename\ \SUF at thechapter}{#1}}
+  \markboth{\chaptertitlename\ \protect\SUF at thechapter}{#1}}
 \ifsuftesi at article
-  \renewcommand{\sectionmark}[1]{\markright{\SUF at thesection.\ #1}}
+  \renewcommand{\sectionmark}[1]{\markright{\protect\SUF at thesection.\ #1}}
     \else
   \renewcommand{\sectionmark}[1]{}
 \fi



More information about the tex-live-commits mailing list