summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/toptesi/topfront.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-09 22:48:45 +0000
committerKarl Berry <karl@freefriends.org>2013-03-09 22:48:45 +0000
commitdf7a192f3b37a90f139d5d692723f19a617e059d (patch)
tree1d116f4695eb5ad177dba36266bec78c67aaef7d /Master/texmf-dist/tex/latex/toptesi/topfront.sty
parente5a6c6950568e82a64a93d21506185e09559e61b (diff)
toptesi (9mar13)
git-svn-id: svn://tug.org/texlive/trunk@29321 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.sty44
1 files changed, 25 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/latex/toptesi/topfront.sty b/Master/texmf-dist/tex/latex/toptesi/topfront.sty
index 97c9d520e3f..6ff037ba9ec 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}[2013/01/29 v.5.62a Title page for TOPtesi]
+\ProvidesPackage{topfront}[2013/03/08 v.5.70 Title page for TOPtesi]
\newif\iffemminile
\newif\ifdottorato \dottoratofalse
\newif\iflaureatriennale \laureatriennalefalse
@@ -99,6 +99,7 @@
\def\ateneo#1{\gdef\@ateneo{\expandafter\uppercase{\expandafter #1}}}
\def\nomeateneo#1{\gdef\@nomeat{\expandafter\uppercase{\expandafter #1}}}
\newcommand\facolta[2][]{\gdef\@facname{#2}\gdef\@facnumber{#1}}
+\let\struttura\facolta
\newlength{\TPT@logospace}\TPT@logospace=3em\relax
\newsavebox{\TPT@logobox}
@@ -125,6 +126,7 @@
\newcommand\retrofrontespizio[1]{\long\gdef\@retrofrontespizio{#1}}
\RequirePackage{etoolbox}
\newcommand\FacoltaDi[1]{\gdef\@faculty{#1}}
+\let\StrutturaDidattica\FacoltaDi
\newcommand\DottoratoIn[1]{\gdef\@PhDname{#1}}
\newcommand\CorsoDiLaureaIn[1]{\gdef\@laureaname{#1}}
\newcommand\TesiDiLaurea[1]{\gdef\@TesiDiLaurea{#1}}
@@ -175,9 +177,9 @@
\@ifundefined{@ciclo}{\def\@ciclo{}}{}
\@ifundefined{@ateneo}{\def\@ateneo{POLITECNICO DI TORINO}}{}
\@ifundefined{@nomeat}{\def\@nomeat{}}{}% Nome proprio dell'ateneo
-\@ifundefined{@facolta}{\def\@facname{Ingegneria}}{}
+\@ifundefined{@facolta}{\def\@facname{}}{}
\@ifundefined{@facnumber}{\def\@facnumber{}}{}
-\@ifundefined{@faculty}{\def\@faculty{Facolt\`a di }}{}
+\@ifundefined{@faculty}{\def\@faculty{}}{}
\@ifundefined{PrimoTomo}{\def\PrimoTomo{Tomo primo}}{}
\@ifundefined{SecondoTomo}{\def\SecondoTomo{Tomo secondo}}{}
\@ifundefined{TerzoTomo}{\def\TerzoTomo{Tomo terzo}}{}
@@ -226,12 +228,14 @@
\begin{center}
{\rmfamily\mdseries
\ifdottorato
- \large \@phdschool
+ \large \@phdschool\par\medskip
\else
- \LARGE\ifx\@facnumber\empty\else\@facnumber\space\fi
- \@faculty\@facname%
+ \unless\ifx\@faculty\empty
+ \LARGE\ifx\@facnumber\empty\else\@facnumber\space\fi
+ \@faculty\@facname\par\medskip
+ \fi%
\fi
- \par\medskip}%
+ }%
\ifx\@corso\empty \else{\large
\ifdottorato
\@PhDname\@corso\ifx\@ciclo\empty\else~--~\@ciclo\fi
@@ -423,21 +427,23 @@
%% toptesi.cls, toptesi.sty, topfront.sty, topcommand.sty,
%% toptesi.cfg, and the English documentation toptesi.pdf.
%%
-%% Furthermore the bundle contains the documentation source file toptesi-doc-xetex.tex
-%% and the derived file toptesi-doc-xetex.pdf.
+%% Furthermore the bundle contains the documentation source
+%% file toptesi-doc-xetex.tex and the derived file
+%% toptesi-doc-xetex.pdf.
%%
-%% The toptesi-example.tex source file is just an example that shows how
-%% to use the various commands; by commenting or uncommenting certain
-%% source lines it is possible to typeset different kind of theses and their
-%% frontpages.
+%% The toptesi-example.tex source file is just an example
+%% that shows how to use the various commands; by commenting
+%% or uncommenting certain source lines it is possible to
+%% typeset different kind of theses and their frontpages.
%%
-%% The toptesi.cfg file is a sample of a local configuration file that can be
-%% freely edited and modified.
+%% 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
-%% and the English documentation file in pdf format.
+%% 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.
+%% The documentation file toptesi-doc-xetex.pdf is in Italian;
+%% its source file is another example of how to use toptesi.
%%
%% End of file `topfront.sty'.