diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-30 23:58:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-30 23:58:50 +0000 |
commit | db908823bf32703fe586c3f2fe3ad133d4f23ae7 (patch) | |
tree | 5f09c30a33dd29f10cf6f78400fc6862c04d2aa4 /Master/texmf-dist/tex | |
parent | ef054c73e8082ce75078170aa2d4b963d5453b88 (diff) |
toptesi (30jan13)
git-svn-id: svn://tug.org/texlive/trunk@28992 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
4 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/toptesi/topcoman.sty b/Master/texmf-dist/tex/latex/toptesi/topcoman.sty index 4554298fa04..78c892824ec 100644 --- a/Master/texmf-dist/tex/latex/toptesi/topcoman.sty +++ b/Master/texmf-dist/tex/latex/toptesi/topcoman.sty @@ -29,7 +29,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} % lavora solo con LaTeX 2e \ProvidesPackage{topcoman}% - [2012/12/26 v.5.62 Additional commands for the TOPtesi bundle] + [2013/01/29 v.5.62a Additional commands for the TOPtesi bundle] \RequirePackage{ifxetex} \ifxetex\else \newcommand*\DeclareSlantedCapitalGreekLetters{% diff --git a/Master/texmf-dist/tex/latex/toptesi/topfront.sty b/Master/texmf-dist/tex/latex/toptesi/topfront.sty index 006a3fc8fb6..97c9d520e3f 100644 --- a/Master/texmf-dist/tex/latex/toptesi/topfront.sty +++ b/Master/texmf-dist/tex/latex/toptesi/topfront.sty @@ -28,7 +28,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{topfront}[2012/12/26 v.5.62 Title page for TOPtesi] +\ProvidesPackage{topfront}[2013/01/29 v.5.62a Title page for TOPtesi] \newif\iffemminile \newif\ifdottorato \dottoratofalse \newif\iflaureatriennale \laureatriennalefalse diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls index e5b4cdee6b3..bc326cff2c3 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls @@ -29,7 +29,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{toptesi}% -[2012/12/26 v.5.62 Class for typesetting university theses] +[2013/01/29 v.5.62a Class for typesetting university theses] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}} \ProcessOptions\relax \LoadClass[a4paper]{report} diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.sty b/Master/texmf-dist/tex/latex/toptesi/toptesi.sty index 69f63edf66f..01cdac30328 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi.sty +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.sty @@ -29,7 +29,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{toptesi}% -[2012/12/26 v.5.62 Extension for toptesi.cls]% +[2013/01/29 v.5.62a Extension for toptesi.cls]% \def\TRON{\tracingcommands \tw@ \tracingmacros \tw@} \def\TROFF{\tracingcommands\z@ \tracingmacros \z@} \let\TROF\TROFF @@ -145,6 +145,10 @@ \AtBeginDocument{\frontmatter} \figurespagefalse \tablespagefalse +\newcommand\blankpagestyle[1]{\def\blank@ps{#1}} +\def\blank@ps{plain} +\renewcommand\cleardoublepage{\clearpage\ifodd\value{page}\else\if@twoside\if@openright +\clearpage\null\thispagestyle{\blank@ps}\clearpage\fi\fi\fi} \def\sommario{% \iffrontmatter\else\frontmattertrue\fi \if@openright\cleardoublepage\else\clearpage\fi |