summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/toptesi/topfront-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-22 19:50:59 +0000
committerKarl Berry <karl@freefriends.org>2017-10-22 19:50:59 +0000
commitb2fad8915b87bb45e4d3ffafd0f8119da45a921e (patch)
treef45834fea9954883b7fc8d5f4b85b956f7b6be4a /Master/texmf-dist/doc/latex/toptesi/topfront-example.tex
parent96c2540c6bcd6585ee23a0d384bea78715befec8 (diff)
toptesi (22oct17)
git-svn-id: svn://tug.org/texlive/trunk@45577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/toptesi/topfront-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/toptesi/topfront-example.tex60
1 files changed, 23 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/toptesi/topfront-example.tex b/Master/texmf-dist/doc/latex/toptesi/topfront-example.tex
index bdfdfca06a4..67ee8743545 100644
--- a/Master/texmf-dist/doc/latex/toptesi/topfront-example.tex
+++ b/Master/texmf-dist/doc/latex/toptesi/topfront-example.tex
@@ -1,15 +1,13 @@
% Stand-alone sample usage of package topfront
-% With XeLaTeX the document should be created with the UTF-8 encoding
-% Use the following Magic comment line only if you typeset the document
-% with pdfLaTeX
+% The document should be created with the UTF-8 encoding
+% Use the following Magic comment line to configure your intelligent
+% LaTeX friendly shell editor
-% !TEX encoding = IsoLatin
+% !TEX encoding = UTF-8 Unicode
+
+% With pdfLaTeX you might use other encodings, but you'd better not!
-% Of course you may create the document in utf8 encoding even if you use pdfLaTeX,
-% but you have to change the above magic comment accordingly (change "IsoLatin"
-% with "UTF-8 Unicode"). Change also the inputenc option from "latin1" to "utf8".
-%
% You need not care for any input encoding and any option to the inputenc
% package, if you avoid using national non-ASCII characters, but use the
% standard LaTeX commands to access them; for example: \`A, \ss, \L, etc.
@@ -27,7 +25,10 @@
% may be different from the OpenType fonts available to XeLaTeX or LuaLaTeX.
-\documentclass[a4paper,12pt,twoside]{report}% it works also with book and article
+\documentclass[
+a4paper,
+11pt,
+twoside]{report}% it works also with book and article
\usepackage{iftex}% to test if the typesetting engine is pdflatex or xelatex
@@ -45,8 +46,11 @@
\fi
\usepackage{graphicx}
-\usepackage[classica]%
-{topfront}
+\newif\ifmagistrale \magistraletrue
+\usepackage[%
+classica,
+evenboxes,
+]{topfront}
\begin{document}
% These data must be here after \begin{document} and before \frontespizio
@@ -60,10 +64,9 @@
% Settings common to both languages
% Redefine \IDN for English
-\candidato{Galileo \textsc{Galilei}\IDN 123456}
-\secondocandidato{Evangelista \textsc{Torricelli}\IDN 123457}
+\candidato{Galileo \textsc{Galilei}}[123456]
+\secondocandidato{Evangelista \textsc{Torricelli}}[123457]
\relatore{prof.\ Margherita Hack}
-\secondorelatore{prof.\ Giovanni Ferrero}
\tutoreaziendale{dott.\ Roberto Ferrero}
% The English definitions redefine all the infix words, besides a few variable
@@ -105,34 +108,17 @@
\logosede{logotre,logoquattro}% one logo or a comma separated list of logos
\sedutadilaurea{August 1615}
\ateneo{West Piedmont University}
+% \ateneo{}
\nomeateneo{Royal Mountain Campus}
\renewcommand*\IDN{\\\quad ID number:\space}
}{% Italian language
-% \ateneo{Universit\`a del Piemonte Occidentale}
-% \ateneo{Universit\`a degli studi di Modena e Reggio Emilia}
-\DeclareRobustCommand{\uniMRE}{\smash{\parbox[b]{\textwidth}{\centering\Large
-\MakeUppercase{Università degli Studi}\\
-\MakeUppercase{di Modena e Reggio Emilia}}}}
-% \ateneo{\uniMRE}
-% \ateneo{Freie Universt\"at Bozen -- Libera Universit\`a di Bolzano -- Universit\`a Liedia de Bulsan}
-\DeclareRobustCommand{\uniBZ}{\smash{\parbox[b]{\textwidth}{\centering\large
-\MakeUppercase{Freie Universität Bozen}\\
-\MakeUppercase{Libera Università di Bolzano}\\
-\MakeUppercase{Università Leidia de Bulsan}}}}
- \ateneo{\uniBZ}
-% \ateneo{Universit\`a della Valle d'Aosta -- Universit\'e de la Vall\'ee d'Aoste}
-\DeclareRobustCommand{\uniVdA}{\smash{\parbox[b]{\textwidth}{\centering \Large
-\MakeUppercase{Università della Valle d'Aosta}\\
-\MakeUppercase{Universitè de la Vallée d'Aoste}}}}
-% \ateneo{\uniVdA}
- \nomeateneo{Studium Monregalense}
+ \ateneo{Universit\`a del Piemonte Occidentale}
+ \nomeateneo{Studium Monregalensis}
\corsodilaurea{Astronomia applicata}
- \titolo{La pressione barometrica di~Giove}
+ \titolo{La pressione barometrica di Giove}
\sottotitolo{Metodo dei satelliti medicei}
- \NomeTutoreAziendale{Supervisore aziendale\\Osservatorio Astronomico del
- Monviso}
-% \sedutadilaurea{1615-1616}
- \annoaccademico{1615-1616}
+ \NomeTutoreAziendale{Supervisore aziendale\\Osservatorio Astronomico del Monviso}
+ \sedutadilaurea{Agosto 1615}
\logosede{logouno,logodue}% one logo or a comma separated list of logos
}
\end{frontespizio*}