diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-05 21:33:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-05 21:33:47 +0000 |
commit | 7d093de2b0b0e71f14058e72670e0686d8d12e93 (patch) | |
tree | 20ebe143d8a239170c9dc5c97cef8f1d5c7b8b9c /Master/texmf-dist/tex/latex/toptesi/topfront.sty | |
parent | 1b32964ca770763e87a76f3c1573b6744b338851 (diff) |
toptesi (5nov16)
git-svn-id: svn://tug.org/texlive/trunk@42441 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 | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/toptesi/topfront.sty b/Master/texmf-dist/tex/latex/toptesi/topfront.sty index 061ccdf5862..aedc83506df 100644 --- a/Master/texmf-dist/tex/latex/toptesi/topfront.sty +++ b/Master/texmf-dist/tex/latex/toptesi/topfront.sty @@ -14,13 +14,26 @@ %% \NeedsTeXFormat{LaTeX2e}[2015/01/01] \ProvidesPackage{topfront}[% -2016/06/29 v.5.92 +2016/010/04 v.5.93 Title page for TOPtesi and other classes] \@ifpackageloaded{etoolbox}{}{\RequirePackage{etoolbox}} \ifcsundef{ifclassica}{% - \newif\ifclassica - \classicafalse +\newif\ifclassica \classicafalse +\newif\if@utoretitolo \@utoretitolofalse +\newif\if@ldstyle \@ldstylefalse +\newif\if@xivpt \@xivptfalse +\newif\if@binding \@bindingfalse }{} +\ifcsundef{ifTOPfront}{\newif\ifTOPfront \TOPfronttrue}{} +\ifcsundef{c@tomo}{\newcounter{tomo}}{} +\DeclareOption{cucitura}{\@bindingtrue} +\DeclareOption{14pt}{\@xivpttrue} +\DeclareOption{classica}{\classicatrue} +\DeclareOption{autoretitolo}{\ifclassica\@utoretitolotrue\fi} +\DeclareOption{oldstyle}{\ifclassica\@ldstyletrue\fi} +\ProcessOptions*\relax + +\if@xivpt\@ifl@aded{clo}{size14}{}{\input{size14.clo}}\fi \def\headstrut{\vrule \@depth4\p@ \@height\z@ \@width\z@} \def\ps@titlepage{\let\@mkboth\@gobbletwo \def\@oddfoot{\vbox to 0.05\paperheight{\vss @@ -61,6 +74,13 @@ Title page for TOPtesi and other classes] \newif\iffemminile \newif\ifdottorato \dottoratofalse \newif\iflaureatriennale \laureatriennalefalse +\ifTOPfront +\ifclassica +\def\Candidato{Laureando} +\def\Candidata{Laureanda} +\def\Candidati{Laureandi} +\def\Candidate{Laureande} +\fi\fi \def\monografia#1{\global\laureatriennaletrue \global\dottoratofalse \global\def\titolo##1{\PackageWarning{topfront}% @@ -222,6 +242,13 @@ Title page for TOPtesi and other classes] \@ifundefined{SecondoTomo}{\def\SecondoTomo{Tomo secondo}}{} \@ifundefined{TerzoTomo}{\def\TerzoTomo{Tomo terzo}}{} \@ifundefined{QuartoTomo}{\def\QuartoTomo{Tomo quarto}}{} +\ifTOPfront +\ifclassica +\def\Candidato{Laureando} +\def\Candidata{Laureanda} +\def\Candidati{Laureandi} +\def\Candidate{Laureande} +\fi\fi \@ifundefined{@submitdate}{\def\@submitdate{\ifcase\the\month\or% Gennaio\or Febbraio\or Marzo\or Aprile\or Maggio\or Giugno\or Luglio\or Agosto\or Settembre\or Ottobre\or Novembre\or Dicembre\fi @@ -458,7 +485,7 @@ Title page for TOPtesi and other classes] {\null\vfill\thispagestyle{empty}\@retrofrontespizio\par\clearpage}% \endgroup} %% -%% Copyright 2005-2015 Claudio Beccari +%% Copyright 2005-2016 Claudio Beccari %% %% Distributable under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of |