diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-13 21:35:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-13 21:35:54 +0000 |
commit | 6809ce56c76ce49653a6fd4f5a8c3219df10fb72 (patch) | |
tree | ce231e2cd87cfd175e46e227f5a1118e885d88ef /Master/texmf-dist/tex/latex/toptesi/topfront.sty | |
parent | b3b423b8d0530436ee4ef06db3381aac4e79dc6e (diff) |
toptesi (13may18)
git-svn-id: svn://tug.org/texlive/trunk@47699 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 | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/toptesi/topfront.sty b/Master/texmf-dist/tex/latex/toptesi/topfront.sty index b66cd76d296..e4ce23d8adb 100644 --- a/Master/texmf-dist/tex/latex/toptesi/topfront.sty +++ b/Master/texmf-dist/tex/latex/toptesi/topfront.sty @@ -7,19 +7,21 @@ %% toptesi.dtx (with options: `topfrn') %% ______________________________________________________ %% The TOPtesi bundle -%% Copyright (C) 2015-2017 Claudio Beccari +%% Copyright (C) 2015-2018 Claudio Beccari %% All rights reserved %% %% License information appended %% \NeedsTeXFormat{LaTeX2e}[2016/01/01] \ProvidesPackage{topfront}[% -2018/01/12 v.~6.1.12 +2018/05/06 v.~6.2.04 Title page for TOPtesi and other classes] + \@ifpackageloaded{etoolbox}{}{\RequirePackage{etoolbox}} \@ifpackageloaded{xspace}{}{\RequirePackage{xspace}} \@ifpackageloaded{xparse}{}{\RequirePackage{xparse}} + \ifcsundef{ifclassica}{\newif\ifclassica \classicafalse}{} \ifcsundef{if@utoretitolo}{\newif\if@utoretitolo\@utoretitolofalse}{} \ifcsundef{if@ldstyle}{\newif\if@ldstyle\@ldstylefalse}{} @@ -35,7 +37,9 @@ Title page for TOPtesi and other classes] \ifcsundef{ifTOPfront}{\newif\ifTOPfront \TOPfronttrue \newif\ifevenboxes \evenboxesfalse}{} + \ifcsundef{c@tomo}{\newcounter{tomo}}{} + \DeclareOption{evenboxes}{\evenboxestrue} \DeclareOption{cucitura}{\@bindingtrue} \DeclareOption{14pt}{\@xivpttrue} @@ -58,7 +62,8 @@ Title page for TOPtesi and other classes] } \fi\par \ifcsvoid{@ateneo}{}{% - \hbox to\textwidth{\hss\LARGE\rule[-1ex]{0pt}{3.3ex}\MakeUppercase{\@ateneo}\hss}} + \hbox to\textwidth{\hss\LARGE\rule[-1ex]{0pt}{3.3ex}% + \MakeUppercase{\@ateneo}\hss}} \vss }% }% @@ -301,12 +306,13 @@ Title page for TOPtesi and other classes] \@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 + \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 @@ -549,7 +555,7 @@ Title page for TOPtesi and other classes] {\null\vfill\thispagestyle{empty}\@retrofrontespizio\par\clearpage}% \endgroup} %% -%% Copyright 2005-2017 Claudio Beccari +%% Copyright 2005-2018 Claudio Beccari %% %% Distributable under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of |