diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-25 01:22:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-25 01:22:11 +0000 |
commit | 7fb74eccd2b3662317b4c76fa76c267993445e54 (patch) | |
tree | 67cca1c950127ab9bdfd68c86b2dee99cacd82b2 /Master/texmf-dist/tex/latex/suftesi | |
parent | 149d9f3b39fc5846bb69c0f6917eec4d974f1e03 (diff) |
suftesi (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/suftesi')
-rw-r--r-- | Master/texmf-dist/tex/latex/suftesi/suftesi.cls | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls index 3be898f6187..c2625bff7ab 100644 --- a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls +++ b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls @@ -19,19 +19,10 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{suftesi} - [2020/02/22 v2.9.7 A class for typesetting theses, books and articles] + [2020/02/24 v2.9.8 A class for typesetting theses, books and articles] -\ClassWarningNoLine{suftesi}{% - ******************************************\MessageBreak - * DO NOT MODIFY THE STYLES OF THIS CLASS\MessageBreak - * WITH PACKAGES AND/OR COMMANDS WHICH\MessageBreak - * MAY CHANGE THE LAYOUT OF THE DOCUMENT.\MessageBreak - * SEE DOCUMENTATION FOR DETAILS.\MessageBreak - * ANYWAY, DON'T WORRY!\MessageBreak - * THIS IS A HARMLESS MESSAGE :-)\MessageBreak - ******************************************} \RequirePackage{xkeyval} \newif\ifsuftesi@compatibility \newif\ifsuftesi@nofont @@ -97,7 +88,7 @@ \ProcessOptions \relax \LoadClass{book} -\@ifpackageloaded{fontsize}{}{\RequirePackage{fontsize}} +\RequirePackage{fontsize} \DeclareOptionX{parindent}{\setlength{\parindent}{#1}} \ExecuteOptionsX{parindent=\baselineskip} \ProcessOptionsX*\relax @@ -136,7 +127,7 @@ \DeclareRobustCommand{\SUF@sectionsize}{\large} \DeclareRobustCommand{\SUF@subsectionsize}{\normalsize} \DeclareRobustCommand{\SUF@subsubsectionsize}{\normalsize} - \geometry{% + \geometry{ heightrounded, a4paper, includeheadfoot=true, @@ -151,7 +142,7 @@ \DeclareRobustCommand{\SUF@sectionsize}{\large} \DeclareRobustCommand{\SUF@subsectionsize}{\normalsize} \DeclareRobustCommand{\SUF@subsubsectionsize}{\normalsize} - \geometry{% + \geometry{ heightrounded, a4paper, includeheadfoot=true, @@ -252,7 +243,7 @@ \DeclareRobustCommand{\SUF@sectionsize}{\normalsize} \DeclareRobustCommand{\SUF@subsectionsize}{\normalsize} \DeclareRobustCommand{\SUF@subsubsectionsize}{\normalsize} - \geometry{% + \geometry{ heightrounded, includeheadfoot=true, textwidth= 120mm, @@ -611,12 +602,11 @@ dotarabic,dotroman,dotRoman}[arabic]{% \newcommand{\tocsecfont}[1]{\def\SUF@tocSEC@font{#1}} \newcommand{\tocsubsecfont}[1]{\def\SUF@tocSUBSEC@font{#1}} \newcommand{\tocsubsubsecfont}[1]{\def\SUF@tocSUBSUBSEC@font{#1}} - +\newcommand{\tocpartnumfont}[1]{\def\SUF@PART@thecontentslabel{#1\thecontentslabel}} \newcommand{\tocchapnumfont}[1]{\def\SUF@CHAP@thecontentslabel{#1\thecontentslabel}} \newcommand{\tocsecnumfont}[1]{\def\SUF@SEC@thecontentslabel{#1\thecontentslabel}} \newcommand{\tocsubsecnumfont}[1]{\def\SUF@SUBSEC@thecontentslabel{#1\thecontentslabel}} \newcommand{\tocsubsubsecnumfont}[1]{\def\SUF@SUBSUBSEC@thecontentslabel{#1\thecontentslabel}} - \define@choicekey{}{headerstyle}[\val\nr] {inner,center,plain,authortitleinner, authortitlecenter}[inner]{% @@ -1140,7 +1130,6 @@ quotesize,footnotestyle,liststyle,captionstyle} \or \def\SUF@titlefont@Switch{\expandafter\SUF@titlesmallcaps} \fi} - \define@choicekey{}{authorfont}[\val\nr]{roman,italic,smallcaps}[roman]{% \ifcase\nr\relax \def\SUF@authorfont@Switch{\relax} @@ -1804,7 +1793,6 @@ quotesize,footnotestyle,liststyle,captionstyle} \def\isbn#1{\gdef\@issn{#1}} \def\@issn{\@latex@warning@no@line{% No \noexpand\isbn given}} - \renewcommand*{\title}[2][]{\gdef\@headtitle{#1}\gdef\@title{#2}} \edef\title{\noexpand\@dblarg \expandafter\noexpand\csname\string\title\endcsname} @@ -2049,7 +2037,6 @@ quotesize,footnotestyle,liststyle,captionstyle} \protect\ClassWarningNoLine{suftesi}{% No \string\author\space given\MessageBreak% See the class documentation for explanation}} - \newcommand*\l@title[2]{% \ifnum \c@tocdepth >\m@ne \addpenalty{-\@highpenalty}% @@ -2377,7 +2364,7 @@ quotesize,footnotestyle,liststyle,captionstyle} {\list{}{\leftmargin \parindent \SUF@quote@style}% \item\relax% - \SUF@quotation@size}%\ignorespaces? + \SUF@quotation@size}% \ignorespaces? {\endlist} \renewenvironment{verse} {\let\\\@centercr |