summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/suftesi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-18 23:28:39 +0000
committerKarl Berry <karl@freefriends.org>2013-07-18 23:28:39 +0000
commit2d6da130f5dc0c8896c472d37119c3c983605c23 (patch)
tree99e27b0853438961bb30fa83725aa8fb336988a0 /Master/texmf-dist/tex/latex/suftesi
parenta67fba699a5d1b796e0929d5c05e94b018c7d2e0 (diff)
suftesi (18jul13)
git-svn-id: svn://tug.org/texlive/trunk@31231 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/suftesi')
-rw-r--r--Master/texmf-dist/tex/latex/suftesi/suftesi.cls9
1 files changed, 6 insertions, 3 deletions
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}}