From 2d6da130f5dc0c8896c472d37119c3c983605c23 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 18 Jul 2013 23:28:39 +0000 Subject: suftesi (18jul13) git-svn-id: svn://tug.org/texlive/trunk@31231 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/suftesi/suftesi.cls | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/suftesi') diff --git a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls index f4eb6b169e2..ec8284efa0b 100644 --- a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls +++ b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls @@ -19,8 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{suftesi} - [2013/06/20 v1.7 A class for typesetting theses, books and articles] - + [2013/07/18 v1.8 A class for typesetting theses, books and articles] \ClassWarningNoLine{suftesi}{% DO NOT MODIFY THE STYLES OF THIS CLASS\MessageBreak @@ -733,6 +732,8 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} no ligatures = {f} ] { encoding = {OT1,T1,T2A,LY1,OT4,QX,EU2} } { 110 } +\newcommand{\versionstring}[1]{\def\version@string{#1}} +\versionstring{Version of} \ifsuftesi@FSPL \RequirePackage{cclicenses} \else @@ -1397,12 +1398,14 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \renewcommand\appendix{\par \setcounter{section}{0}% \setcounter{subsection}{0}% + \gdef\thesection{\@Alph\c@section}% \gdef\SUF@thesection{\@Alph\c@section}} \else \renewcommand\appendix{\par \setcounter{chapter}{0}% \setcounter{section}{0}% \gdef\@chapapp{\appendixname}% + \gdef\thechapter{\@Alph\c@chapter}% \gdef\SUF@thechapter{\@Alph\c@chapter}} \fi \fi @@ -1410,7 +1413,7 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \pagestyle{fancy} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footnoterule}{} -\def\SUF@versionstring{\texttt{Version of \today}} +\def\SUF@versionstring{\texttt{\version@string{} \today}} \ifsuftesi@elementsheader% \renewcommand{\chaptermark}[1]{\markboth{#1}{#1}} \renewcommand{\sectionmark}[1]{\markright{#1}} -- cgit v1.2.3