diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-30 21:37:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-30 21:37:28 +0000 |
commit | 0bc8296d7a83a654415b79381a444bbd874c1d84 (patch) | |
tree | c5a1ae74d1d3d947fba6b42676f6a5610730fa8c /Master/texmf-dist/tex | |
parent | bde396132d37d83313ea59a689ec79bd3bd0e4bd (diff) |
suftesi (30mar16)
git-svn-id: svn://tug.org/texlive/trunk@40185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/suftesi/suftesi.cls | 37 |
1 files changed, 8 insertions, 29 deletions
diff --git a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls index e737293a29b..315c69f05d4 100644 --- a/Master/texmf-dist/tex/latex/suftesi/suftesi.cls +++ b/Master/texmf-dist/tex/latex/suftesi/suftesi.cls @@ -19,7 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{suftesi} - [2016/03/22 v2.7.1 A class for typesetting theses, books and articles] + [2016/03/30 v2.8 A class for typesetting theses, books and articles] \ClassWarningNoLine{suftesi}{% ******************************************\MessageBreak @@ -474,7 +474,7 @@ dotarabic,dotroman,dotRoman}[arabic]{% \define@choicekey{}{smallcapsstyle}[\val\nr] {low,upper}[low]{% \ifcase\nr\relax - \def\suftesi@MakeTextLowercase{\MakeTextLowercase} + \def\suftesi@MakeTextLowercase{\lowercase} \or \def\suftesi@MakeTextLowercase{\relax} \fi} @@ -784,6 +784,7 @@ dotarabic,dotroman,dotRoman}[arabic]{% \setkeys{}{ chapstyle=parcenter, chapfont=italic, + tocchapfont=italic, headerfont=italic} \or \setkeys{}{ @@ -1056,28 +1057,6 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \RequirePackage{emptypage} \RequirePackage{iftex} \RequirePackage{microtype} -\RequirePackage{textcase} -\AtBeginDocument{ - \@ifpackageloaded{hyperref}{% - \def\@uclcnotmath#1#2#3#4{\begingroup #1% - \def \({$}\let \)\(\def \NoCaseChange ##1{% - \noexpand \NoCaseChange {\noexpand ##1}}% - \def\hyper@linkstart##1##2##3{% - $\valign$\noexpand\hyper@linkstart{##1}{##2}{% - \noexpand\@skipmath #3 - ##3$\valign $}\noexpand\@skipmath}\def\hyper@linkend{% - \noexpand\hyper@linkend}% - \@nonchangecase \label - \@nonchangecase \ref - \@nonchangecase \ensuremath - \def \cite ##1##{\toks@ {\noexpand \cite ##1}\@citex }% - \def \@citex ##1{\NoCaseChange {\the \toks@ {##1}}}% - \def \reserved@a ##1##2{\let #2\reserved@a }% - \expandafter \reserved@a \@uclclist \reserved@b % - {\reserved@b \@gobble }% - \protected@edef \reserved@a {\endgroup\noexpand % - \@skipmath #3#4$\valign $}% - \reserved@a}}{}} \ifsuftesi@FSPL \RequirePackage{cclicenses} \else @@ -1351,9 +1330,9 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \addfontfeature{LetterSpace=6}\scshape\suftesi@MakeTextLowercase{#1}} \else% if pdftex \DeclareRobustCommand{\SUF@titlesmallcaps}[1]{% - \scshape\suftesi@MakeTextLowercase{\lsstyle #1}}% + \scshape\suftesi@MakeTextLowercase{\kern-0.1em\lsstyle#1}}% \DeclareRobustCommand{\SUF@headingsmallcaps}[1]{% - \scshape\suftesi@MakeTextLowercase{\lsstyle #1}}% + \scshape\suftesi@MakeTextLowercase{\kern-0.1em\lsstyle#1}}% \fi \newlength\SUF@ADJnumparchap \def\SUF@default@CHAPTER{ @@ -1621,7 +1600,7 @@ quotesize,footnotestyle,liststyle,captionstyle,parindent} \ifx\@Ctitle\@empty \else - {\Huge\bfseries\color{\@Ctextcolor}\@Ctitle\\} + {\Huge\bfseries\color{\@Ctextcolor}\@Ctitle\\[1ex]} \fi \ifx\@Csubtitle\@empty @@ -2787,10 +2766,10 @@ Janusz M. Nowacki. \fi \newif\ifheadbreak\headbreakfalse \DeclareRobustCommand{\headbreak} - {\ifheadbreak\\\else\fi} + {\ifheadbreak\newline\else\fi} \newif\ifxheadbreak\xheadbreaktrue \DeclareRobustCommand{\xheadbreak} - {\ifxheadbreak\\\else\fi} + {\ifxheadbreak\newline\else\fi} \let\origtableofcontents\tableofcontents \renewcommand{\tableofcontents}{% \begingroup\headbreaktrue\xheadbreakfalse% |