texlive[48365] Master/texmf-dist: sapthesis (7aug18)

commits+karl at tug.org commits+karl at tug.org
Wed Aug 8 00:05:58 CEST 2018


Revision: 48365
          http://tug.org/svn/texlive?view=revision&revision=48365
Author:   karl
Date:     2018-08-08 00:05:57 +0200 (Wed, 08 Aug 2018)
Log Message:
-----------
sapthesis (7aug18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/sapthesis/README
    trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale.tex
    trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Master.tex
    trunk/Master/texmf-dist/doc/latex/sapthesis/examples/PhD.tex
    trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Specialization.tex
    trunk/Master/texmf-dist/doc/latex/sapthesis/examples/TFA.tex
    trunk/Master/texmf-dist/doc/latex/sapthesis/sapthesis-doc.pdf
    trunk/Master/texmf-dist/doc/latex/sapthesis/sapthesis-doc.tex
    trunk/Master/texmf-dist/tex/latex/sapthesis/sapthesis.cls

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_eng.tex
    trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_ita.tex
    trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Laurea_ita.tex

Modified: trunk/Master/texmf-dist/doc/latex/sapthesis/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/README	2018-08-07 00:39:57 UTC (rev 48364)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/README	2018-08-07 22:05:57 UTC (rev 48365)
@@ -10,7 +10,7 @@
 
 ** License **********************************************************
 
-      Copyright (c) 2008-2015 by Francesco Biccari.
+      Copyright (c) 2008-2018 by Francesco Biccari.
 
       This work (specified below) may be distributed and/or
       modified under the conditions of the 
@@ -30,7 +30,7 @@
       marchio/logotipo e del sistema di identità visiva della
       Sapienza" document available, with other information,
       at the following link (in italian):
-      http://www.uniroma1.it/ateneo/chi-siamo/identit%C3%A0-visiva-e-marchio
+      https://www.uniroma1.it/it/pagina/marchio-identita-visiva-e-sistema-grafico
       In particular it can be used in the theses of "Sapienza"
       university without explicit authorization.
 

Modified: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale.tex	2018-08-07 00:39:57 UTC (rev 48364)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -2,12 +2,14 @@
 % !TeX program = pdflatex
 % !TeX spellcheck = it_IT
 
-\documentclass[LaM,binding=0.6cm]{sapthesis}
+\documentclass[LaM,binding=0.6cm]{../sapthesis}
 
 \usepackage{microtype}
 \usepackage[italian]{babel}
-\usepackage[utf8]{inputenx}
+\usepackage[utf8]{inputenc}
+%\input{ix-utf8enc.dfu}
 
+
 \usepackage{hyperref}
 \hypersetup{pdftitle={Esempio d'uso della classe Sapthesis per una tesi di Laurea Magistrale},pdfauthor={Francesco Biccari}}
 
@@ -18,7 +20,8 @@
 \newcommand{\bs}{\textbackslash}
 
 % Commands for the titlepage
-\title{Esempio d'uso della classe Sapthesis\\ per una tesi di Laurea Magistrale}
+\title{Esempio d'uso della classe Sapthesis\\
+per una tesi di Laurea Magistrale}
 \author{Francesco Biccari}
 \IDnumber{1234567}
 \course{Fisica}
@@ -181,7 +184,7 @@
 
 There are also two commands to speed up the writing of derivatives. In the following example we have used the commands \texttt{\bs der} and \texttt{\bs pder}):
 \begin{equation}
-\der{f}{x} \qquad \pder[2]{f}{y}
+\der{f}{x} \qquad \pder{f}{*{2}{y}}
 \end{equation}
 
 
@@ -194,7 +197,7 @@
 
 Then several commands for the correct typesetting of unit of measurements are provided. For example the command \texttt{\bs un} typesets its argument in roman and leaves a thin space between the number and the unit: $25\un{m}$, $3.5\un{m/s}$. Other commands are: (\texttt{\bs g}) 45\g, (\texttt{\bs C}) 30\,\C, (\texttt{\bs A}) 12\,\A, (\texttt{\bs micro}) 40\,\micro m, (\texttt{\bs ohm}) 27\,\ohm. 
 
-We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \$7 \bs x 10\^{}5\$ gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
+We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \texttt{\$7 \bs x 10\^{}5\$} gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
 \[
 \int x \di x
 \]

Added: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_eng.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_eng.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_eng.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -0,0 +1,216 @@
+% !TeX encoding = UTF-8
+% !TeX program = pdflatex
+% !TeX spellcheck = en_US
+
+\documentclass[LaM,binding=0.6cm]{sapthesis}
+
+\usepackage{microtype}
+
+\usepackage{hyperref}
+\hypersetup{pdftitle={Usage example of the Sapthesis class for a Laurea Magistrale thesis in English},pdfauthor={Francesco Biccari}}
+
+% Remove in a normal thesis
+\usepackage{lipsum}
+\usepackage{curve2e}
+\definecolor{gray}{gray}{0.4}
+\newcommand{\bs}{\textbackslash}
+
+% Commands for the titlepage
+\title{Usage example of the Sapthesis class\\ for a Laurea Magistrale thesis in English}
+\author{Francesco Biccari}
+\IDnumber{1234567}
+\course{Fisica}
+\courseorganizer{Facolt\`{a} di Scienze Matematiche, Fisiche e Naturali}
+\AcademicYear{2012/2013}
+\copyyear{2013}
+\advisor{Prof. Nome Cognome}
+\advisor{Dr. Nome Cognome}
+\coadvisor{Dr. Nome Cognome}
+\authoremail{biccari at email.com}
+
+\examdate{16 April 2013}
+\examiner{Prof. Nome Cognome}
+\examiner{Prof. Nome Cognome}
+\examiner{Dr. Nome Cognome}
+\versiondate{\today}
+
+
+
+\begin{document}
+
+\frontmatter
+
+\maketitle
+
+\dedication{Dedicated to\\ Donald Knuth}
+
+\begin{abstract}
+This document is an example which shows the main features of
+the \LaTeXe\ class \texttt{sapthesis.cls} developed by Francesco Biccari
+with the help of GuIT (Gruppo Utilizzatori Italiani di \TeX).
+\end{abstract}
+
+\begin{acknowledgments}
+Ho deciso di scrivere i ringraziamenti in italiano
+per dimostrare la mia gratitudine verso i membri
+del GuIT, il Gruppo Utilizzatori Italiani di \TeX, e, in particolare,
+verso il prof. Enrico Gregorio.
+\end{acknowledgments}
+
+\tableofcontents
+
+% Do not use the starred version of the chapter command!
+\chapter{Capitolo non numerato}
+
+In this manual you can skip the gray text because it is just dummy text.%
+\footnote{This is a footnote.}
+
+\textcolor{gray}{\lipsum[1-22]}
+
+
+\section*{Paragrafo non numerato}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum[1-22]}
+
+
+
+
+\mainmatter
+
+\chapter{Style features of \textsf{sapthesis}}
+
+In this chapter I will discuss my stylistic choices of \textsf{sapthesis}.
+I will show the page layout geometry and I will describe the page style.
+
+\section{Page layout}
+
+The page is fixed at the dimensions of an A4 paper, therefore you have to print your thesis on A4 paper to obtain the best results. The font dimension is fixed at 11\, pt. The text column and the margins are chosen to fill to the best an A4 paper while keeping a reasonable line length (396\, pt) for a good readability. The text height and the text width are in golden ratio (\textasciitilde 1.6180) as well as the outer and inner margins in a two-side document after binding margin removal. Also the top margin (excluding the header) and bottom margin are in the golden ratio. In Fig.~\ref{layout} a sketch of the \textsf{sapthesis} page layout is shown.
+
+\begin{figure}[h]
+\centering
+\setlength{\unitlength}{0.27mm}
+\begin{picture}(420,297)(-210,0)
+\polyline(-210,0)(210,0)(210,297)(-210,297)(-210,0)
+\Line(0,0)(0,297)
+\put(27.05,37.4){\polygon(0,0)(139.2,0)(139.2,223.8)(0,223.8)}
+\put(-27.05,37.4){\polygon(0,0)(-139.2,0)(-139.2,223.8)(0,223.8)}
+\put(27.05,268.16){\polygon(0,0)(139.2,0)(139.2,4.22)(0,4.22)}
+\put(-27.05,268.16){\polygon(0,0)(-139.2,0)(-139.2,4.22)(0,4.22)}
+\end{picture}
+\caption{Page layout scheme of \textsf{sapthesis class} using a zero binding margin.}
+\label{layout}
+\end{figure}
+
+
+\section{Page style}
+
+The captions have a smaller font respect to the text and the label is in boldface. The appearance of the margin notes has been improved.
+They have the same font dimension of the footnotes and are typed in italics.
+Moreover I defined a new command to typeset margin note aligned to the left on the right page and vice versa on the left page.
+Notice that if a binding margin greater than 1.5\, cm is used, the dimensions of the margin notes become too small and very ugly.
+Do not use them in this case.
+
+The mathematical objects, figures and tables are numbered within the chapters (e.g. 1.1, 1.2,\ldots for the first chapter, 2.1, 2.2 for the second one and so on\ldots). See for example the number of this simple equation
+\begin{equation}
+x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}
+\end{equation}
+
+
+The title page is automatically composed when the \texttt{\bs maketitle} command is given.
+The parameters needed for the title page, author, title, etc\ldots , are supplied by dedicated commands explained in the next section.
+Two copies of the university logo in \texttt{pdf} format, one for color printing and the other one for black and white printing, are supplied in the \textsf{sapthesis} package. They are shown in Fig.~\ref{fig:largenenough}.
+
+\begin{figure}
+\centering
+\includegraphics[width=0.7\textwidth]{sapienza-MLred-pos}\\[3ex]
+\includegraphics[width=0.7\textwidth]{sapienza-MLblack-pos}
+\caption{Logo of the Sapienza -- University of Rome.}
+\label{fig:largenenough}
+\end{figure}
+
+
+
+\section{About figures and tables}
+
+As regards the image formats, please use vector images as much as possible! Use jpg images only for photographs! pdf\LaTeX\ supports the pdf, jpg and png formats.
+
+A very simple table is show in Tab.~\ref{tab:letters}. Remember to typeset
+always the table caption above the table. Do not use vertical lines.
+
+\begin{table}
+\caption{This is a simple table.}
+\label{tab:letters}
+\centering
+\begin{tabular}{lcc}
+\toprule
+Letter & Test & Test \\
+\midrule
+A & C & E \\
+B & D & F \\
+\bottomrule
+\end{tabular}
+\end{table}
+
+
+\section{A section}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum[1-10]}
+
+
+
+\section{Another section}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum}
+
+
+\appendix
+\chapter{Special commands provided by \textsf{sapthesis}}
+
+\textsf{Sapthesis} provides some special commands, particularly useful for scientific works. You can use for example the roman shape, instead of the italic, for the imaginary unit (\texttt{\bs iu}) and Napier's number (\texttt{\bs eu}):
+\begin{equation}
+\eu^{\iu\pi}+1=0
+\end{equation}
+
+There are also two commands to speed up the writing of derivatives. In the following example we have used the commands \texttt{\bs der} and \texttt{\bs pder}):
+\begin{equation}
+\der{f}{x} \qquad \pder{f}{*{2}{y}}
+\end{equation}
+
+
+\textsf{Sapthesis} provides also 4 commands to improve the writing of subscripts, \texttt{\bs rb} and \texttt{\bs tb}, and superscripts, \texttt{\bs rp} and \texttt{\bs tp}. Two of these commands, \texttt{\bs rb} and \texttt{\bs rp}, can be used both in text and in math mode and compose their argument in roman. The other two, \texttt{\bs tb} and \texttt{\bs tp}, can be used only in text mode and compose their argument as are. Here it is an usage example of \texttt{\bs rb} and \texttt{\bs rp}:
+\[
+a_b \neq a\rb{b}\qquad a^b \neq a\rp{b}
+\]
+And here it is an usage example of \texttt{\bs tb}: \emph{Cu\tb{It} indicates copper bought in Italy}. And a usage example of \texttt{\bs ts}: \emph{Cher G\tp{le} Napol\'eon}.
+
+
+Then several commands for the correct typesetting of unit of measurements are provided. For example the command \texttt{\bs un} typesets its argument in roman and leaves a thin space between the number and the unit: $25\un{m}$, $3.5\un{m/s}$. Other commands are: (\texttt{\bs g}) 45\g, (\texttt{\bs C}) 30\,\C, (\texttt{\bs A}) 12\,\A, (\texttt{\bs micro}) 40\,\micro m, (\texttt{\bs ohm}) 27\,\ohm. 
+
+We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \texttt{\$7 \bs x 10\^{}5\$} gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
+\[
+\int x \di x
+\]
+
+Finally we have defined the color \textsf{sapred} which is the official color
+of Sapienza -- University of Rome. It is defined as RGB(130,36,51). \textcolor{sapred}{This text is written with the color \textsf{sapred}.}
+
+In the following dummy text you can observe the usage of \texttt{\bs mnote} command which typesets fancy margin notes.
+
+\textcolor{gray}{\lipsum}
+\marginpar{This is a fancy margin note!}
+\textcolor{gray}{\lipsum}
+
+\backmatter
+% bibliography
+%\cleardoublepage
+%\phantomsection
+%\bibliographystyle{sapthesis} % BibTeX style
+%\bibliography{bibliography} % BibTeX database without .bib extension
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_eng.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_ita.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_ita.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_ita.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -0,0 +1,221 @@
+% !TeX encoding = UTF-8
+% !TeX program = pdflatex
+% !TeX spellcheck = it_IT
+
+\documentclass[LaM,binding=0.6cm]{../sapthesis}
+
+\usepackage{microtype}
+\usepackage[italian]{babel}
+\usepackage[utf8]{inputenc}
+%\input{ix-utf8enc.dfu}
+
+
+\usepackage{hyperref}
+\hypersetup{pdftitle={Esempio d'uso della classe Sapthesis per una tesi di Laurea Magistrale},pdfauthor={Francesco Biccari}}
+
+% Remove in a normal thesis
+\usepackage{lipsum}
+\usepackage{curve2e}
+\definecolor{gray}{gray}{0.4}
+\newcommand{\bs}{\textbackslash}
+
+% Commands for the titlepage
+\title{Esempio d'uso della classe Sapthesis\\
+per una tesi di Laurea Magistrale}
+\author{Francesco Biccari}
+\IDnumber{1234567}
+\course{Fisica}
+\courseorganizer{Facoltà di Scienze Matematiche, Fisiche e Naturali}
+\AcademicYear{2012/2013}
+\copyyear{2013}
+\advisor{Prof. Nome Cognome}
+\advisor{Dr. Nome Cognome}
+\coadvisor{Dr. Nome Cognome}
+\authoremail{biccari at email.com}
+
+\examdate{16 April 2013}
+\examiner{Prof. Nome Cognome}
+\examiner{Prof. Nome Cognome}
+\examiner{Dr. Nome Cognome}
+\versiondate{\today}
+
+
+
+\begin{document}
+
+\frontmatter
+
+\maketitle
+
+\dedication{Dedicato a\\ Donald Knuth}
+
+\begin{abstract}
+This document is an example which shows the main features of
+the \LaTeXe\ class \texttt{sapthesis.cls} developed by Francesco Biccari
+with the help of GuIT (Gruppo Utilizzatori Italiani di \TeX).
+\end{abstract}
+
+\begin{acknowledgments}
+Ho deciso di scrivere i ringraziamenti in italiano
+per dimostrare la mia gratitudine verso i membri
+del GuIT, il Gruppo Utilizzatori Italiani di \TeX, e, in particolare,
+verso il prof. Enrico Gregorio.
+\end{acknowledgments}
+
+\tableofcontents
+
+% Do not use the starred version of the chapter command!
+\chapter{Capitolo non numerato}
+
+In this manual you can skip the gray text because it is just dummy text.%
+\footnote{This is a footnote.}
+
+\textcolor{gray}{\lipsum[1-22]}
+
+
+\section*{Paragrafo non numerato}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum[1-22]}
+
+
+
+
+\mainmatter
+
+\chapter{Style features of \textsf{sapthesis}}
+
+In this chapter I will discuss my stylistic choices of \textsf{sapthesis}.
+I will show the page layout geometry and I will describe the page style.
+
+\section{Page layout}
+
+The page is fixed at the dimensions of an A4 paper, therefore you have to print your thesis on A4 paper to obtain the best results. The font dimension is fixed at 11\, pt. The text column and the margins are chosen to fill to the best an A4 paper while keeping a reasonable line length (396\, pt) for a good readability. The text height and the text width are in golden ratio (\textasciitilde 1.6180) as well as the outer and inner margins in a two-side document after binding margin removal. Also the top margin (excluding the header) and bottom margin are in the golden ratio. In Fig.~\ref{layout} a sketch of the \textsf{sapthesis} page layout is shown.
+
+\begin{figure}[h]
+\centering
+\setlength{\unitlength}{0.27mm}
+\begin{picture}(420,297)(-210,0)
+\polyline(-210,0)(210,0)(210,297)(-210,297)(-210,0)
+\Line(0,0)(0,297)
+\put(27.05,37.4){\polygon(0,0)(139.2,0)(139.2,223.8)(0,223.8)}
+\put(-27.05,37.4){\polygon(0,0)(-139.2,0)(-139.2,223.8)(0,223.8)}
+\put(27.05,268.16){\polygon(0,0)(139.2,0)(139.2,4.22)(0,4.22)}
+\put(-27.05,268.16){\polygon(0,0)(-139.2,0)(-139.2,4.22)(0,4.22)}
+\end{picture}
+\caption{Page layout scheme of \textsf{sapthesis class} using a zero binding margin.}
+\label{layout}
+\end{figure}
+
+
+\section{Page style}
+
+The captions have a smaller font respect to the text and the label is in boldface. The appearance of the margin notes has been improved.
+They have the same font dimension of the footnotes and are typed in italics.
+Moreover I defined a new command to typeset margin note aligned to the left on the right page and vice versa on the left page.
+Notice that if a binding margin greater than 1.5\, cm is used, the dimensions of the margin notes become too small and very ugly.
+Do not use them in this case.
+
+The mathematical objects, figures and tables are numbered within the chapters (e.g. 1.1, 1.2,\ldots for the first chapter, 2.1, 2.2 for the second one and so on\ldots). See for example the number of this simple equation
+\begin{equation}
+x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}
+\end{equation}
+
+
+The title page is automatically composed when the \texttt{\bs maketitle} command is given.
+The parameters needed for the title page, author, title, etc\ldots , are supplied by dedicated commands explained in the next section.
+Two copies of the university logo in \texttt{pdf} format, one for color printing and the other one for black and white printing, are supplied in the \textsf{sapthesis} package. They are shown in Fig.~\ref{fig:largenenough}.
+
+\begin{figure}
+\centering
+\includegraphics[width=0.7\textwidth]{sapienza-MLred-pos}\\[3ex]
+\includegraphics[width=0.7\textwidth]{sapienza-MLblack-pos}
+\caption{Logo of the Sapienza -- University of Rome.}
+\label{fig:largenenough}
+\end{figure}
+
+
+
+\section{About figures and tables}
+
+As regards the image formats, please use vector images as much as possible! Use jpg images only for photographs! pdf\LaTeX\ supports the pdf, jpg and png formats.
+
+A very simple table is show in Tab.~\ref{tab:letters}. Remember to typeset
+always the table caption above the table. Do not use vertical lines.
+
+\begin{table}
+\caption{This is a simple table.}
+\label{tab:letters}
+\centering
+\begin{tabular}{lcc}
+\toprule
+Letter & Test & Test \\
+\midrule
+A & C & E \\
+B & D & F \\
+\bottomrule
+\end{tabular}
+\end{table}
+
+
+\section{A section}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum[1-10]}
+
+
+
+\section{Another section}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum}
+
+
+\appendix
+\chapter{Special commands provided by \textsf{sapthesis}}
+
+\textsf{Sapthesis} provides some special commands, particularly useful for scientific works. You can use for example the roman shape, instead of the italic, for the imaginary unit (\texttt{\bs iu}) and Napier's number (\texttt{\bs eu}):
+\begin{equation}
+\eu^{\iu\pi}+1=0
+\end{equation}
+
+There are also two commands to speed up the writing of derivatives. In the following example we have used the commands \texttt{\bs der} and \texttt{\bs pder}):
+\begin{equation}
+\der{f}{x} \qquad \pder{f}{*{2}{y}}
+\end{equation}
+
+
+\textsf{Sapthesis} provides also 4 commands to improve the writing of subscripts, \texttt{\bs rb} and \texttt{\bs tb}, and superscripts, \texttt{\bs rp} and \texttt{\bs tp}. Two of these commands, \texttt{\bs rb} and \texttt{\bs rp}, can be used both in text and in math mode and compose their argument in roman. The other two, \texttt{\bs tb} and \texttt{\bs tp}, can be used only in text mode and compose their argument as are. Here it is an usage example of \texttt{\bs rb} and \texttt{\bs rp}:
+\[
+a_b \neq a\rb{b}\qquad a^b \neq a\rp{b}
+\]
+And here it is an usage example of \texttt{\bs tb}: \emph{Cu\tb{It} indicates copper bought in Italy}. And a usage example of \texttt{\bs ts}: \emph{Cher G\tp{le} Napol\'eon}.
+
+
+Then several commands for the correct typesetting of unit of measurements are provided. For example the command \texttt{\bs un} typesets its argument in roman and leaves a thin space between the number and the unit: $25\un{m}$, $3.5\un{m/s}$. Other commands are: (\texttt{\bs g}) 45\g, (\texttt{\bs C}) 30\,\C, (\texttt{\bs A}) 12\,\A, (\texttt{\bs micro}) 40\,\micro m, (\texttt{\bs ohm}) 27\,\ohm. 
+
+We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \texttt{\$7 \bs x 10\^{}5\$} gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
+\[
+\int x \di x
+\]
+
+Finally we have defined the color \textsf{sapred} which is the official color
+of Sapienza -- University of Rome. It is defined as RGB(130,36,51). \textcolor{sapred}{This text is written with the color \textsf{sapred}.}
+
+In the following dummy text you can observe the usage of \texttt{\bs mnote} command which typesets fancy margin notes.
+
+\textcolor{gray}{\lipsum}
+\marginpar{This is a fancy margin note!}
+\textcolor{gray}{\lipsum}
+
+\backmatter
+% bibliography
+%\cleardoublepage
+%\phantomsection
+%\bibliographystyle{sapthesis} % BibTeX style
+%\bibliography{bibliography} % BibTeX database without .bib extension
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/LaureaMagistrale_ita.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Laurea_ita.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Laurea_ita.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Laurea_ita.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -0,0 +1,218 @@
+% !TeX encoding = UTF-8
+% !TeX program = pdflatex
+% !TeX spellcheck = it_IT
+
+\documentclass[Lau,binding=0.6cm]{sapthesis}
+
+\usepackage{microtype}
+\usepackage[italian]{babel}
+\usepackage[utf8]{inputenx}
+
+\usepackage{hyperref}
+\hypersetup{pdftitle={Sapthesis class example},pdfauthor={Francesco Biccari}}
+
+% Remove in a normal thesis
+\usepackage{lipsum}
+\usepackage{curve2e}
+\definecolor{gray}{gray}{0.4}
+\newcommand{\bs}{\textbackslash}
+
+% Commands for the titlepage
+\title{Esempio d'uso della classe Sapthesis\\ per una tesi di Laurea}
+\author{Francesco Biccari}
+\IDnumber{1234567}
+\course{Fisica}
+\courseorganizer{Facoltà di Scienze Matematiche, Fisiche e Naturali}
+\AcademicYear{2012/2013}
+\copyyear{2013}
+\advisor{Prof. Nome Cognome}
+\advisor{Dr. Nome Cognome}
+\coadvisor{Dr. Nome Cognome}
+\authoremail{biccari at email.com}
+
+\examdate{16 April 2013}
+\examiner{Prof. Nome Cognome}
+\examiner{Prof. Nome Cognome}
+\examiner{Dr. Nome Cognome}
+\versiondate{\today}
+
+
+
+\begin{document}
+
+\frontmatter
+
+\maketitle
+
+\dedication{Dedicato a\\ Donald Knuth}
+
+\begin{abstract}
+This document is an example which shows the main features of
+the \LaTeXe\ class \texttt{sapthesis.cls} developed by Francesco Biccari
+with the help of GuIT (Gruppo Utilizzatori Italiani di \TeX).
+\end{abstract}
+
+\begin{acknowledgments}
+Ho deciso di scrivere i ringraziamenti in italiano
+per dimostrare la mia gratitudine verso i membri
+del GuIT, il Gruppo Utilizzatori Italiani di \TeX, e, in particolare,
+verso il prof. Enrico Gregorio.
+\end{acknowledgments}
+
+\tableofcontents
+
+% Do not use the starred version of the chapter command!
+\chapter{Capitolo non numerato}
+
+In this manual you can skip the gray text because it is just dummy text.%
+\footnote{This is a footnote.}
+
+\textcolor{gray}{\lipsum[1-22]}
+
+
+\section*{Paragrafo non numerato}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum[1-22]}
+
+
+
+
+\mainmatter
+
+\chapter{Style features of \textsf{sapthesis}}
+
+In this chapter I will discuss my stylistic choices of \textsf{sapthesis}.
+I will show the page layout geometry and I will describe the page style.
+
+\section{Page layout}
+
+The page is fixed at the dimensions of an A4 paper, therefore you have to print your thesis on A4 paper to obtain the best results. The font dimension is fixed at 11\, pt. The text column and the margins are chosen to fill to the best an A4 paper while keeping a reasonable line length (396\, pt) for a good readability. The text height and the text width are in golden ratio (\textasciitilde 1.6180) as well as the outer and inner margins in a two-side document after binding margin removal. Also the top margin (excluding the header) and bottom margin are in the golden ratio. In Fig.~\ref{layout} a sketch of the \textsf{sapthesis} page layout is shown.
+
+\begin{figure}[h]
+\centering
+\setlength{\unitlength}{0.27mm}
+\begin{picture}(420,297)(-210,0)
+\polyline(-210,0)(210,0)(210,297)(-210,297)(-210,0)
+\Line(0,0)(0,297)
+\put(27.05,37.4){\polygon(0,0)(139.2,0)(139.2,223.8)(0,223.8)}
+\put(-27.05,37.4){\polygon(0,0)(-139.2,0)(-139.2,223.8)(0,223.8)}
+\put(27.05,268.16){\polygon(0,0)(139.2,0)(139.2,4.22)(0,4.22)}
+\put(-27.05,268.16){\polygon(0,0)(-139.2,0)(-139.2,4.22)(0,4.22)}
+\end{picture}
+\caption{Page layout scheme of \textsf{sapthesis class} using a zero binding margin.}
+\label{layout}
+\end{figure}
+
+
+\section{Page style}
+
+The captions have a smaller font respect to the text and the label is in boldface. The appearance of the margin notes has been improved.
+They have the same font dimension of the footnotes and are typed in italics.
+Moreover I defined a new command to typeset margin note aligned to the left on the right page and vice versa on the left page.
+Notice that if a binding margin greater than 1.5\, cm is used, the dimensions of the margin notes become too small and very ugly.
+Do not use them in this case.
+
+The mathematical objects, figures and tables are numbered within the chapters (e.g. 1.1, 1.2,\ldots for the first chapter, 2.1, 2.2 for the second one and so on\ldots). See for example the number of this simple equation
+\begin{equation}
+x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}
+\end{equation}
+
+
+The title page is automatically composed when the \texttt{\bs maketitle} command is given.
+The parameters needed for the title page, author, title, etc\ldots , are supplied by dedicated commands explained in the next section.
+Two copies of the university logo in \texttt{pdf} format, one for color printing and the other one for black and white printing, are supplied in the \textsf{sapthesis} package. They are shown in Fig.~\ref{fig:largenenough}.
+
+\begin{figure}
+\centering
+\includegraphics[width=0.7\textwidth]{sapienza-MLred-pos}\\[3ex]
+\includegraphics[width=0.7\textwidth]{sapienza-MLblack-pos}
+\caption{Logo of the Sapienza -- University of Rome.}
+\label{fig:largenenough}
+\end{figure}
+
+
+
+\section{About figures and tables}
+
+As regards the image formats, please use vector images as much as possible! Use jpg images only for photographs! pdf\LaTeX\ supports the pdf, jpg and png formats.
+
+A very simple table is show in Tab.~\ref{tab:letters}. Remember to typeset
+always the table caption above the table. Do not use vertical lines.
+
+\begin{table}
+\caption{This is a simple table.}
+\label{tab:letters}
+\centering
+\begin{tabular}{lcc}
+\toprule
+Letter & Test & Test \\
+\midrule
+A & C & E \\
+B & D & F \\
+\bottomrule
+\end{tabular}
+\end{table}
+
+
+\section{A section}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum[1-10]}
+
+
+
+\section{Another section}
+
+In this manual you can skip the gray text because it is just dummy text.
+
+\textcolor{gray}{\lipsum}
+
+
+\appendix
+\chapter{Special commands provided by \textsf{sapthesis}}
+
+\textsf{Sapthesis} provides some special commands, particularly useful for scientific works. You can use for example the roman shape, instead of the italic, for the imaginary unit (\texttt{\bs iu}) and Napier's number (\texttt{\bs eu}):
+\begin{equation}
+\eu^{\iu\pi}+1=0
+\end{equation}
+
+There are also two commands to speed up the writing of derivatives. In the following example we have used the commands \texttt{\bs der} and \texttt{\bs pder}):
+\begin{equation}
+\der{f}{x} \qquad \pder{f}{*{2}{y}}
+\end{equation}
+
+
+\textsf{Sapthesis} provides also 4 commands to improve the writing of subscripts, \texttt{\bs rb} and \texttt{\bs tb}, and superscripts, \texttt{\bs rp} and \texttt{\bs tp}. Two of these commands, \texttt{\bs rb} and \texttt{\bs rp}, can be used both in text and in math mode and compose their argument in roman. The other two, \texttt{\bs tb} and \texttt{\bs tp}, can be used only in text mode and compose their argument as are. Here it is an usage example of \texttt{\bs rb} and \texttt{\bs rp}:
+\[
+a_b \neq a\rb{b}\qquad a^b \neq a\rp{b}
+\]
+And here it is an usage example of \texttt{\bs tb}: \emph{Cu\tb{It} indicates copper bought in Italy}. And a usage example of \texttt{\bs ts}: \emph{Cher G\tp{le} Napol\'eon}.
+
+
+Then several commands for the correct typesetting of unit of measurements are provided. For example the command \texttt{\bs un} typesets its argument in roman and leaves a thin space between the number and the unit: $25\un{m}$, $3.5\un{m/s}$. Other commands are: (\texttt{\bs g}) 45\g, (\texttt{\bs C}) 30\,\C, (\texttt{\bs A}) 12\,\A, (\texttt{\bs micro}) 40\,\micro m, (\texttt{\bs ohm}) 27\,\ohm. 
+
+We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \texttt{\$7 \bs x 10\^{}5\$} gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
+\[
+\int x \di x
+\]
+
+Finally we have defined the color \textsf{sapred} which is the official color
+of Sapienza -- University of Rome. It is defined as RGB(130,36,51). \textcolor{sapred}{This text is written with the color \textsf{sapred}.}
+
+In the following dummy text you can observe the usage of \texttt{\bs mnote} command which typesets fancy margin notes.
+
+\textcolor{gray}{\lipsum}
+\marginpar{This is a fancy margin note!}
+\textcolor{gray}{\lipsum}
+
+\backmatter
+% bibliography
+%\cleardoublepage
+%\phantomsection
+%\bibliographystyle{sapthesis} % BibTeX style
+%\bibliography{bibliography} % BibTeX database without .bib extension
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Laurea_ita.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Master.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Master.tex	2018-08-07 00:39:57 UTC (rev 48364)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Master.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -182,7 +182,7 @@
 
 There are also two commands to speed up the writing of derivatives. In the following example we have used the commands \texttt{\bs der} and \texttt{\bs pder}):
 \begin{equation}
-\der{f}{x} \qquad \pder[2]{f}{y}
+\der{f}{x} \qquad \pder{f}{*{2}{y}}
 \end{equation}
 
 
@@ -195,7 +195,7 @@
 
 Then several commands for the correct typesetting of unit of measurements are provided. For example the command \texttt{\bs un} typesets its argument in roman and leaves a thin space between the number and the unit: $25\un{m}$, $3.5\un{m/s}$. Other commands are: (\texttt{\bs g}) 45\g, (\texttt{\bs C}) 30\,\C, (\texttt{\bs A}) 12\,\A, (\texttt{\bs micro}) 40\,\micro m, (\texttt{\bs ohm}) 27\,\ohm. 
 
-We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \$7 \bs x 10\^{}5\$ gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
+We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \texttt{\$7 \bs x 10\^{}5\$} gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
 \[
 \int x \di x
 \]

Modified: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/PhD.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/examples/PhD.tex	2018-08-07 00:39:57 UTC (rev 48364)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/examples/PhD.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -2,7 +2,7 @@
 % !TeX program = pdflatex
 % !TeX spellcheck = en_US
 
-\documentclass[PhD,binding=0.6cm]{sapthesis}
+\documentclass[PhD,binding=0.6cm]{../sapthesis}
 
 \usepackage{microtype}
 % if you write in italian:
@@ -184,7 +184,7 @@
 
 There are also two commands to speed up the writing of derivatives. In the following example we have used the commands \texttt{\bs der} and \texttt{\bs pder}):
 \begin{equation}
-\der{f}{x} \qquad \pder{f}{*{2}{x},y}
+\der{f}{x} \qquad \pder{f}{*{2}{y}}
 \end{equation}
 
 
@@ -197,7 +197,7 @@
 
 Then several commands for the correct typesetting of unit of measurements are provided. For example the command \texttt{\bs un} typesets its argument in roman and leaves a thin space between the number and the unit: $25\un{m}$, $3.5\un{m/s}$. Other commands are: (\texttt{\bs g}) 45\g, (\texttt{\bs C}) 30\,\C, (\texttt{\bs A}) 12\,\A, (\texttt{\bs micro}) 40\,\micro m, (\texttt{\bs ohm}) 27\,\ohm. 
 
-We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \$7 \bs x 10\^{}5\$ gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
+We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \texttt{\$7 \bs x 10\^{}5\$} gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
 \[
 \int x \di x
 \]

Modified: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Specialization.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Specialization.tex	2018-08-07 00:39:57 UTC (rev 48364)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/examples/Specialization.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -183,7 +183,7 @@
 
 There are also two commands to speed up the writing of derivatives. In the following example we have used the commands \texttt{\bs der} and \texttt{\bs pder}):
 \begin{equation}
-\der{f}{x} \qquad \pder[2]{f}{y}
+\der{f}{x} \qquad \pder{f}{*{2}{y}}
 \end{equation}
 
 
@@ -196,7 +196,7 @@
 
 Then several commands for the correct typesetting of unit of measurements are provided. For example the command \texttt{\bs un} typesets its argument in roman and leaves a thin space between the number and the unit: $25\un{m}$, $3.5\un{m/s}$. Other commands are: (\texttt{\bs g}) 45\g, (\texttt{\bs C}) 30\,\C, (\texttt{\bs A}) 12\,\A, (\texttt{\bs micro}) 40\,\micro m, (\texttt{\bs ohm}) 27\,\ohm. 
 
-We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \$7 \bs x 10\^{}5\$ gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
+We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \texttt{\$7 \bs x 10\^{}5\$} gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
 \[
 \int x \di x
 \]

Modified: trunk/Master/texmf-dist/doc/latex/sapthesis/examples/TFA.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/examples/TFA.tex	2018-08-07 00:39:57 UTC (rev 48364)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/examples/TFA.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -28,7 +28,7 @@
 \title{Esempio d'uso della classe Sapthesis\\ per la relazione di tirocinio del TFA}
 \author{Francesco Biccari}
 \IDnumber{1234567}
-\course{A049 Matematica e Fisica}
+\course{A027 Matematica e Fisica}
 \courseorganizer{Facoltà di Scienze Matematiche, Fisiche e Naturali}
 \AcademicYear{2012/2013}
 \copyyear{2013}
@@ -192,7 +192,7 @@
 
 There are also two commands to speed up the writing of derivatives. In the following example we have used the commands \texttt{\bs der} and \texttt{\bs pder}):
 \begin{equation}
-\der{f}{x} \qquad \pder[2]{f}{y}
+\der{f}{x} \qquad \pder{f}{*{2}{y}}
 \end{equation}
 
 
@@ -205,7 +205,7 @@
 
 Then several commands for the correct typesetting of unit of measurements are provided. For example the command \texttt{\bs un} typesets its argument in roman and leaves a thin space between the number and the unit: $25\un{m}$, $3.5\un{m/s}$. Other commands are: (\texttt{\bs g}) 45\g, (\texttt{\bs C}) 30\,\C, (\texttt{\bs A}) 12\,\A, (\texttt{\bs micro}) 40\,\micro m, (\texttt{\bs ohm}) 27\,\ohm. 
 
-We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \$7 \bs x 10\^{}5\$ gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
+We have also \texttt{\bs x} as abbreviation of \texttt{\bs times}: \texttt{\$7 \bs x 10\^{}5\$} gives $7 \x 10^5$. Then \texttt{\bs di} is the differential symbol which automatically insert the correct spacing.
 \[
 \int x \di x
 \]

Modified: trunk/Master/texmf-dist/doc/latex/sapthesis/sapthesis-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/sapthesis/sapthesis-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/sapthesis/sapthesis-doc.tex	2018-08-07 00:39:57 UTC (rev 48364)
+++ trunk/Master/texmf-dist/doc/latex/sapthesis/sapthesis-doc.tex	2018-08-07 22:05:57 UTC (rev 48365)
@@ -53,7 +53,7 @@
 \author{\small Francesco Biccari\thanks{\href{mailto:biccari at gmail.com}{biccari at gmail.com}}}
 \title{\small Documentation of the \LaTeX\ class\\
 		\Large \textbf{\texttt{sapthesis.cls}}\\
-		\small \vspace{0.2cm} Version 3.8, 2015-12-04
+		\small \vspace{0.2cm} Version 4.1, 2018-08-07
 }
 \date{}
 
@@ -129,7 +129,7 @@
 \footnote{A thesis is not an official document and therefore these guidelines can not be applied (private communication with Laura Gobbo, Ufficio Stampa e Comunicazione Sapienza -- Universit\`a di Roma).
 However some Microsoft Word templates, with a completely different style, are provided.
 To give a look to the new Sapienza style see 
-\href{http://www.uniroma1.it/ateneo/chi-siamo/identit\%C3\%A0-visiva-e-marchio}{Identit\`a visiva e marchio} and \href{http://www.uniroma1.it/logotesi}{Template tesi}.}
+\href{https://www.uniroma1.it/it/pagina/marchio-identita-visiva-e-sistema-grafico}{Marchio, identità visiva e sistema grafico} and \href{https://www.uniroma1.it/it/pagina/impaginazione-della-tesi-e-logo}{Template tesi}.}
 
 For these reasons I thought that a \LaTeX\ class for the theses of my 
 university would have been a good idea.
@@ -157,7 +157,7 @@
 English (its usage is not mandatory).
 
 
-\textsf{Sapthesis} explicitely loads the packages \textsf{xkeyval}, \textsf{geometry}, \textsf{ifxetex}, \textsf{xltxtra}, \textsf{fontenc}, \textsf{textcomp}, \textsf{lmodern}, \textsf{caption}, \textsf{graphicx}, \textsf{color}, \textsf{booktabs}, \textsf{amsmath}, \textsf{fancyhdr}.
+\textsf{Sapthesis} explicitely loads the packages \textsf{xkeyval}, \textsf{etoolbox}, \textsf{geometry}, \textsf{ifxetex}, \textsf{xltxtra}, \textsf{fontenc}, \textsf{textcomp}, \textsf{lmodern}, \textsf{caption}, \textsf{graphicx}, \textsf{color}, \textsf{booktabs}, \textsf{amsmath}, \textsf{fancyhdr}.
 Do \textbf{not} include these packages in the preamble of your document!
 
 
@@ -223,19 +223,21 @@
 It needs some information that you can supply by the following commands
 in the preamble.
 \begin{description}
-\item[\texttt{\bs title\{\dots\}}] Mandatory.
+\item[\texttt{\bs title\{\dots\}}] Mandatory. Title.
 
-\item[\texttt{\bs author\{\dots\}}] Mandatory
+\item[\texttt{\bs subtitle\{\dots\}}] Optional. Subtitle (try to avoid a subtitle).
 
-\item[\texttt{\bs IDnumber\{\dots\}}] Mandatory. Your ID number (\textit{matricola} in Italian)
+\item[\texttt{\bs author\{\dots\}}] Mandatory. Author (student's name).
 
-\item[\texttt{\bs course[\dots]\{\dots\}}] Mandatory. Use the official Italian name of the course. The optional argument specifies the course name in another language, which is needed in the case of PhD's theses because of the ``requirements'' declaration.
+\item[\texttt{\bs IDnumber\{\dots\}}] Mandatory. ID number (\textit{matricola} in Italian).
 
-\item[\texttt{\bs courseorganizer\{\dots\}}] Mandatory.
+\item[\texttt{\bs course[\dots]\{\dots\}}] Mandatory. Use the official Italian name of the course. If the optional argument \texttt{override} is specified, the mandatory argument is used  to specify the entire course line in the frontispiece. In this way it is possible to override the behavior of the class (not recommended!).
 
+\item[\texttt{\bs courseorganizer\{\dots\}}] Mandatory. Course organizer.
+
 \item[\texttt{\bs submitdate\{\dots\}}] Mandatory. Use the form \texttt{\bs submitdate\{April 2009\}} for PhD's and the form \texttt{\bs submitdate\{2009/2010\}} for Laurea theses.
 
-\item[\texttt{\bs AcademicYear\{\dots\}}] Alias for \texttt{\bs submitdate}.
+\item[\texttt{\bs AcademicYear\{\dots\}}] Alias for \texttt{\bs submitdate}. Academic Year.
 
 \item[\texttt{\bs copyyear\{\dots\}}] Mandatory. Copyright year (usually the 
 graduation year). 
@@ -244,9 +246,12 @@
 If you have more than one advisor, put several advisor commands in the correct order:\\
 \texttt{\bs advisor\{Prof.~Pippo\}} \texttt{\bs advisor\{Dr.~Pluto\}}
 
-\item[\texttt{\bs coadvisor\{\dots\}}] Optional. Co-advisors of the thesis. 
-Same syntax of the \texttt{\bs advisor} command. 
+\item[\texttt{\bs coadvisor[\dots]\{\dots\}}] Optional. Co-advisors of the thesis. 
+Same syntax of the \texttt{\bs advisor} command. If the optional argument \texttt{ext} is specified, ``External advisor'' will be printed instead of ``Co-Advisor''.
 
+\item[\texttt{\bs reviewer\{\dots\}}] Optional. Reviewers of the thesis. 
+Same syntax of the \texttt{\bs advisor} command. The list of the reviewer is preceded by the a text which can be specified by the \texttt{\bs reviewerlabel\{\dots\}} command.
+
 \item[\texttt{\bs authoremail\{\dots\}}] Mandatory. Email of the thesis author.
 It is automatically hyper-linked if \textsf{hyperref} package is loaded.
 
@@ -257,11 +262,14 @@
 
 \item[\texttt{\bs ISBN\{\dots\}}] Optional. ISBN
 
+\item[\texttt{\bs copyrightstatement\{\dots\}}] Optional. Specify a copyright statement that will be printed in place of the default one.
+
+
 \item[\texttt{\bs examdate\{\dots\}}] Optional. Date of the final exam.\\
 Example: \texttt{\bs examdate\{16 February 2010\}}.
 
-\item[\texttt{\bs examiner\{\dots\}}] Optional. Specifies the members of the
-board of examiners of the final exam. Usage similar to \texttt{\bs advisor} command.
+\item[\texttt{\bs examiner[\dots]\{\dots\}}] Optional. Specifies the members of the
+board of examiners of the final exam. Usage similar to \texttt{\bs advisor} command. The optional argument can be used to specify the role of that examiner in the commission.
 
 \item[\texttt{\bs cycle\{\dots\}}] Mandatory only for PhD's. Use the form: \texttt{\bs cycle\{XXII\}}
 
@@ -301,16 +309,13 @@
 
 \begin{itemize}
 
-\item Do \textbf{not} change the default layout and do \textbf{not} use packages which can modify the layout of your thesis. However if you want to change the interline spacing, do not use the \texttt{\bs linespread} command. Load instead the \textsf{setspace} package and use the \texttt{\bs onehalfspacing} command.
+\item Do \textbf{not} change the default layout. If you want to change the interline spacing, do not use the \texttt{\bs linespread} command. Load instead the \textsf{setspace} package and use, for example, the \texttt{\bs onehalfspacing} command.
 
 \item Do \textbf{not} load the packages already loaded by \textsf{sapthesis} (see Sec.~\ref{requirements_installation}).
 
 \item As you already should know, \LaTeX\ can process only documents
-in pure ASCII. If you want to insert \emph{directly} other characters, not included in the 128 ASCII
-characters (for example accented letters), you have to use a particular text encoding for your source file. Then you have to ``tell'' to \LaTeX\ which encoding you have chosen by the packages \texttt{inputenc} or \texttt{inputenx}.
+in pure ASCII. If you want to insert \emph{directly} other characters, not included in the 128 ASCII characters (for example accented letters), you have to use a particular text encoding for your source file. Then you have to ``tell'' to \LaTeX\ which encoding you have chosen by the packages \texttt{inputenc}. It is always recommended to use UTF-8 character encoding and specify this choice also by the \emph{magic lines} at the beginning of the source code (see the examples in App.~\ref{sec:PhDexample} and~\ref{sec:LaMexample}).
 
-However, if your thesis is in English, I suggest to avoid the use of a particular text encoding for the source code because  you will insert non ASCII characters very seldom. For this reason it is better to write these characters by the usage of the \LaTeX\ commands (for example \texttt{\bs\sq e} for the \'e letter), avoiding to load \texttt{inputenc} or \texttt{inputenx} package. This has another advantage, in fact your source file will be very portable.
-
 \item Respect the following thesis structure:
 
 \begin{itemize}
@@ -365,9 +370,9 @@
 
 \begin{itemize}
 \item \href{http://www.lorenzopantieri.net/LaTeX_files/ArteLaTeX.pdf}{\textsc{L. 
-Pantieri \& T. Gordini}, \textit{L'arte di scrivere con} \LaTeX, (2012)}
+Pantieri \& T. Gordini}, \textit{L'arte di scrivere con} \LaTeX, (2017)}
 
-\item \href{http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf}{\textsc{S. Pakin}, \textit{The comprehensive} \LaTeX\ \textit{symbol list}, (2015)}
+\item \href{http://mirror.ctan.org/info/symbols/comprehensive/symbols-a4.pdf}{\textsc{S. Pakin}, \textit{The comprehensive} \LaTeX\ \textit{symbol list}, (2017)}
 
 \item \href{http://profs.sci.univr.it/~gregorio/breveguida.pdf}{\textsc{E. Gregorio}, \LaTeX\textit{: breve guida ai pacchetti di uso pi\`u comune}, (2010)}
 \end{itemize}
@@ -376,7 +381,7 @@
 
 Finally we discuss the editor, that is the program used to write your source file. Since a source file written in \LaTeX, like in any other programming language, is a simple text file, you can write your code with any text editor you want (for example Notepad in Windows). However the suggested editors are:
 \begin{itemize}
-\item \href{http://tug.org/texworks/}{TeXworks}. Already installed with any \TeX\ distribution. Very simple and powerful. Use TeXworks if you are not an expert. Enrico Gregorio has written a very good and brief TeXworks manual in Italian, which can be found at: {\small \url{http://profs.sci.univr.it/~gregorio/egtex.html}}.
+\item \href{http://tug.org/texworks/}{TeXworks}. Already installed with any \TeX\ distribution. Very simple and powerful. Use TeXworks if you are not an expert. Enrico Gregorio has written a very good and brief TeXworks manual in Italian, which can be found at: {\small \url{http://profs.sci.univr.it/~gregorio/introtexworks.pdf}}.
 
 \item \href{http://texstudio.sourceforge.net/}{TeXstudio} (cross-platform), \href{http://www.xm1math.net/texmaker/}{TeXmaker} (cross-platform), \href{http://pages.uoregon.edu/koch/texshop/}{TeXshop} (only for Mac), \href{http://kile.sourceforge.net/}{Kile} (only for Linux). Powerful editors.
 
@@ -490,7 +495,7 @@
 
 \usepackage{microtype}
 \usepackage[italian]{babel}
-\usepackage[utf8]{inputenx}
+\usepackage[utf8]{inputenc}
 \usepackage{hyperref}
 \hypersetup{pdftitle={La mia tesi},pdfauthor={Francesco Biccari}}
 
@@ -545,7 +550,7 @@
 
 \usepackage{microtype}
 \usepackage[italian]{babel}
-\usepackage[utf8]{inputenx}
+\usepackage[utf8]{inputenc}
 \usepackage{hyperref}
 \hypersetup{pdftitle={La mia tesi},pdfauthor={Francesco Biccari}}
 

Modified: trunk/Master/texmf-dist/tex/latex/sapthesis/sapthesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/sapthesis/sapthesis.cls	2018-08-07 00:39:57 UTC (rev 48364)
+++ trunk/Master/texmf-dist/tex/latex/sapthesis/sapthesis.cls	2018-08-07 22:05:57 UTC (rev 48365)
@@ -1,7 +1,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% sapthesis.cls                                                   %%
-%% version 3.8                                                     %%
-%% 2015-12-04                                                      %%
+%% version 4.1                                                     %%
+%% 2018-08-07                                                      %%
 %% author: Francesco Biccari                                       %%
 %% contact: biccari at gmail.com                                      %%
 %%                                                                 %%
@@ -20,9 +20,9 @@
 
 \NeedsTeXFormat{LaTeX2e}[2009/01/01]
 \ProvidesClass{sapthesis}%
-[2015/12/04 Sapienza - University of Rome thesis class]
+[2018/08/07 Sapienza - University of Rome thesis class]
 
-\def\SAP at classVersion{3.8}
+\def\SAP at classVersion{4.1}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% Options %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -42,6 +42,7 @@
 \newif\ifSAP at TFA \SAP at TFAfalse
 \newif\ifSAP at noexaminfo \SAP at noexaminfofalse
 \newif\ifSAP at femaleauthor \SAP at femaleauthorfalse
+\newif\ifSAP at overridecourse \SAP at overridecoursefalse
 
 \newcommand{\SAP at customlanguage}{}
 
@@ -130,6 +131,7 @@
 \RequirePackage{color}
 \RequirePackage{booktabs}
 \RequirePackage{amsmath}
+\RequirePackage{etoolbox}
 
 
 
@@ -214,14 +216,15 @@
 
 %% GENERAL COMMANDS
 
+\def\SAP at subtitle{}
 \def\SAP at courseorganizerLabel{}
 \def\SAP at courseLabel{}
-\def\SAP at PhDcourseDeclarationLabel{}
 
+\newcommand{\subtitle}[1]{\def\SAP at subtitle{#1}}
 \newcommand{\courseorganizer}[1]{\def\SAP at courseorganizerLabel{#1}}
 \newcommand{\course}[2][]{%
   \def\SAP at courseLabel{#2}
-  \def\SAP at PhDcourseDeclarationLabel{\if?#1?\SAP at courseLabel\else#1\fi}}
+  \ifstrequal{#1}{override}{\SAP at overridecoursetrue}{}}
 
 \def\SAP at copyyear{}
 \newcommand{\copyyear}[1]{\def\SAP at copyyear{#1}}
@@ -247,17 +250,37 @@
   \fi 
   \advance\SAP at advisorcount\@ne}
 
-%% Co-Advisors
+%% Co-Advisors or External Advisor 
 \newcount\SAP at coadvisorcount
 \newtoks\SAP at coadvisortoks
-\newcommand{\coadvisor}[1]{% 
+\newif\ifSAP at ext \SAP at extfalse
+\newcommand{\coadvisor}[2][]{%
   \ifnum\SAP at coadvisorcount=\z@ 
-    \SAP at coadvisortoks={#1}% 
+    \SAP at coadvisortoks={#2}% 
   \else 
-    \SAP at coadvisortoks=\expandafter{\the\SAP at coadvisortoks\\[0.75mm]#1}% 
+    \SAP at coadvisortoks=\expandafter{\the\SAP at coadvisortoks\\[0.75mm]#2}% 
   \fi 
-  \advance\SAP at coadvisorcount\@ne}
+  \advance\SAP at coadvisorcount\@ne
+  \ifstrequal{#1}{ext}{\SAP at exttrue}{}}
 
+
+
+%% Reviewers
+\def\SAP at ReviewerLabel{}
+\newcommand{\reviewerlabel}[1]{\def\SAP at ReviewerLabel{#1}}
+ 
+\newcount\SAP at reviewercount
+\newtoks\SAP at reviewertoks
+\newcommand{\reviewer}[1]{%
+  \ifnum\SAP at reviewercount=\z@ 
+    \SAP at reviewertoks={#1}% 
+  \else 
+    \SAP at reviewertoks=\expandafter{\the\SAP at reviewertoks\\[0.75mm]#1}% 
+  \fi 
+  \advance\SAP at reviewercount\@ne}  
+  
+  
+  
 %% Directors
 \newcount\SAP at directorcount
 \newtoks\SAP at directortoks
@@ -294,11 +317,11 @@
 %% Examiners
 \newcount\SAP at examinercount
 \newtoks\SAP at examinertoks
-\newcommand{\examiner}[1]{% 
+\newcommand{\examiner}[2][]{% 
   \ifnum\SAP at examinercount=\z@ 
-    \SAP at examinertoks={#1 (\SAP at chairman)}% 
+    \SAP at examinertoks={#2 (\SAP at chairman\if|#1|\relax\else, #1\fi)}% 
   \else 
-    \SAP at examinertoks=\expandafter{\the\SAP at examinertoks\\[0.75mm]#1}% 
+    \SAP at examinertoks=\expandafter{\the\SAP at examinertoks\\[0.75mm]#2 \if|#1|\relax\else (#1)\fi}% 
   \fi 
   \advance\SAP at examinercount\@ne}
 
@@ -317,6 +340,9 @@
 \def\SAP at ISBN{}
 \newcommand{\ISBN}[1]{\def\SAP at ISBN{#1}}
 
+\def\SAP at copyrightstatement{}
+\newcommand{\copyrightstatement}[1]{\def\SAP at copyrightstatement{#1}}
+
 \def\SAP at schoolname{}
 \newcommand{\schoolname}[1]{\def\SAP at schoolname{#1}}
 
@@ -340,9 +366,9 @@
 \if|\SAP at courseorganizerLabel|\ClassError{sapthesis}{You must specify the Ph.D. %
   organizer}{Example: \protect\courseorganizer{Scuola di dottorato di ...}}\fi
 \if|\SAP at courseLabel|\ClassError{sapthesis}{You must specify the Ph.D. %
-  course}{Example: \protect\course[Fisica]{Physics}}\fi
-\if|\SAP at cycle|\ClassError{sapthesis}{You must specify the Ph.D. %
-  cycle (cycle)}{Example: \protect\cycle{XXIII} The Ph.D. cycle must be in the roman numbers}\fi
+  course}{Example: \protect\course{Physics}}\fi
+\ifSAP at overridecourse\relax\else\if|\SAP at cycle|\ClassError{sapthesis}{You must specify the Ph.D. %
+  cycle (cycle)}{Example: \protect\cycle{XXIII} The Ph.D. cycle must be in the roman numbers}\fi\fi
 \if|\SAP at submitdate|\ClassError{sapthesis}{You must specify the %
   thesis submission date}{Example: \protect\submitdate{August 2012} The date must be in the form Month(name) Year(number)}\fi
 \if|\SAP at copyyear|\ClassError{sapthesis}{You must specify the %
@@ -374,12 +400,19 @@
     \nointerlineskip
 
     \SAP at parbox{\LARGE\textcolor{sapred}{\@title}\par}
+	
+	\if|\SAP at subtitle|
+	  \relax
+	\else
+	  \vspace{0.4cm}
+	  \SAP at parbox{\linespread{1.2}\selectfont\textcolor{sapred}{\large\SAP at subtitle}\par}
+	\fi
 
     \vspace{\stretch{1}}
 
     \SAP at parbox[3cm]{%
     \textcolor{sapred}{\SAP at courseorganizerLabel\\[2mm]
-    Dottorato di Ricerca in \SAP at courseLabel\ -- \SAP at cycle\ Ciclo}}
+    \ifSAP at overridecourse\SAP at courseLabel\else Dottorato di Ricerca in \SAP at courseLabel\ -- \SAP at cycle\ Ciclo\fi}}
 
     \SAP at parbox[3cm]{%
     \ifSAP at femaleauthor
@@ -410,15 +443,14 @@
         \ifcase\SAP at coadvisorcount
           \relax
         \or
-          \SAP at ThesisCoAdvisorLabel\\[2mm]
+          \ifSAP at ext\SAP at ThesisExtAdvisorLabel\else\SAP at ThesisCoAdvisorLabel\fi\\[2mm]
         \else
-          \SAP at ThesisCoAdvisorsLabel\\[2mm]
+          \ifSAP at ext\SAP at ThesisExtAdvisorsLabel\else\SAP at ThesisCoAdvisorsLabel\fi\\[2mm]
         \fi
         \the\SAP at coadvisortoks}
     }}
 
-    \SAP at parbox{\SAP at DeclarationLabel\ \SAP at PhDcourseDeclarationLabel\\[2mm]
-    \SAP at submitdate}
+    \SAP at parbox{\SAP at submitdate}
     
 	\end{titlepage}
 \clearpage
@@ -435,6 +467,8 @@
 
 \if|\SAP at courseorganizerLabel|\ClassError{sapthesis}{You must specify the Specialization course %
   organizer}{Example: \protect\courseorganizer{Faculty of ...}}\fi
+\if|\SAP at courseLabel|\ClassError{sapthesis}{You must specify the %
+  course}{Example: \protect\course{Fisica}}\fi
 \if|\SAP at submitdate|\ClassError{sapthesis}{You must specify the Academic %
   Year}{Example: \protect\submitdate{2011/2012}}\fi
 \if|\SAP at IDnumber|\ClassError{sapthesis}{You must specify your %
@@ -466,12 +500,19 @@
     \nointerlineskip
 
     \SAP at parbox{\LARGE\textcolor{sapred}{\@title}\par}
-
+	
+	\if|\SAP at subtitle|
+	  \relax
+	\else
+	  \vspace{0.4cm}
+	  \SAP at parbox{\linespread{1.2}\selectfont\textcolor{sapred}{\large\SAP at subtitle}\par}
+	\fi
+	
     \vspace{\stretch{0.9}}
 
     \SAP at parbox[3cm]{%
     \textcolor{sapred}{\SAP at courseorganizerLabel\\[2mm]
-    Corso di specializzazione in \SAP at courseLabel}}
+    \ifSAP at overridecourse\SAP at courseLabel\else Corso di specializzazione in \SAP at courseLabel\fi}}
 
     \SAP at parbox[3cm]{%
     \ifSAP at femaleauthor
@@ -512,9 +553,9 @@
           \parbox[t]{5.9cm}{%
             \ifcase\SAP at coadvisorcount
             \or
-              \SAP at ThesisCoAdvisorLabel\\[2mm]
-            \else
-              \SAP at ThesisCoAdvisorsLabel\\[2mm]
+              \ifSAP at ext\SAP at ThesisExtAdvisorLabel\else\SAP at ThesisCoAdvisorLabel\fi\\[2mm]
+			\else
+			  \ifSAP at ext\SAP at ThesisExtAdvisorsLabel\else\SAP at ThesisCoAdvisorsLabel\fi\\[2mm]
             \fi
             \the\SAP at coadvisortoks}
         }}
@@ -533,6 +574,8 @@
 
 \if|\SAP at courseorganizerLabel|\ClassError{sapthesis}{You must specify the degree %
   organizer}{Example: \protect\courseorganizer{Faculty of ...}}\fi
+\if|\SAP at courseLabel|\ClassError{sapthesis}{You must specify the %
+    course}{Example: \protect\course{Fisica}}\fi
 \if|\SAP at submitdate|\ClassError{sapthesis}{You must specify the Academic %
   Year}{Example: \protect\submitdate{2011/2012}}\fi
 \if|\SAP at IDnumber|\ClassError{sapthesis}{You must specify your %
@@ -564,12 +607,19 @@
     \nointerlineskip
 
     \SAP at parbox{\LARGE\textcolor{sapred}{\@title}\par}
-
+	
+	\if|\SAP at subtitle|
+	  \relax
+	\else
+	  \vspace{0.4cm}
+	  \SAP at parbox{\linespread{1.2}\selectfont\textcolor{sapred}{\large\SAP at subtitle}\par}
+	\fi
+	
     \vspace{\stretch{0.9}}
 
     \SAP at parbox[3cm]{%
     \textcolor{sapred}{\SAP at courseorganizerLabel\\[2mm]
-    Corso di Laurea \ifSAP at LaM Magistrale \fi in \SAP at courseLabel}}
+    \ifSAP at overridecourse\SAP at courseLabel\else Corso di Laurea \ifSAP at LaM Magistrale \fi in \SAP at courseLabel\fi}}
 
     \SAP at parbox[3cm]{%
     \ifSAP at femaleauthor
@@ -597,9 +647,9 @@
         \ifcase\SAP at coadvisorcount
           \relax
         \or
-          \SAP at ThesisCoAdvisorLabel\\[2mm]
+          \ifSAP at ext\SAP at ThesisExtAdvisorLabel\else\SAP at ThesisCoAdvisorLabel\fi\\[2mm]
         \else
-          \SAP at ThesisCoAdvisorsLabel\\[2mm]
+          \ifSAP at ext\SAP at ThesisExtAdvisorsLabel\else\SAP at ThesisCoAdvisorsLabel\fi\\[2mm]
         \fi
         \the\SAP at coadvisortoks}
     }}
@@ -622,6 +672,8 @@
 
 \if|\SAP at courseorganizerLabel|\ClassError{sapthesis}{You must specify the degree %
   organizer}{Example: \protect\courseorganizer{Faculty of ...}}\fi
+\if|\SAP at courseLabel|\ClassError{sapthesis}{You must specify the %
+  course}{Example: \protect\course{Fisica}}\fi
 \if|\SAP at submitdate|\ClassError{sapthesis}{You must specify the Academic %
   Year}{Example: \protect\submitdate{2011/2012}}\fi
 \if|\SAP at IDnumber|\ClassError{sapthesis}{You must specify your %
@@ -653,12 +705,19 @@
     \nointerlineskip
 
     \SAP at parbox{\LARGE\textcolor{sapred}{\@title}\par}
-
+	
+	\if|\SAP at subtitle|
+	  \relax
+	\else
+	  \vspace{0.4cm}
+	  \SAP at parbox{\linespread{1.2}\selectfont\textcolor{sapred}{\large\SAP at subtitle}\par}
+	\fi
+	
     \vspace{\stretch{0.9}}
 
     \SAP at parbox[3cm]{%
     \textcolor{sapred}{\SAP at courseorganizerLabel\\[2mm]
-    Master di \ifSAP at MasterP primo \fi \ifSAP at MasterS secondo \fi livello in \SAP at courseLabel}}
+    \ifSAP at overridecourse\SAP at courseLabel\else Master di \ifSAP at MasterP primo \fi \ifSAP at MasterS secondo \fi livello in \SAP at courseLabel\fi}}
 
     \SAP at parbox[3cm]{%
     \ifSAP at femaleauthor
@@ -686,9 +745,9 @@
         \ifcase\SAP at coadvisorcount
           \relax
         \or
-          \SAP at ThesisCoAdvisorLabel\\[2mm]
+          \ifSAP at ext\SAP at ThesisExtAdvisorLabel\else\SAP at ThesisCoAdvisorLabel\fi\\[2mm]
         \else
-          \SAP at ThesisCoAdvisorsLabel\\[2mm]
+          \ifSAP at ext\SAP at ThesisExtAdvisorsLabel\else\SAP at ThesisCoAdvisorsLabel\fi\\[2mm]
         \fi
         \the\SAP at coadvisortoks}
     }}
@@ -741,13 +800,20 @@
     \nointerlineskip
 
     \SAP at parbox{\LARGE\textcolor{sapred}{\@title}\par}
-
+	
+	\if|\SAP at subtitle|
+	  \relax
+	\else
+	  \vspace{0.4cm}
+	  \SAP at parbox{\linespread{1.2}\selectfont\textcolor{sapred}{\large\SAP at subtitle}\par}
+	\fi
+	
     \vspace{\stretch{0.9}}
 
     \SAP at parbox[3cm]{%
     \textcolor{sapred}{\SAP at courseorganizerLabel\\[2mm]
     Tirocinio Formativo Attivo\\[2mm]
-    Classe \SAP at courseLabel}}
+    \ifSAP at overridecourse\SAP at courseLabel\else Classe \SAP at courseLabel\fi}}
 
     \SAP at parbox[3cm]{%
     \ifSAP at femaleauthor
@@ -775,9 +841,9 @@
         \ifcase\SAP at coadvisorcount
           \relax
         \or
-          \SAP at ThesisCoAdvisorLabel\\[2mm]
+          \ifSAP at ext\SAP at ThesisExtAdvisorLabel\else\SAP at ThesisCoAdvisorLabel\fi\\[2mm]
         \else
-          \SAP at ThesisCoAdvisorsLabel\\[2mm]
+          \ifSAP at ext\SAP at ThesisExtAdvisorsLabel\else\SAP at ThesisCoAdvisorsLabel\fi\\[2mm]
         \fi
         \the\SAP at coadvisortoks}
     }
@@ -856,6 +922,15 @@
 \fi
 \fi
 
+\vspace{1cm}
+
+\ifcase\SAP at reviewercount
+  \relax
+\else
+  \SAP at ReviewerLabel:\\[2mm]
+  \the\SAP at reviewertoks%
+\fi
+
 \vfill
 
 \hrulefill
@@ -872,7 +947,7 @@
 \ifSAP at TFA\SAP at TFAthesistype\fi
 . \SAP at sapienzaname \\[0.75mm]
 \if|\SAP at ISBN|\relax\else ISBN: \SAP at ISBN\fi\\[0.75mm]
-\copyright\ \SAP at copyyear\ \@author. \SAP at allRightsReservedLabel\\[1.5mm]
+\if|\SAP at copyrightstatement|\copyright\ \SAP at copyyear\ \@author. \SAP at allRightsReservedLabel\else\SAP at copyrightstatement\fi\\[1.5mm]
 
 %Material for which the author is the copyright owner cannot be
 %used without the written permission of the author.
@@ -954,6 +1029,8 @@
   \newcommand{\SAP at ThesisAdvisorsLabel}{Thesis Advisors}
   \newcommand{\SAP at ThesisCoAdvisorLabel}{Co-Advisor}
   \newcommand{\SAP at ThesisCoAdvisorsLabel}{Co-Advisors}
+  \newcommand{\SAP at ThesisExtAdvisorLabel}{External Advisor}
+  \newcommand{\SAP at ThesisExtAdvisorsLabel}{External Advisors}
   \newcommand{\SAP at ThesisDirectorLabel}{Director}
   \newcommand{\SAP at ThesisDirectorsLabel}{Directors}
   \newcommand{\SAP at ThesisTutorLabel}{Trainee's Tutor}
@@ -962,9 +1039,6 @@
   \newcommand{\SAP at ThesisTutorCoordsLabel}{Coordinating Tutors}
   \newcommand{\SAP at TFAschoolHeadLabel}{Training done at:}
   \newcommand{\SAP at TFAschoolPrincipalLabel}{Principal}
-  \newcommand{\SAP at DeclarationLabel}{A thesis
-  submitted in partial fulfillment of the requirements\\
-    for the degree of Doctor of Philosophy in}
   \newcommand{\SAP at ThesisNotDefensedLabel}{Thesis not yet defended}
   \newcommand{\SAP at ThesisDefensedLabelA}{Thesis defended on}
   \newcommand{\SAP at ThesisDefensedLabelB}{in front of a Board of Examiners composed by}
@@ -971,10 +1045,10 @@
   \newcommand{\SAP at chairman}{chairman}
   \newcommand{\SAP at PhDthesistype}{Ph.D. thesis}
   \newcommand{\SAP at Specializationthesistype}{Specialization thesis}
-  \newcommand{\SAP at LaMthesistype}{Master thesis}
-  \newcommand{\SAP at Lauthesistype}{Bachelor thesis}
-  \newcommand{\SAP at MasterPthesistype}{First level master thesis}
-  \newcommand{\SAP at MasterSthesistype}{Second level master thesis}
+  \newcommand{\SAP at LaMthesistype}{Master's thesis}
+  \newcommand{\SAP at Lauthesistype}{Bachelor's thesis}
+  \newcommand{\SAP at MasterPthesistype}{First level master's thesis}
+  \newcommand{\SAP at MasterSthesistype}{Second level master's thesis}
   \newcommand{\SAP at TFAthesistype}{TFA report}
   \newcommand{\SAP at sapienzaname}{Sapienza -- University of Rome}
   \newcommand{\SAP at versionLabel}{Version}
@@ -994,6 +1068,8 @@
   \newcommand{\SAP at ThesisAdvisorsLabel}{Relatori}
   \newcommand{\SAP at ThesisCoAdvisorLabel}{Correlatore}
   \newcommand{\SAP at ThesisCoAdvisorsLabel}{Correlatori}
+  \newcommand{\SAP at ThesisExtAdvisorLabel}{Relatore esterno}
+  \newcommand{\SAP at ThesisExtAdvisorsLabel}{Relatori esterni}
   \newcommand{\SAP at ThesisDirectorLabel}{Direttore}
   \newcommand{\SAP at ThesisDirectorsLabel}{Direttori}
   \newcommand{\SAP at ThesisTutorLabel}{Tutor del Tirocinante}
@@ -1002,9 +1078,6 @@
   \newcommand{\SAP at ThesisTutorCoordsLabel}{Tutor Coordinatori}
   \newcommand{\SAP at TFAschoolHeadLabel}{Tirocinio svolto presso:}
   \newcommand{\SAP at TFAschoolPrincipalLabel}{Dirigente scolastico}
-  \newcommand{\SAP at DeclarationLabel}{Tesi presentata
-  in parziale adempimento dei requisiti necessari\\
-  per conseguire il titolo di Dottore di Ricerca in}
   \newcommand{\SAP at ThesisNotDefensedLabel}{Tesi non ancora discussa}
   \newcommand{\SAP at ThesisDefensedLabelA}{Tesi discussa il}
   \newcommand{\SAP at ThesisDefensedLabelB}{di fronte a una commissione esaminatrice composta da}



More information about the tex-live-commits mailing list