From a5797bfe0d38a27b9e5a2cbf4f118eb09232fad0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 2 Nov 2011 22:53:48 +0000 Subject: toptesi 5.59c (30oct11) git-svn-id: svn://tug.org/texlive/trunk@24466 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/toptesi/topcoman.sty | 6 +++--- Master/texmf-dist/tex/latex/toptesi/topfront.sty | 6 +++--- Master/texmf-dist/tex/latex/toptesi/toptesi.cfg | 4 ++-- Master/texmf-dist/tex/latex/toptesi/toptesi.cls | 6 +++--- Master/texmf-dist/tex/latex/toptesi/toptesi.sty | 16 ++++++++++++---- 5 files changed, 23 insertions(+), 15 deletions(-) (limited to 'Master/texmf-dist/tex/latex/toptesi') diff --git a/Master/texmf-dist/tex/latex/toptesi/topcoman.sty b/Master/texmf-dist/tex/latex/toptesi/topcoman.sty index 59829f8fc4f..67bde1f5a9f 100644 --- a/Master/texmf-dist/tex/latex/toptesi/topcoman.sty +++ b/Master/texmf-dist/tex/latex/toptesi/topcoman.sty @@ -28,7 +28,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} % lavora solo con LaTeX 2e -\ProvidesPackage{topcoman}[2011/10/06 v.5.59b Additional TOPtesi commands] +\ProvidesPackage{topcoman}[2011/10/18 v.5.59c Additional TOPtesi commands] \RequirePackage{ifxetex} \ifxetex\else \newcommand*\DeclareSlantedCapitalGreekLetters{% @@ -118,10 +118,10 @@ %% The toptesi.cfg file is a sample of a local configuration file that can be %% freely edited and modified. %% -%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files +%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files, %% and the English documentation file in pdf format. %% %% The documentation file toptesi-doc-xetex.pdf is in Italian; its source file is -%% another example of how to use toptesi. +%% another example of how to use toptesi while typesetting with XeLaTeX. %% %% End of file `topcoman.sty'. diff --git a/Master/texmf-dist/tex/latex/toptesi/topfront.sty b/Master/texmf-dist/tex/latex/toptesi/topfront.sty index 8e63eb06eaa..77b54453d26 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}[2011/10/06 v.5.59b Title page for TOPtesi] +\ProvidesPackage{topfront}[2011/10/18 v.5.59c Title page for TOPtesi] \@ifundefined{ifclassica}{% \expandafter\newif\csname ifclassica\endcsname}{\relax} \newif\iffemminile @@ -413,10 +413,10 @@ %% The toptesi.cfg file is a sample of a local configuration file that can be %% freely edited and modified. %% -%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files +%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files, %% and the English documentation file in pdf format. %% %% The documentation file toptesi-doc-xetex.pdf is in Italian; its source file is -%% another example of how to use toptesi. +%% another example of how to use toptesi while typesetting with XeLaTeX. %% %% End of file `topfront.sty'. diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.cfg b/Master/texmf-dist/tex/latex/toptesi/toptesi.cfg index 78dcce4b29b..b964abee937 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi.cfg +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.cfg @@ -73,10 +73,10 @@ %% The toptesi.cfg file is a sample of a local configuration file that can be %% freely edited and modified. %% -%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files +%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files, %% and the English documentation file in pdf format. %% %% The documentation file toptesi-doc-xetex.pdf is in Italian; its source file is -%% another example of how to use toptesi. +%% another example of how to use toptesi while typesetting with XeLaTeX. %% %% End of file `toptesi.cfg'. diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls index 18133588270..bd669db176b 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} - [2011/10/06 v.5.59b Class for typesetting university theses] + [2011/10/18 v.5.59c Class for typesetting university theses] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}} \ProcessOptions\relax \LoadClass[a4paper]{report} @@ -72,10 +72,10 @@ %% The toptesi.cfg file is a sample of a local configuration file that can be %% freely edited and modified. %% -%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files +%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files, %% and the English documentation file in pdf format. %% %% The documentation file toptesi-doc-xetex.pdf is in Italian; its source file is -%% another example of how to use toptesi. +%% another example of how to use toptesi while typesetting with XeLaTeX. %% %% End of file `toptesi.cls'. diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.sty b/Master/texmf-dist/tex/latex/toptesi/toptesi.sty index d11331cf8e2..a45b2caec5d 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi.sty +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.sty @@ -28,7 +28,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{toptesi}[2011/10/06 v.5.59b Extension for toptesi.cls]% +\ProvidesPackage{toptesi}[2011/10/18 v.5.59c Extension for toptesi.cls]% \def\TRON{\tracingcommands \tw@ \tracingmacros \tw@} \def\TROFF{\tracingcommands\z@ \tracingmacros \z@} \let\TROF\TROFF @@ -139,7 +139,7 @@ \def\frontmatter{\clearpage\ps@plain\pagenumbering{roman}% \numeriromanitrue\frontmattertrue\@openrightfalse} \def\mainmatter{\if@twoside\@openrighttrue\fi - \clearpage\ps@headings\pagenumbering{arabic}% + \cleardoublepage\ps@headings\pagenumbering{arabic}% \numeriromanifalse\frontmatterfalse} \AtBeginDocument{\frontmatter} \figurespagefalse @@ -174,6 +174,10 @@ \if@twocolumn\onecolumn\@tempswatrue\else\@tempswafalse\fi \null\vfil \secdef\@part\@spart} +\def\@endpart{\vfil\cleardoublepage + \if@tempswa + \twocolumn + \fi} \renewcommand\tableofcontents{% \if@twocolumn\@restonecoltrue\onecolumn\else\@restonecolfalse\fi \if@openright\cleardoublepage\else\clearpage\fi @@ -501,6 +505,10 @@ Skipping any redefinition\MessageBreak}% }{% \endlist\clearpage } +\def\TT@clpagedefault{plain} +\newcommand*\setcleardoublepage[1]{\gdef\TT@clpagedefault{#1}} +\renewcommand\cleardoublepage[1][\TT@clpagedefault]{\clearpage\if@twoside \ifodd\c@page\else + \hbox{}\thispagestyle{#1}\newpage\if@twocolumn\hbox{}\thispagestyle{#1}\newpage\fi\fi\fi} %% %% Copyright 2005-2011 Claudio Beccari %% @@ -527,10 +535,10 @@ Skipping any redefinition\MessageBreak}% %% The toptesi.cfg file is a sample of a local configuration file that can be %% freely edited and modified. %% -%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files +%% By running pdflatex on toptesi.dtx the user gets the class, sty and cfg files, %% and the English documentation file in pdf format. %% %% The documentation file toptesi-doc-xetex.pdf is in Italian; its source file is -%% another example of how to use toptesi. +%% another example of how to use toptesi while typesetting with XeLaTeX. %% %% End of file `toptesi.sty'. -- cgit v1.2.3