diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-10 22:52:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-10 22:52:57 +0000 |
commit | ae7109f2fab6c082ec89fb538add7cdd9c0fafb5 (patch) | |
tree | 8e93beaf297f6a75d7efd809005fe8dba0676500 /Master/texmf-dist/tex/latex/toptesi/topfront.sty | |
parent | 609646087cbaa858a54237f6d1682bb6b4bbef9d (diff) |
toptesi (10sep12)
git-svn-id: svn://tug.org/texlive/trunk@27640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/toptesi/topfront.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/toptesi/topfront.sty | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/toptesi/topfront.sty b/Master/texmf-dist/tex/latex/toptesi/topfront.sty index 4c97cb8b94d..6b629c41293 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/07/31 v.5.60 Title page for TOPtesi] +\ProvidesPackage{topfront}[2012/09/09 v.5.61 Title page for TOPtesi] \newif\iffemminile \newif\ifdottorato \dottoratofalse \newif\iflaureatriennale \laureatriennalefalse @@ -101,6 +101,7 @@ \newcommand\facolta[2][]{\gdef\@facname{#2}\gdef\@facnumber{#1}} \def\logosede#1{\edef\@logosede{\noexpand\includegraphics[width=3cm]{#1}}} \def\tutoreaziendale#1{\gdef\@tutoreaziendale{#1}} +\newcommand\retrofrontespizio[1]{\long\gdef\@retrofrontespizio{#1}} \newcommand\FacoltaDi[1]{\gdef\@faculty{#1}} \newcommand\DottoratoIn[1]{\gdef\@PhDname{#1}} \newcommand\CorsoDiLaureaIn[1]{\gdef\@laureaname{#1}} @@ -145,6 +146,7 @@ \@ifundefined{@tutoreaziendale}{\def\@tutoreaziendale{}}{} \@ifundefined{@tutoreaziendalename}% {\def\@tutoreaziendalename{Supervisore Aziendale}}{} +\@ifundefined{@retrofrontespizio}{\def\@retrofrontespizio{}}{} \@ifundefined{@subtitle}{\def\@subtitle{}}{} \@ifundefined{@corso}{\def\@corso{}}{} \@ifundefined{@ciclo}{\def\@ciclo{}}{} @@ -382,8 +384,9 @@ {\centering \textbf{\@tutoreaziendalename}\\[.6ex] \@tutoreaziendale\par} \fi - \vfill\par\null - \if@twoside\cleardoublepage\else\clearpage\fi + \par\vfill\null + \ifdefempty{\@retrofrontespizio}{\cleardoublepage}% + {\clearpage\null\vfill\@retrofrontespizio\par\clearpage}% \endgroup} %% %% Copyright 2005-2012 Claudio Beccari |