summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamer2thesis
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/beamer-contrib/themes/beamer2thesis
Initial commit
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/beamer2thesis')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/README11
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/beamer2thesis.pdfbin0 -> 166377 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/beamer2thesis.tex90
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/content_end.tex113
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/content_initial.tex410
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/beamer2thesis_ita.pdfbin0 -> 165613 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/beamer2thesis_ita.tex88
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/content_end_ita.tex114
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/content_initial_ita.tex394
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamer2thesis.jpgbin0 -> 18029 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamercolorthemetorinoth.sty111
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerfontthemetorinoth.sty24
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerinnerthemetorinoth.sty499
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerouterthemetorinoth.sty144
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerthemeTorinoTh.sty129
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/logopolito.jpgbin0 -> 292349 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamer2thesis/license12
17 files changed, 2139 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/README b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/README
new file mode 100644
index 0000000000..ab7fb2794d
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/README
@@ -0,0 +1,11 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Copyright 2011-2012 Claudio Fiandrino
+%
+% Beamer2Thesis - 2.2
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+Beamer2Thesis is a Beamer Theme to create presentation for a thesis:
+it introduces specific commands. Guides are provided, as presentations,
+in english and italian.
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/beamer2thesis.pdf b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/beamer2thesis.pdf
new file mode 100644
index 0000000000..030361a353
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/beamer2thesis.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/beamer2thesis.tex b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/beamer2thesis.tex
new file mode 100644
index 0000000000..2b593e56ff
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/beamer2thesis.tex
@@ -0,0 +1,90 @@
+\documentclass{beamer}
+\usetheme[titlepagelogo=logopolito,% Logo for the first page
+ language=english
+ ]{TorinoTh}
+
+\usepackage[beamer,customcolors]{hf-tikz}
+\hfsetfillcolor{alerted text.fg!10}
+\hfsetbordercolor{alerted text.fg}
+
+\author{Claudio Fiandrino}
+\rel{Mario Rossi}
+\title{Beamer2Thesis 2.2, thesis theme for Beamer}
+\ateneo{Politecnico di Torino}
+\date{\today}
+
+\begin{document}
+\input{content_initial.tex}
+
+\begin{frame}[t,fragile]{Configuration}
+\begin{itemize}
+\item The configuration of the standard theme is:
+\begin{itemize}
+\item \verb!language=english!
+\item \verb!coding=utf8x!
+\item \verb!titlepagelogo=name-of-the-logo!
+\item \verb!bullet=circle!
+\item \verb!pageofpages=of!
+\item \verb!titleline=true!
+\item \verb!color=blue!
+\item \verb!secondcandidate=false!
+\item \verb!secondlogo=false!
+\end{itemize}
+\item Most of them, actually everyone except the \highlight{titlepagelogo}, can be omitted if there are no modifications
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Behavior of alerts}
+Each color theme requires different colors to highlight words. To insert alerts by using the \emph{itemize} environment, you can exploit:
+\begin{verbatim}
+\begin{itemize}
+\item<+-| alert@+> Apple
+\item<+-| alert@+> Peach
+\end{itemize}
+\end{verbatim}
+For example:
+\begin{itemize}
+\item<+-| alert@+> Apple
+\item<+-| alert@+> Peach
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Another way to highlight words}
+If you want to highlight your text out of the enviroment \emph{itemize}, Beamer2Thesis offers you the following possibilities:
+\begin{itemize}
+\item the standard command \verb!\alert{text}!: it simply highlights your \alert{text}
+\item the command \verb!\highlight{text}!: it highlights your \highlight{text} setting it in italic
+\item the command \verb!\highlightbf{text}!: it highlights your \highlightbf{text} setting it in bold
+\end{itemize}
+Of course, the color used, is set accordingly to your choice in the configuration phase.
+\end{frame}
+
+\begin{frame}[fragile]{Highlighting formulas}
+\begin{itemize}
+\item The package \href{http://www.ctan.org/pkg/hf-tikz}{hf-tikz} allows to highlight formulas and formula parts in Beamer with overlay specifications
+\item The adaptation of colors to the theme could be done in this way:
+\begin{verbatim}
+\usepackage[beamer,customcolors]{hf-tikz}
+\hfsetfillcolor{alerted text.fg!10}
+\hfsetbordercolor{alerted text.fg}
+\end{verbatim}
+\item \highlight{Two compilation runs} are required to get the right result!
+\item Read the package documentation to find more options; an example will be provided in the next frame.
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Highlighting formulas (II)}
+\begin{itemize}
+\item Example:
+\[\tikzmarkin<2->{a}x+\tikzmarkin<1>{b}y\tikzmarkend{b}=10\tikzmarkend{a}\]
+\item<2-> Code:
+\begin{verbatim}
+\[\tikzmarkin<2->{a}x+
+ \tikzmarkin<1>{b}y\tikzmarkend{b}
+ =10\tikzmarkend{a}\]
+\end{verbatim}
+\end{itemize}
+\end{frame}
+
+\input{content_end}
+\end{document}
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/content_end.tex b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/content_end.tex
new file mode 100644
index 0000000000..c44b1a9170
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/content_end.tex
@@ -0,0 +1,113 @@
+\begin{frame}[t,fragile]{The output}
+The pdf generated, has automatically, some properties:
+\begin{itemize}
+\item the title
+\item the name of the author
+\item the subject:
+\begin{itemize}
+\item Thesis Presentation by using the english language
+\item Presentazione Tesi di Laurea by using the italian language
+\end{itemize}
+\end{itemize}
+This is possible thanks to the available options of hyperref. To create references in the text, use:
+\begin{itemize}
+\item \verb!\label{name-reference}! in the starting point
+\item \verb!\ref{name-reference}! in the point you want to show the reference
+\item \verb!\href{url}{name-url}! to specify web addresses
+\end{itemize}
+\end{frame}
+
+
+\begin{frame}[fragile]{Suggestions}
+\begin{itemize}
+\item To realize a frame it is possible use the environment \emph{frame} with top (t), center (c) or bottom (b) alignment: I suggest you to use the top alignment; this is the basic code:
+\verb!\begin{frame}[t]{title-of-the-frame}!
+\begin{flushleft}
+text
+\end{flushleft}
+\verb!\end{frame}!
+\item To make things easier, it has been introduced a new environment which is able to have the top property property intrinsic:
+\verb!\begin{tframe}{title-of-the-frame}!
+\begin{flushleft}
+text
+\end{flushleft}
+\verb!\end{tframe}!
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Suggestions (II)}
+\begin{itemize}
+\item To realize the titlepage with all options, it has been introduced the command \verb!\titlepageframe!
+\begin{itemize}
+\item Of course, it is also possible to use the \emph{standard} approach\\
+\verb!\begin{frame}[plain]!\\
+\verb!\titlepage! \\
+\verb!\end{frame}!
+\item In this case \textbf{do not} provide a title for the frame
+\end{itemize}
+\item If you have to insert some code using \emph{verbatim} or \emph{listings} \textbf{do not exploit} \emph{tframe} environment, but:\\
+\verb!\begin{frame}[t,fragile]{title-of-the-frame}!
+\begin{verbatim}
+\verb!code!
+\end{verbatim}
+\verb!\end{frame}!
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Suggestions (III)}
+\begin{itemize}
+\item If the title does not fit in the footer box, it is possible to exploit the so called \highlight{shorttitle}; an example:
+\begin{verbatim}
+\title[short title]{Long title of the thesis}
+\end{verbatim}
+In this way the long title is just placed in the titlepage.
+\item In case there are more than two supervisors or assistansupervisors, I suggest you to insert them through commands reported in \ref{secondrel} and separate names thanks to a comma.
+\end{itemize}
+\end{frame}
+
+\begin{tframe}{On Facebook}
+The relevance of Facebook is known to everybody: due to this reason, you can find:
+\begin{itemize}
+\item the group \href{https://www.facebook.com/\#!/groups/beamer2thesis/}{Beamer2Thesis}
+\item the page \href{https://www.facebook.com/\#!/pages/Beamer2Thesis/112814205489099}{Beamer2Thesis}
+\end{itemize}
+In this way you can post your comments, hints, suggestion and questions in more familiar way. Morevoer, you can find further examples.
+\end{tframe}
+
+\begin{tframe}{History}
+Here are shortly reported the main features of the releases:
+\begin{itemize}
+\item basic version (2011-01-17):
+\begin{itemize}
+\item colors, second logo, second candidate, tframe environment, titleline, bullets, languages, separator string for slide numeration;
+\end{itemize}
+\item release 2.0:
+\begin{itemize}
+\item third logo, assistant supervisor, new ways to highlight, new command for the titlepage, new enviroments \emph{adv} and \emph{disadv}, \XeTeX\, and \XeLaTeX\, support, blocks;
+\end{itemize}
+\item release 2.1:
+\begin{itemize}
+\item coding option, second supervisor, second assistantsupervisor;
+\end{itemize}
+\item release 2.2:
+\begin{itemize}
+\item language, short title, highlighting formulas.
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{Thanks}
+I would like to thank people that, with precious hints, help me:
+\begin{itemize}
+\item Alessio Califano
+\item Alessio Sanna
+\item Luca De Villa Palù
+\item Mariano \emph{Dave} Graziano
+\item Giovanna Turvani
+\item Mattia Stefano
+\item Nicola Tuveri
+\item Giuliana Galati
+\end{itemize}
+A special thank to Claudio Beccari for very precise comments on the first version.
+\end{tframe}
+
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/content_initial.tex b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/content_initial.tex
new file mode 100644
index 0000000000..ac387f3a37
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/basic_guide/content_initial.tex
@@ -0,0 +1,410 @@
+\titlepageframe % Specific command
+
+\begin{tframe}{Introduction}
+\begin{itemize}
+\item Beamer is a \LaTeX{} class that allows you to create presentations
+\item Beamer2Thesis is a Beamer package that allows you to create a presentation for your thesis
+\begin{itemize}
+\item with specific dedicated commands
+\item it uses TorinoTh, a Beamer Theme
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{TorinoTh theme}
+\begin{itemize}
+\item TorinoTh (TorinoThesis) is a theme which is based on Torino and extend it
+\begin{itemize}
+\item Torino is a pretty theme for Beamer realized by Marco Barisione
+\item \href{http://blog.barisione.org/2007-09/torino-a-pretty-theme-for-latex-beamer/}{http://blog.barisione.org/2007-09/torino-a-pretty-theme-for-latex-beamer/}
+\end{itemize}
+\item Names are similar because I attend, as him, the Politecnico of Torino, but I want to emphasize the fact that TorinoTh is a theme that can be used only to realize a thesis
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{TorinoTh theme}
+\begin{itemize}
+\item The theme consist of:
+\begin{itemize}
+\item \emph{beamercolorthemetorinoth.sty} defines colors and allows you to choose among three possible options: blue (default), green or red
+\item \emph{beamerfontthemetorinoth.sty} defines fonts used
+\item \emph{beamerinnerthemetorinoth.sty} defines the title page and items
+\item \emph{beamerouterthemetorinoth.sty} defines headers and footers
+\item \emph{beamerthemeTorinoTh.sty} include all definitions
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{Installation}
+Beamer2Thesis is distributed under:
+\begin{itemize}
+\item TeX Live
+\item MiKTeX
+\end{itemize}
+You can use, respectively, the Package Wizard for MiK\TeX\, (\emph{Start/MiKTeX/2.9/}) and the TeX Live Manager for \TeX Live to search and install the theme.
+Personally, I suggest you to use \TeX Live: it works for Linux, Mac and Windows. Actually, the installation under Linux is a bit complicated, but I have realized a short guide that may help you
+\begin{itemize}
+\item \href{http://claudiofiandrino.altervista.org/LaTeX/texlive_on_ubuntu_guide.pdf}{download the guide here}
+\end{itemize}
+
+\end{tframe}
+
+\begin{tframe}{Installation (II)}
+\label{slide-guide-installation}
+As an alternative, Beamer2Thesis can be downloaded from my personal page as a zip file
+\begin{itemize}
+\item \href{http://claudiofiandrino.altervista.org/latex\_projects.html}{http://claudiofiandrino.altervista.org/latex\_projects.html}
+\end{itemize}
+or in the official page:
+\begin{itemize}
+\item \href{http://cfiandra.github.com/Beamer2Thesis/}{http://cfiandra.github.com/Beamer2Thesis/}
+\end{itemize}
+
+It can be installed with the standard procedure used to install a common package: I suggest you to read a short guide I have written
+\begin{itemize}
+\item \href{http://claudiofiandrino.altervista.org/LaTeX/package_installation.pdf}{download the guide here}
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{The guides}
+\begin{itemize}
+\item Next slides will present all features avaiable
+\item As examples in which different options are applied, is possible to see the guides:
+\begin{itemize}
+\item beamer2thesis.pdf is the standard english guide which uses standard options
+\item beamer2thesis\_ita.pdf is the italian guide with green colors
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{frame}[t,fragile]{How to read the guides}
+\begin{itemize}
+\item All guides show options in general; to have a look for specific configurations, read each guide because in each one is reported its own configuration state
+\item Every time something is declared to be \emph{default}, it is possible to omit it from the configuration phase
+\item Every time an option is enabled by setting it with \emph{true}, to disable it you can use \emph{false}; for example:
+\begin{verbatim}
+secondcandidate=false
+secondcandidate=true
+\end{verbatim}
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{The configuration phase}
+\begin{itemize}
+\item It is the first thing you have to declare in the document
+\item The general code is \verb!\usetheme[.. options ..]{TorinoTh}!
+\item An example is:
+\begin{verbatim}
+\documentclass{beamer}
+\usetheme[language=english,
+ titlepagelogo=logopolito,
+ bullet=circle,
+ pageofpages=of,
+ titleline=true,
+ color=blue
+ ]{TorinoTh}
+\end{verbatim}
+\end{itemize}
+\end{frame}
+
+\begin{tframe}{Some general options}
+\begin{itemize}
+\item The \highlight{pageofpages} option defines the string between the current
+ page number and the total page count
+ \begin{itemize}
+ \item the default is \emph{of}
+ \end{itemize}
+\item If the \highlight{titleline} option is set to \emph{true}, a horizontal line
+ is drawn below the title
+ \begin{itemize}
+ \item the default is \emph{true}; use \emph{false} to disable
+ \end{itemize}
+\item The \highlight{notshowauthor} option set to \emph{true} allows you to not show the name of the author in the footer
+\begin{itemize}
+\item the default is \emph{false}
+\end{itemize}
+\item The \highlight{titlepagelogo} is the name of the principal logo: it must be a .jpg, .pdf, .png picture
+\begin{itemize}
+\item to include the logo of your University, follow the procedure explained in the following slide
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{How insert a new logo}
+There are several ways to do it (for people highly capable in \LaTeX\, this is not a problem), but I suggest this method:
+\begin{itemize}
+\item download from my page the .zip file and extract it
+\item copy your logo into the directory of the package
+\item install the package in your personal tree following the guide reported in slide \ref{slide-guide-installation}
+\end{itemize}
+\label{slide-rule-installation}
+\end{tframe}
+
+\begin{frame}[t,fragile]{Other options: avaiable bullets}
+\begin{itemize}
+\item The \highlight{bullet} option can be used to choose the symbol used in the bullet lists
+ \begin{itemize}
+ \item \verb!square!: a filled square
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\blacksquare$}}) for
+ first and third level items, an empty square
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\square$}}) for
+ second level items
+ \item \verb!diamond!: a filled diamond
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\blacklozenge$}}) for
+ first and third level items, an empty diamond
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\lozenge$}}) for
+ second level items
+ \item \verb!triangle!: a filled triangle
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\blacktriangleright$}}) for
+ first and third level items, an empty triangle
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\vartriangleright$}}) for
+ second level items
+ \item \verb!circle!: a filled circle ({\usebeamercolor[fg]{item}$\bullet$})
+ for first and third level items, an empty circle
+ ({\usebeamercolor[fg]{item}$\circ$}) for second level items
+ \item The default value is \verb!circle!
+ \end{itemize}
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Languages}
+\begin{itemize}
+\item All languages can be supported, but the two main ones are:
+\begin{itemize}
+\item english
+\item italian
+\end{itemize}
+\item The choice of one of the main languages implies that in the titlepage, date and labels (Supervisor, Candidate, Relatore, Candidato) are shown with the proper language in an automatic way
+\item To set the italian language, for example, use in the configuration phase:
+\verb!language=italian!; the name should be the one used by the package babel or by \verb!\setmainfont! with \XeLaTeX
+\item If the language selected is not one of the two main languages, then labels in the titlepage should be introduced by the user (see the example in the next frame)
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Languages (II)}
+\begin{itemize}
+\item Example with spanish language:
+\begin{verbatim}
+\usetheme[language=spanish,...]{TorinoTh}
+\setrellabel{Relator Tesis}
+\setcandidatelabel{Candidato}
+\setassistentsupervisorlabel{Co Tesis}
+\setsubject{Tesis}
+\end{verbatim}
+\item Commands illustrated are mandatory when \highlight{not using} a main language
+\item If you have already set a language and you change, it may happen that, the first time you compile, this error occurs: \begin{flushleft}
+\highlight{! Package babel Error: You haven't loaded the option -language- yet}
+\end{flushleft}
+do not be afraid and compile a second time: it will work!!
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Coding}
+To avoid forcing an user to use the \verb!utf8x! coding, this release fix the bug by introducing the \highlight{coding} option; possible choices you can exploit are:
+\begin{itemize}
+\item \verb!coding=utf8x! (default)
+\item \verb!coding=utf8!
+\item \verb!coding=latin1!
+\end{itemize}
+An important advise: the program does not check which string you put in input; it is your matter select the right coding to satisfy requeriments of your system.
+\end{frame}
+
+\begin{frame}[t,fragile]{Second logo}
+\begin{itemize}
+\item If, for some reasons, someone needs a second logo (a thesis performed in another institute for example) an option allows you to put it in the title page
+\item When \highlight{secondlogo} is set to \emph{true}, you have to use the command \verb!\titlepagesecondlogo{name-logo}!: otherwise an error occurs
+\item As the main logo, the second logo must be a .jpg, .pdf, .png picture and you can insert it following the same rules explained in slide \ref{slide-rule-installation}
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Third logo}
+\begin{itemize}
+\item Eventually, if you need a third logo you can exploit the possibility of insert it by setting the option \highlight{thirdlogo} to \emph{true}
+\begin{itemize}
+\item the default is \emph{false}
+\end{itemize}
+\item You have to insert the picture as described for the second logo and use the command \verb!\titlepagethirdlogo{name-logo}!
+to put the logo in the title page
+\item Of course, you can use this option if, and only if, the \highlight{secondlogo} is set to \emph{true}
+\item When there are three logos please use, as reference for the dimensions, the picture \alert{logopolito}: in this way they will be aligned
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Second candidate}
+\begin{itemize}
+\item It is possible that there are two candidates: the package manage this fact easily
+\begin{itemize}
+\item the first candidate is also the author
+\item the second candidate can be inserted with the command \verb!\secondcandidate{name-surname}! when the option \highlight{secondcandidate} is set to \emph{true}
+\end{itemize}
+\item Of course, when there are two candidates the label \emph{Candidate} becomes \emph{Candidates} and \emph{Candidato} become \emph{Candidati}
+\item With two candidates, the footer changes and the author is not shown automatically (the reason is simply: show two authors plus the title is too much long, making the footer too big)
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Supervisor and Assistant Supervisor}\label{secondrel}
+\begin{itemize}
+\item To insert the supervisor you just have to use the command \verb!\rel{name-surname}!
+\item There is also the possibility of report the Assistant supervisor:
+\begin{itemize}
+\item set the option \highlight{assistantsupervisor} to \emph{true} (default is \emph{false})
+\item use the command \verb!\assistantsupervisor{name-surname}!
+\end{itemize}
+\item Labels are set accordingly to the language used
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Second Supervisor and Assistant Supervisor}
+There is also the possibility of insert more than one supervisor and assistant supervisor:
+\begin{itemize}
+\item set the options:
+\begin{itemize}
+\item \highlight{secondsupervisor} to true (default is false);
+\item \highlight{secondassistantsupervisor} to true (default is false);
+\end{itemize}
+\item name can be inserted thanks to:
+\begin{itemize}
+\item \verb!\secondsupervisor! command;
+\item \verb!\secondassistantsupervisor! command; this one can be exploited just when the \highlight{assistantsupervisor} option is set to true;
+\end{itemize}
+\item as usual, labels are set accordingly to the language used
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Advantages and Disadvantages}
+Sometimes it is useful highlight advantages and disadvantages of a given argument: instead of list them by using the standard bullet, there is the possibility of exploit two new environments (\emph{adv} and \emph{disadv}). Usage:
+\begin{columns}
+\begin{column}{0.3\paperwidth}
+\begin{verbatim}
+\begin{adv}
+\item
+\end{adv}
+\end{verbatim}
+\end{column}
+\begin{column}{0.3\paperwidth}
+\begin{verbatim}
+\begin{disadv}
+\item
+\end{disadv}
+\end{verbatim}
+\end{column}
+\end{columns}
+\bigskip
+In the following slide there is an example.
+\end{frame}
+
+\begin{tframe}{Why use Beamer2Thesis}
+Advantages:
+\begin{adv}
+\item Simply to install
+\item Easy to customize
+\item Possibility to exploit several features
+\end{adv}
+Disadvantages:
+\begin{disadv}
+\item Difficulty with long titles
+\item If you find some others, please contact me
+\end{disadv}
+
+\end{tframe}
+
+\begin{frame}[t,fragile]{Finally: colors}
+\begin{itemize}
+\item There are three possible choices:
+\begin{itemize}
+\item blue
+\item green
+\item red
+\end{itemize}
+\item When the color is chosen setting the option \highlight{color} to one of the list above, consequently headers, footers, title page, bullet and highlightings are set accordingly
+\item For example: \verb!color=green!
+\end{itemize}
+\end{frame}
+
+\begin{tframe}{\XeLaTeX}
+Thanks to a suggestion and the precious help of Nicola Tuveri, Beamer2Thesis supports \XeTeX\, and \XeLaTeX\, automatically.
+You can choose your favourite font to further customize the presentation. I report some examples:\\
+\fontspec[Ligatures={Common, Historical}]{Linux Libertine O Italic}
+\fontsize{12pt}{18pt}\selectfont This is quite strange!
+\fontspec{TeX Gyre Pagella}
+\selectfont{Also this is strange}\\
+\fontspec[ SizeFeatures={
+{Size={-10}, Font=TeX Gyre Bonum Italic, Color=AA0000},
+{Size={10-14}, Color=00AA00},
+{Size={14-}, Color=0000FA}} ]{TeX Gyre Chorus}
+\selectfont{How to customize fonts?}\par
+\begin{itemize}
+\item {\LARGE Word}
+\item Word
+\item {\tiny World}
+\end{itemize}
+\end{tframe}
+
+\begin{frame}[t,fragile]{\XeLaTeX\,: code}
+To realize the examples reported in the previous slide, the code is:
+\scriptsize{
+\begin{verbatim}
+\fontspec[Ligatures={Common, Historical}]{Linux Libertine O Italic}
+\fontsize{12pt}{18pt}\selectfont This is quite strange!
+\fontspec{TeX Gyre Pagella}
+\selectfont{Also this is strange}\\
+\fontspec{TeX Gyre Pagella}
+\selectfont{How to customize fonts?}\par
+\fontspec[ SizeFeatures={
+{Size={-10}, Font=TeX Gyre Bonum Italic, Color=AA0000},
+{Size={10-14}, Color=00AA00},
+{Size={14-}, Color=0000FA}}]{TeX Gyre Chorus}
+\begin{itemize}
+ \item {\LARGE Word}
+ \item Word
+ \item {\tiny World}
+\end{itemize}
+\end{verbatim}
+}
+\end{frame}
+
+\begin{tframe}{Block}
+Beamer allows to use the \emph{block} environment: it is very useful in some applications. For example:
+\begin{block}<1->{Why use Beamer2Thesis? Advantages}
+\begin{adv}
+\item Simply to install
+\item Easy to customize
+\item Possibility to exploit several features
+\end{adv}
+\end{block}
+\begin{block}<2->{Why use Beamer2Thesis? Disadvantages}
+\begin{disadv}
+\item Difficulty with long titles
+\item If you find some others, please contact me
+\end{disadv}
+\end{block}
+\end{tframe}
+
+\begin{frame}[t,fragile]{Block: code}
+The previous slide has been realized as:
+\small{\begin{verbatim}
+\begin{block}<1->{Why use Beamer2Thesis? Advantages}
+\begin{adv}
+\item Simply to install
+\item Easy to customize
+\item Possibility to exploit several features
+\end{adv}
+\end{block}
+\begin{block}<2->{Why use Beamer2Thesis? Disadvantages}
+\begin{disadv}
+\item Difficulty with long titles
+\item If you find some others, please contact me
+\end{disadv}
+\end{block}
+\end{verbatim}}
+\end{frame}
+
+\begin{frame}[t,fragile]{Block: code (II)}
+More in general, Beamer provide three \emph{block} environments:
+\begin{itemize}
+\item \highlight{block}
+\item \highlight{alertblock}
+\item \highlight{exampleblock}
+\end{itemize}
+To have more details, not only on this argument, I suggest to read the \href{http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf}{beameruserguide}.
+\end{frame}
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/beamer2thesis_ita.pdf b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/beamer2thesis_ita.pdf
new file mode 100644
index 0000000000..0fffb1a568
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/beamer2thesis_ita.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/beamer2thesis_ita.tex b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/beamer2thesis_ita.tex
new file mode 100644
index 0000000000..4087b96e73
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/beamer2thesis_ita.tex
@@ -0,0 +1,88 @@
+\documentclass{beamer}
+\usetheme[titlepagelogo=logopolito,% Logo for the first page
+ language=italian,
+ bullet=triangle,
+ color=green,
+ ]{TorinoTh}
+
+\usepackage[beamer,customcolors]{hf-tikz}
+\hfsetfillcolor{alerted text.fg!10}
+\hfsetbordercolor{alerted text.fg}
+
+\author{Claudio Fiandrino}
+\rel{Mario Rossi}
+\title{Beamer2Thesis 2.1, thesis theme for Beamer}
+\ateneo{Politecnico di Torino}
+\date{\today}
+
+\begin{document}
+\input{content_initial_ita.tex}
+
+\begin{frame}[t,fragile]{Configurazione}
+\begin{itemize}
+\item La configurazione di questo tema è:
+\begin{itemize}
+\item \verb!language=italian!
+\item \verb!coding=utf8x!
+\item \verb!titlepagelogo=name-of-the-logo!
+\item \verb!bullet=triangle!
+\item \verb!color=green!
+\end{itemize}
+\item La maggior parte delle opzioni, effettivamente tutte a parte \highlight{titlepagelogo}, può essere omessa utilizzando il tema standard
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Comportamento degli alert}
+Scegliendo un colore, il tema evidenzia il testo di conseguenza. Per inserire gli alert nell'ambiente \emph{itemize}, potete utilizzare:
+\begin{verbatim}
+\begin{itemize}
+\item<+-| alert@+> Mela
+\item<+-| alert@+> Pesca
+\end{itemize}
+\end{verbatim}
+Ad esempio:
+\begin{itemize}
+\item<+-| alert@+> Mela
+\item<+-| alert@+> Pesca
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Un diverso approccio per evidenziare il testo}
+Se volete evidenziare il vostro testo al di fuori dell'ambiente \emph{itemize}, Beamer2Thesis offre le seguenti possibilità:
+\begin{itemize}
+\item il comando standard \verb!\alert{testo}!: evidenzia semplicemente il vostro \alert{testo}
+\item il comando \verb!\highlight{testo}!: evidenzia il vostro \highlight{testo} rendendolo corsivo
+\item il comando \verb!\highlightbf{testo}!: evidenzia il vostro \highlightbf{testo} in grassetto
+\end{itemize}
+Ovviamente, il colore utilizzato è quello da voi scelto nel preambolo.
+\end{frame}
+
+\begin{frame}[fragile]{Evidenziare formule matematiche}
+\begin{itemize}
+\item Il pacchetto \href{http://www.ctan.org/pkg/hf-tikz}{hf-tikz} permette di evidenziare formule matematiche (completamente o in parte) in Beamer con animazioni semplici
+\item Si possono adattare i colori del tema così:
+\begin{verbatim}
+\usepackage[beamer,customcolors]{hf-tikz}
+\hfsetfillcolor{alerted text.fg!10}
+\hfsetbordercolor{alerted text.fg}
+\end{verbatim}
+\item È necessario \highlight{compilare due volte} per ottenere il risultato voluto!
+\item Si legga la documentazione del pacchetto per ulteriori opzioni; un esempio di utilizzo è riportato nella diapositiva successiva.
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Evidenziare formule matematiche (II)}
+\begin{itemize}
+\item Esempio:
+\[\tikzmarkin<2->{a}x+\tikzmarkin<1>{b}y\tikzmarkend{b}=10\tikzmarkend{a}\]
+\item<2-> Codice:
+\begin{verbatim}
+\[\tikzmarkin<2->{a}x+
+ \tikzmarkin<1>{b}y\tikzmarkend{b}
+ =10\tikzmarkend{a}\]
+\end{verbatim}
+\end{itemize}
+\end{frame}
+
+\input{content_end_ita}
+\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/content_end_ita.tex b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/content_end_ita.tex
new file mode 100644
index 0000000000..82b9b113f7
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/content_end_ita.tex
@@ -0,0 +1,114 @@
+\begin{frame}[t,fragile]{Il risultato}
+Il pdf generato presenta, automaticamente, alcune proprietà:
+\begin{itemize}
+\item il titolo
+\item il nome dell'autore
+\item l'oggetto
+\begin{itemize}
+\item Thesis Presentation utilizzando la lingua inglese
+\item Presentazione Tesi di Laurea in italiano
+\end{itemize}
+\end{itemize}
+Tutto ciò è reso possibile grazie alle opzioni del pacchetto hyperref. Per creare riferimenti nel testo il codice da utilizzare è:
+\begin{itemize}
+\item \verb!\label{nome-riferimento}! nel punto sorgente
+\item \verb!\ref{nome-riferimento}! nel punto in cui richiamate il riferimento
+\item \verb!\href{url}{name-url}! per specificare indirizzi web
+\end{itemize}
+\end{frame}
+
+
+\begin{frame}[fragile]{Suggerimenti}
+\begin{itemize}
+\item Per realizzare una slide si usa l'ambiente \emph{frame}, con allineamenti in alto (t), al centro (c) oppure in basso (b): suggerisco di usare il primo; il codice è\\
+\verb!\begin{frame}[t]{titolo-della-slide}!
+\begin{flushleft}
+text
+\end{flushleft}
+\verb!\end{frame}!
+\item Per facilitare la scrittura ho creato un nuovo ambiente che ha questa proprietà intrinsecamente:\\
+\verb!\begin{tframe}{titolo-della-slide}!
+\begin{flushleft}
+text
+\end{flushleft}
+\verb!\end{tframe}!
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Suggerimenti (II)}
+\begin{itemize}
+\item Per realizzare la prima pagina, è stato introdotto il comando \verb!\titlepageframe!
+\begin{itemize}
+\item naturalmente è possibile usare un approccio più \emph{standard}\\
+\verb!\begin{frame}[plain]!\\
+\verb!\titlepage! \\
+\verb!\end{frame}!
+\item In questo caso \textbf{non} inserite un titolo alla slide
+\end{itemize}
+\item Se dovete inserire del codice con gli ambenti \emph{verbatim} o \emph{listings} \textbf{non utilizzate} \emph{tframe}, ma:\\
+\verb!\begin{frame}[t,fragile]{titolo-della-slide}!
+\begin{verbatim}
+\verb!codice!
+\end{verbatim}
+\verb!\end{frame}!
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Suggerimenti (III)}
+\begin{itemize}
+\item Se il titolo è troppo lungo rischia di non essere perfettamente inserito a fondo diapositiva, perciò si può utilizzare il \highlight{titolo corto}; ad esempio:
+\begin{verbatim}
+\title[Titolo corto]{Titolo lungo}
+\end{verbatim}
+In questo modo il titolo lungo viene soltanto inserito nel frontespizio.
+\item In caso si abbiano più di due relatori o correlatori, suggerisco di inserirli con i comandi riportati in slide \ref{secondrel} separati da una virgola.
+\end{itemize}
+\end{frame}
+
+\begin{tframe}{Su Facebook}
+La rilevanza di Facebook, ad oggi, è nota a tutti: per questo motivo, esistono:
+\begin{itemize}
+\item il gruppo \href{https://www.facebook.com/\#!/groups/beamer2thesis/}{Beamer2Thesis}
+\item la pagina \href{https://www.facebook.com/\#!/pages/Beamer2Thesis/112814205489099}{Beamer2Thesis}
+\end{itemize}
+In questo modo potete postare i vostri commenti, suggerimenti, idee e domande in modo più \emph{familiare}. Inoltre è possibile trovare ulteriori esempi.
+\end{tframe}
+
+\begin{tframe}{Cronologia}
+Di seguito sono riportate le principali caratteristiche delle versioni:
+\begin{itemize}
+\item iniziale (2011-01-17):
+\begin{itemize}
+\item colori, secondo logo, secondo candidato, ambiente tframe, titleline, bullet, lingue (inglese, italiano), separatore per la numerazione delle slide;
+\end{itemize}
+\item versione 2.0:
+\begin{itemize}
+\item terzo logo, correlatore, nuovi modi di evidenziazione del testo, comando per il frontespizio, nuovi ambienti \emph{adv} e \emph{disadv}, supporto a \XeTeX\, e \XeLaTeX\,, ambienti block;
+\end{itemize}
+\item versione 2.1:
+\begin{itemize}
+\item opzione sulla codifica, secondo relatore, secondo correlatore.
+\end{itemize}
+\item versione 2.2:
+\begin{itemize}
+\item supporto per più lingue, titolo corto, suggerimento per evidenziare formule matematiche.
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{Ringraziamenti}
+\begin{itemize}
+\item Voglio ringraziare le persone, che con preziosi suggerimenti, hanno contribuito alla realizzazione:
+\begin{itemize}
+\item Alessio Califano
+\item Alessio Sanna
+\item Luca De Villa Palù
+\item Mariano \emph{Dave} Graziano
+\item Giovanna Turvani
+\item Mattia Stefano
+\item Nicola Tuveri
+\item Giuliana Galati
+\end{itemize}
+\end{itemize}
+Un ringraziamento speciale è per il professor Claudio Beccari per i commenti sulla prima versione.
+\end{tframe} \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/content_initial_ita.tex b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/content_initial_ita.tex
new file mode 100644
index 0000000000..926bcd8006
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/doc/italian_guide/content_initial_ita.tex
@@ -0,0 +1,394 @@
+\titlepageframe % Specific command
+
+\begin{tframe}{Introduzione}
+\begin{itemize}
+\item Beamer è una classe \LaTeX{} che permette di creare presentazioni
+\item Beamer2Thesis è un pacchetto Beamer che permette di creare presentazioni per la tesi
+\begin{itemize}
+\item con comandi specifici ed appositi
+\item usando TorinoTh, un tema Beamer
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{Il tema TorinoTh}
+\begin{itemize}
+\item TorinoTh (TorinoThesis) è un tema basato su Torino, un tema Beamer, estendendolo
+\begin{itemize}
+\item Torino è un tema realizzato da Marco Barisione
+\item \href{http://blog.barisione.org/2007-09/torino-a-pretty-theme-for-latex-beamer/}{http://blog.barisione.org/2007-09/torino-a-pretty-theme-for-latex-beamer/}
+\end{itemize}
+\item I nomi sono simili, perchè, anche io come lui, frequento il Politecnico di Torino, ma voglio precisare che TorinoTh permette solo di realizzare presentazioni per tesi
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{Il tema TorinoTh}
+\begin{itemize}
+\item Il tema consiste in:
+\begin{itemize}
+\item \emph{beamercolorthemetorinoth.sty} definisce i colori e permette all'utente di scegliere fra tre possibili scelte: blue (default), green or red
+\item \emph{beamerfontthemetorinoth.sty} definisce i fonts utilizzati
+\item \emph{beamerinnerthemetorinoth.sty} definisce la pagina iniziale e gli elenchi puntati e numerati
+\item \emph{beamerouterthemetorinoth.sty} definisce le intestazioni di inizio e piè di pagina
+\item \emph{beamerthemeTorinoTh.sty} include tutti i files precedenti
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{tframe}{Installazione}
+Beamer2Thesis è distribuito da:
+\begin{itemize}
+\item TeX Live
+\item MiKTeX
+\end{itemize}
+Per cercare e installare il tema, potete usare, rispettivamente, il Package Wizard di MiK\TeX\, (\emph{Start/MiKTeX/2.9/}) e il TeX Live Manager di \TeX Live.
+Personalmente, suggerisco di usare use \TeX Live: funziona sia su Linux, Mac e Windows. Effettivamente, l'installazione su Linux è un po' complicata, ma esiste una guida molto ben curata di Enrico Gregorio che vi può aiutare
+\begin{itemize}
+\item \href{http://profs.sci.univr.it/~gregorio/texlive-ubuntu.pdf}{download della la guida}
+\end{itemize}
+\label{slide-guide-installation}
+\end{tframe}
+
+\begin{tframe}{Installazione (II)}
+In alternativa, Beamer2Thesis può essere scaricato dalla mia pagina personale come file .zip
+\begin{itemize}
+\item \href{http://claudiofiandrino.altervista.org/latex\_projects.html}{http://claudiofiandrino.altervista.org/latex\_projects.html}
+\end{itemize}
+o dalla pagina ufficiale:
+\begin{itemize}
+\item \href{http://cfiandra.github.com/Beamer2Thesis/}{http://cfiandra.github.com/Beamer2Thesis/}
+\end{itemize}
+
+Ovviamente deve essere installato seguendo la procedura standard di installazione manuale di un pacchetto: suggerisco, ancora di leggere la guida di Enrico Gregorio
+\end{tframe}
+
+\begin{tframe}{Le guide}
+\begin{itemize}
+\item Le slide seguenti illustrano tutte le possibili opzioni selezionabili
+\item Come esempi dove le varie opzioni solo utilizzate, è possibile consultare le seguenti guide:
+\begin{itemize}
+\item beamer2thesis.pdf è la guida standard, in inglese, dove sono utilizzate le opzioni standard
+\item beamer2thesis\_ita.pdf è la guida in italiano, con tema di colore verde e opzioni diverse da quelle standard
+\end{itemize}
+\end{itemize}
+\end{tframe}
+
+\begin{frame}[t,fragile]{Come leggere le guide}
+\begin{itemize}
+\item Entrembe le guide spiegano le opzioni generali; per avere una panoramica completa, potete guardare entrembe le guide, perchè in ognuna di esse è riportata la configurazione
+\item Ogni volta che un'opzione è attiva o no di \emph{default}, è possibile ometterla nel premabolo
+\item Ogni volta che un'opzione si attiva con \emph{true}, potete disabilitarla con \emph{false}; ad esempio:
+\begin{verbatim}
+secondcandidate=false
+secondcandidate=true
+\end{verbatim}
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Il preambolo}
+\begin{itemize}
+\item \`E la prima cosa che si deve dichiarare nel preambolo
+\item In generale il codice è: \verb!\usetheme[.. options ..]{TorinoTh}!
+\item Ecco un esempio:
+\begin{verbatim}
+\documentclass{beamer}
+\usetheme[language=italian,
+ titlepagelogo=logopolito,
+ bullet=triangle,
+ pageofpages=of,
+ titleline=true,
+ color=green
+ ]{TorinoTh}
+\end{verbatim}
+\end{itemize}
+\end{frame}
+
+\begin{tframe}{Alcune opzioni generali}
+\begin{enumerate}
+\item L'opzione \highlight{pageofpages} definisce una stringa fra l'attuale numero di slide e il totale
+ \begin{itemize}
+ \item la stringa di default usata è \emph{of}
+ \end{itemize}
+\item Se l'opzione \highlight{titleline} è settata a \emph{true}, una linea orizzontale viene creata sotto il titolo della slide, con il colore del tema
+\begin{itemize}
+ \item l'opzione per default è \emph{true}; usare \emph{false} per disabilitare
+\end{itemize}
+\item L'opzione \highlight{notshowauthor} definita come \emph{true} permette di non mostrare il nome dell'autore nel footer
+\begin{itemize}
+\item il default è \emph{false}
+\end{itemize}
+\item L'opzione \highlight{titlepagelogo} rappresenta il nome del logo principale: deve essere un file .jpg, .pdf, .png
+\begin{itemize}
+\item per includere il logo della vostra Università, seguite le procedure della prossima slide
+\end{itemize}
+\end{enumerate}
+\end{tframe}
+
+\begin{tframe}{Come inserire un nuovo logo}
+Ci sono diversi modi per inserire il vostro logo (per persone molto esperte in \LaTeX\, non è certo un problema), ma suggerisco questo metodo generale:
+\begin{itemize}
+\item scaricate il file .zip dalla mia pagina personale ed estraetelo
+\item copiate il vostro logo nella directory LaTeX (troverete già altri due loghi)
+\item installate il pacchetto nel vostro albero personale seguendo la procedura standarad per installare un pacchetto (guida riportata in slide \ref{slide-guide-installation})
+\end{itemize}
+\label{slide-rule-installation}
+\end{tframe}
+
+\begin{frame}[t,fragile]{Altre opzioni: simboli per gli elenchi}
+\begin{itemize}
+\item L'opzione \highlight{bullet} può essere usata per selezionare il simbolo da utilizzare negli elenchi puntati
+ \begin{itemize}
+ \item \verb!square!: un quadrato interamente colorato
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\blacksquare$}}) per elenchi con annidamento di primo e terzo livello e un quadrato bianco all'interno
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\square$}}) per il secondo livello di annidamento
+ \item \verb!diamond!: un rombo interamente colorato
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\blacklozenge$}}) per elenchi con indentazione di primo e terzo livello e un rombo bianco all'interno
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\lozenge$}}) per il secondo livello di annidamento
+ \item \verb!triangle!: un triangolo interamente colorato
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\blacktriangleright$}}) per elenchi con annidamento di primo e terzo livello e un triangolo bianco all'interno
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\vartriangleright$}}) per il secondo livello di annidamento
+ \item \verb!circle! (default): un cerchio interamente colorato
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\bullet$}}) per elenchi con annidamento di primo e terzo livello e un cerchio bianco all'interno
+ ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\circ$}}) per il secondo livello di annidamento
+ \end{itemize}
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Lingue}
+\begin{itemize}
+\item Tutte le lingue sono disponibili, ma le due principali sono:
+\begin{itemize}
+\item inglese
+\item italiano
+\end{itemize}
+\item La scelta di una delle due lingue principali implica che, nella pagina iniziale, date e label (Supervisor, Candidate, Relatore, Candidato) siano riportate esattamente in modo automatico
+\item Per selezionare la lingua italiana, ad esempio, usate nel preambolo:
+\verb!language=italian!
+il nome deve essere quello utilizzato dal pacchetto babel or dal comando \verb!\setmainfont! con \XeLaTeX
+\item Se la lingua selezionata non è una delle due principali, occorre ridefinire manualmente le label del frontespizio (si riporta un esempio nella diapositiva successiva)
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Lingue (II)}
+\begin{itemize}
+\item Un esempio con la lingua spagnola:
+\begin{verbatim}
+\usetheme[language=spanish,...]{TorinoTh}
+\setrellabel{Relator Tesis}
+\setcandidatelabel{Candidato}
+\setassistentsupervisorlabel{Co Tesis}
+\setsubject{Tesis}
+\end{verbatim}
+\item I comandi illustrati sono obbligatori quando \highlight{non si utilizza} una delle due lingue principali
+\item Se avete scelto una lingua e volete cambiarla, può succedere che, la prima compilazione dia questo errore: \begin{flushleft}
+\highlight{! Package babel Error: You haven't loaded the option -lingua- yet}
+\end{flushleft}
+non spaventatevi e compilate nuovamente: funzionerà!
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Codifica}
+Per non forzare l'utente ad utilizzare esclusivamente la codifica utf8x, questa versione risolve il problema introducendo l'opzione \highlight{coding}; le possibili scelte sono:
+\begin{itemize}
+\item \verb!coding=utf8x! (default)
+\item \verb!coding=utf8!
+\item \verb!coding=latin1!
+\end{itemize}
+Un avviso: il programma non controlla eventuali errori di inserimento ed è compito del lettore assicurarsi di scegliere la giusta codifica che il suo sistema richiede.
+\end{frame}
+
+\begin{frame}[t,fragile]{Secondo logo}
+\begin{itemize}
+\item Se è necessario inserire un secondo logo (ad esempio per una tesi di laurea con doppio titolo), un'opzione permette di visualizzarlo nella pagina iniziale
+\item Quando l'opzione \highlight{secondlogo} è \emph{true}, dovete utilizzare il comando \verb!\titlepagesecondlogo{name-logo}! per inserire il logo: se non è presente si verifica un errore
+\item Come il logo principale, anche il secondo logo deve essere un'immagine in .jpg, .pdf, .png, e, potete inserirlo, utilizzando le stesse regole spiegate nella slide \ref{slide-rule-installation}
+\end{itemize}
+\end{frame}
+
+\begin{frame}[fragile]{Terzo logo}
+\begin{itemize}
+\item Eventualmente, se è necessario un terzo logo, avete la possibilità di inserirlo settando l'opzione \highlight{thirdlogo} a \emph{true}
+\begin{itemize}
+\item il default è \emph{false}
+\end{itemize}
+\item L'immagine deve essere caricata seguendo le procedure descritte per il primo e secondo logo; poi utilizzate il comando \verb!\titlepagethirdlogo{name-logo}! per inserire il logo nel frontespizio
+\item Naturalmente, potete usare questa opzione se, e solo se, anche il \highlight{secondlogo} è \emph{true}
+\item Quando inserite tre loghi usate, come riferimento per le dimensioni, la figura \alert{logopolito}: in questo modo risulteranno perfettamente allineati
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Secondo candidato}
+\begin{itemize}
+\item \`{E} possibile che in una tesi ci siano due candidati: Beamer2Thesis gestisce con facilità questo caso
+\begin{itemize}
+\item il \emph{primo} candidato è anche l'autore
+\item il secondo candidato viene inserito con il comando \verb!\secondcandidate{nome-cognome}! quando l'opzione \highlight{secondcandidate} è \emph{true}
+\end{itemize}
+\item Naturalmente, in presenza di due candidati, la label \emph{Candidate} diventa \emph{Candidates} e la label \emph{Candidato} diventa \emph{Candidati}
+\item Con due candidati, il footer cambia e l'autore non viene mostrato (la ragione è semplice: due autori più il titolo rendono il footer troppo grande)
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Relatore e Correlatore}
+\begin{itemize}
+\item Per inserire il relatore è sufficiente usare il comando \verb!\rel{nome-cognome}!
+\item Inoltre, è possibile inserire il correlatore:
+\begin{itemize}
+\item settando l'opzione \highlight{assistantsupervisor} a \emph{true} (il default è \emph{false})
+\item usare il comando \verb!\assistantsupervisor{nome-cognome}!
+\end{itemize}
+\item Le label sono inserite in base alla lingua selezioanta
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Secondo Relatore e Correlatore}\label{secondrel}
+Esiste la possibilità di inserire un secondo relatore e correlatore:
+\begin{itemize}
+\item grazie alle opzioni:
+\begin{itemize}
+\item \highlight{secondsupervisor} settato a true (default is false)
+\item \highlight{secondassistantsupervisor} settato a true (default is false)
+\end{itemize}
+\item i nomi possono essere inseriti con:
+\begin{itemize}
+\item il comando \verb!\secondsupervisor! per il relatore
+\item il comando\verb!\secondassistantsupervisor! per il correlatore; in questo caso, si può utilizzare questo comando soltanto se l'opzione \highlight{assistantsupervisor} è true
+\end{itemize}
+\item come sempre, le label si aggiornano correttamente a seconda della lingua scelta e al plurale
+\end{itemize}
+\end{frame}
+
+\begin{frame}[t,fragile]{Vantaggi e Svantaggi}
+A volte è utile evidenziare vantaggi e svantaggi di un determinato argomento: anzichè elencarli con gli ambienti normali, esiste la possibilità di impiegare due nuovi ambienti (\emph{adv} and \emph{disadv}). Il metodo di utilizzo è il seguente:
+\begin{columns}
+\begin{column}{0.3\paperwidth}
+\begin{verbatim}
+\begin{adv}
+\item
+\end{adv}
+\end{verbatim}
+\end{column}
+\begin{column}{0.3\paperwidth}
+\begin{verbatim}
+\begin{disadv}
+\item
+\end{disadv}
+\end{verbatim}
+\end{column}
+\end{columns}
+\bigskip
+Nella slide seguente è riportato un esempio.
+\end{frame}
+
+\begin{tframe}{Perchè usare Beamer2Thesis}
+Vantaggi:
+\begin{adv}
+\item Semplice da installare
+\item Facile la personalizzazione
+\item Possibilità di utilizzare diverse funzionalità
+\end{adv}
+Svantaggi:
+\begin{disadv}
+\item Difficile gestione di titoli enormemente lunghi
+\item Se trovate altri svantaggi.. contattatemi
+\end{disadv}
+\end{tframe}
+
+\begin{frame}[t,fragile]{Infine i colori}
+\begin{itemize}
+\item Esistono tre possibili sfumature cromatiche:
+\begin{itemize}
+\item blu
+\item verde
+\item rosso
+\end{itemize}
+\item La sfumatura desiderata viene scelta con l'opzione \highlight{color} dalla lista precendente e, di conseguenza, sono definite intestazioni di inizio e piè di pagina, il frontespizio, i simboli degli elenchi e i colori di evidenziazione del testo
+\item Ad esempio: \verb!color=green!
+\end{itemize}
+\end{frame}
+
+\begin{tframe}{\XeLaTeX}
+Grazie ad un suggerimento e al prezioso aiuto di Nicola Tuveri, Beamer2Thesis supporta \XeTeX\, and \XeLaTeX\, automaticamente.
+Pertanto potete scegliere il vostro font preferito per personalizzare ulteriormente la presentazione. Ecco alcuni esempi:\\
+\fontspec[Ligatures={Common, Historical}]{Linux Libertine O Italic}
+\fontsize{12pt}{18pt}\selectfont Questo è strano!
+\fontspec{TeX Gyre Pagella}
+\selectfont{Anche questo è strano}\\
+\fontspec[ SizeFeatures={
+{Size={-10}, Font=TeX Gyre Bonum Italic, Color=AA0000},
+{Size={10-14}, Color=00AA00},
+{Size={14-}, Color=0000FA}} ]{TeX Gyre Chorus}
+\selectfont{Come personalizzare i font?}\par
+\begin{itemize}
+\item {\LARGE Parola}
+\item Parola
+\item {\tiny Parola}
+\end{itemize}
+\end{tframe}
+
+\begin{frame}[t,fragile]{\XeLaTeX\,: il codice}
+Per realizzare gli esempi riportati nella slide precedente, il codice da utilizzare è:
+\scriptsize{
+\begin{verbatim}
+\fontspec[Ligatures={Common, Historical}]{Linux Libertine O Italic}
+\fontsize{12pt}{18pt}\selectfont Questo è strano!
+\fontspec{TeX Gyre Pagella}
+\selectfont{Anche questo è strano}\\
+\fontspec[ SizeFeatures={
+{Size={-10}, Font=TeX Gyre Bonum Italic, Color=AA0000},
+{Size={10-14}, Color=00AA00},
+{Size={14-}, Color=0000FA}} ]{TeX Gyre Chorus}
+\selectfont{Come personalizzare i font?}\par
+\begin{itemize}
+\item {\LARGE Parola}
+\item Parola
+\item {\tiny Parola}
+\end{verbatim}
+}
+\end{frame}
+
+\begin{tframe}{Block}
+Beamer permette di utilizzare gli ambienti \emph{block}: sono molto comodi in alcune applicazioni. Per esempio:
+\begin{block}<1->{Perchè usare Beamer2Thesis? Vantaggi}
+\begin{adv}
+\item Semplice da installare
+\item Facile la personalizzazione
+\item Possibilità di utilizzare diverse funzionalità
+\end{adv}
+\end{block}
+\begin{block}<2->{Perchè usare Beamer2Thesis? Svantaggi}
+\begin{disadv}
+\item Difficile gestione di titoli enormemente lunghi
+\item Se trovate altri svantaggi.. contattatemi
+\end{disadv}
+\end{block}
+\end{tframe}
+
+\begin{frame}[t,fragile]{Block: codice}
+La slide precedente è stata realizzata con il seguente codice:
+\small{\begin{verbatim}
+\begin{block}<1->{Perchè usare Beamer2Thesis? Vantaggi}
+\begin{adv}
+\item Semplice da installare
+\item Facile la personalizzazione
+\item Possibilità di utilizzare diverse funzionalità
+\end{adv}
+\end{block}
+\begin{block}<2->{Perchè usare Beamer2Thesis? Svantaggi}
+\begin{disadv}
+\item Difficile gestione di titoli enormemente lunghi
+\item Se trovate altri svantaggi.. contattatemi
+\end{disadv}
+\end{block}
+\end{verbatim}}
+\end{frame}
+
+\begin{frame}[t,fragile]{Block: codice (II)}
+Più in generale, Beamer offre la possibilità di utilizzare tre ambienti \emph{block}:
+\begin{itemize}
+\item \highlight{block}
+\item \highlight{alertblock}
+\item \highlight{exampleblock}
+\end{itemize}
+Per avere più dettagli, e non solo su questo argomento, suggerisco di leggere la \href{http://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf}{beameruserguide}.
+\end{frame} \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamer2thesis.jpg b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamer2thesis.jpg
new file mode 100644
index 0000000000..6c24f535f8
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamer2thesis.jpg
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamercolorthemetorinoth.sty b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamercolorthemetorinoth.sty
new file mode 100644
index 0000000000..ebeae12976
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamercolorthemetorinoth.sty
@@ -0,0 +1,111 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Copyright 2011-2012 by Fiandrino Claudio
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\mode<presentation>
+
+% Blue
+\definecolor{navyblue}{cmyk}{0.94,0.54,0,0}
+\definecolor{cerulean}{cmyk}{0.94,0.11,0,0}
+\definecolor{processblue}{cmyk}{0.96,0,0,0}
+% Green
+\definecolor{forestgreen}{cmyk}{0.91,0,0.88,0.12}
+\definecolor{yellowgreen}{cmyk}{0.48,0,0.72,0}
+% Red
+\definecolor{redorange}{cmyk}{0,0.77,0.87,0}
+\definecolor{apricot}{cmyk}{0,0.32,0.52,0}
+
+\DeclareOptionBeamer{color}{\def\beamer@torinoth@defcolor{#1}}
+\ExecuteOptionsBeamer{color=blue}
+
+\ProcessOptionsBeamer
+
+% Blue colors
+\def\beamer@torinoth@bluetext{blue}%
+\ifx\beamer@torinoth@defcolor\beamer@torinoth@bluetext%
+
+ \setbeamercolor*{palette primary}{fg=white,bg=processblue}
+ \setbeamercolor*{palette secondary}{fg=navyblue,bg=processblue!20}
+
+ \setbeamercolor*{titlelike}{fg=white,bg=processblue}
+ \setbeamercolor*{frametitle}{fg=black,bg=black}
+ \setbeamercolor*{item}{fg=cerulean}
+ \setbeamercolor*{alerted text}{fg=cerulean}
+ \def\beamer@torinoth@color{cerulean}
+
+ \setbeamercolor{block body}{fg=black,bg=processblue!10}
+ \setbeamercolor{block body alerted}{fg=black,bg=processblue!10}
+ \setbeamercolor{block body example}{use=block title,fg=black,bg=processblue!10}
+ \setbeamercolor{block title}{bg=processblue,fg=white}
+ \setbeamercolor{block title alerted}{bg=processblue,fg=white}
+ \setbeamercolor{block title example}{bg=processblue,fg=white}
+
+\fi%
+
+% Green colors
+\def\beamer@torinoth@greentext{green}%
+\ifx\beamer@torinoth@defcolor\beamer@torinoth@greentext%
+
+ \setbeamercolor*{palette primary}{fg=white,bg=forestgreen}
+ \setbeamercolor*{palette secondary}{fg=black,bg=yellowgreen}
+
+ \setbeamercolor*{titlelike}{fg=white,bg=forestgreen}
+ \setbeamercolor*{frametitle}{fg=black,bg=black}
+ \setbeamercolor*{item}{fg=forestgreen}
+ \setbeamercolor*{alerted text}{fg=forestgreen}
+ \def\beamer@torinoth@color{forestgreen}
+
+ \setbeamercolor{block body}{fg=black,bg= yellowgreen!20}
+ \setbeamercolor{block body alerted}{fg=black,bg= yellowgreen!20}
+ \setbeamercolor{block body example}{use=block title,fg=black,bg= yellowgreen!20}
+ \setbeamercolor{block title}{bg= forestgreen,fg=white}
+ \setbeamercolor{block title alerted}{bg= forestgreen,fg=white}
+ \setbeamercolor{block title example}{bg= forestgreen,fg=white}
+
+\fi%
+
+% Red colors
+\def\beamer@torinoth@redtext{red}%
+\ifx\beamer@torinoth@defcolor\beamer@torinoth@redtext%
+
+ \setbeamercolor*{palette primary}{fg=white,bg=redorange}
+ \setbeamercolor*{palette secondary}{fg=black,bg=apricot}
+
+ \setbeamercolor*{titlelike}{fg=white,bg=redorange}
+ \setbeamercolor*{frametitle}{fg=black,bg=black}
+ \setbeamercolor*{item}{fg=redorange}
+ \setbeamercolor*{alerted text}{fg=redorange}
+ \def\beamer@torinoth@color{redorange}
+
+ \setbeamercolor{block body}{fg=black,bg= apricot!20}
+ \setbeamercolor{block body alerted}{fg=black,bg= apricot!20}
+ \setbeamercolor{block body example}{use=block title,fg=black,bg= apricot!20}
+ \setbeamercolor{block title}{bg= redorange,fg=white}
+ \setbeamercolor{block title alerted}{bg= redorange,fg=white}
+ \setbeamercolor{block title example}{bg= redorange,fg=white}
+
+\fi%
+
+% Innertheme colors
+\setbeamercolor*{title page header}{parent=palette primary}
+\setbeamercolor*{ateneo page header}{parent=palette primary}
+
+% Outertheme colors
+\setbeamercolor*{footerbox}{parent=palette secondary}
+\setbeamercolor*{titleline}{parent=palette primary}
+\setbeamercolor*{page header}{parent=titlelike}
+\setbeamercolor*{second header}{parent=palette secondary}
+\setbeamercolor*{frame number}{parent=palette secondary}
+
+\setbeamercolor*{separation line}{bg=white}
+\setbeamercolor*{fine separation line}{bg=white}
+
+\mode
+<all>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerfontthemetorinoth.sty b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerfontthemetorinoth.sty
new file mode 100644
index 0000000000..eb5964dde8
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerfontthemetorinoth.sty
@@ -0,0 +1,24 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Copyright 2011-2012 by Fiandrino Claudio
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\mode<presentation>
+
+% Fonts
+\setbeamerfont{title}{size=\Large}
+\setbeamerfont{ateneo}{size=\large,shape=\scshape}
+\setbeamerfont{person}{size=\normalsize,shape=\itshape}
+\setbeamerfont{definition}{size=\normalsize}
+\setbeamerfont{frame number}{series=\bfseries}
+\setbeamerfont{footnote}{size=\tiny,family=\sffamily,series=\bfseries}
+\setbeamerfont{date}{family=\sffamily,size=\small}
+
+\mode
+<all>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerinnerthemetorinoth.sty b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerinnerthemetorinoth.sty
new file mode 100644
index 0000000000..7a2e278b16
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerinnerthemetorinoth.sty
@@ -0,0 +1,499 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Copyright 2011-2012 by Fiandrino Claudio
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\mode<presentation>
+
+% Logo to use in the title page
+\def\beamer@torinoth@titlepagelogo{}
+\DeclareOptionBeamer{titlepagelogo}{\def\beamer@torinoth@titlepagelogo{#1}}
+
+% Second optional logo to use in the title page
+\DeclareOptionBeamer{secondlogo}[true]{\def\beamer@torinoth@secondlogo{#1}}
+\ExecuteOptionsBeamer{secondlogo=false}
+
+% Third optional logo to use in the title page
+\DeclareOptionBeamer{thirdlogo}[true]{\def\beamer@torinoth@thirdlogo{#1}}
+\ExecuteOptionsBeamer{thirdlogo=false}
+
+% Language
+\DeclareOptionBeamer{language}[italian]{\def\beamer@torinoth@language{#1}}
+\DeclareOptionBeamer{language}[other]{\def\beamer@torinoth@language{#1}}
+\ExecuteOptionsBeamer{language=english}
+
+% Second candidate
+\DeclareOptionBeamer{secondcandidate}[true]{\def\beamer@torinoth@secondcandidate{#1}}
+\ExecuteOptionsBeamer{secondcandidate=false}
+
+% Second supervisor
+\DeclareOptionBeamer{secondsupervisor}[true]{\def\beamer@torinoth@secondsupervisor{#1}}
+\ExecuteOptionsBeamer{secondsupervisor=false}
+
+% Assistant supervisor
+\DeclareOptionBeamer{assistantsupervisor}[true]{\def\beamer@torinoth@assistantsupervisor{#1}}
+\ExecuteOptionsBeamer{assistantsupervisor=false}
+
+% Second assistant supervisor
+\DeclareOptionBeamer{secondassistantsupervisor}[true]{\def\beamer@torinoth@secondassistantsupervisor{#1}}
+\ExecuteOptionsBeamer{secondassistantsupervisor=false}
+
+% Bullet shape
+\DeclareOptionBeamer{bullet}{\def\beamer@torinoth@bullet{#1}}
+\ExecuteOptionsBeamer{bullet=circle}
+
+\ProcessOptionsBeamer
+
+% Definition of second logo if request
+\def\beamer@torinoth@secondlogotext{true}%
+\ifx\beamer@torinoth@secondlogo\beamer@torinoth@secondlogotext%
+ \def\titlepagesecondlogo#1{\gdef\@titlepagesecondlogo{#1}}%
+
+ % Definition of third logo if request
+ \def\beamer@torinoth@thirdlogotext{true}%
+ \ifx\beamer@torinoth@thirdlogo\beamer@torinoth@thirdlogotext%
+ \def\titlepagethirdlogo#1{\gdef\@titlepagethirdlogo{#1}}%
+ \fi%
+
+\fi%
+
+% Ateneo
+\providecommand{\ateneo}{\institute}%
+\providecommand{\insertateneo}{\insertinstitute}%
+
+% Supervisor
+\def\rel#1{\gdef\@rel{#1}}
+\def\@rel{\PackageError{Beamer2Thesis}%
+{\protect\rel\space not given. Please insert name and surname of the supervisor}%
+{Example: \protect\rel{Name-surname}}
+}%
+
+% Second supervisor
+ \def\beamer@torinoth@secondsuptext{true}%
+ \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext%
+ \def\secondsupervisor#1{\gdef\@secondsupervisor{#1}}%
+ \def\@secondsupervisor{\PackageError{Beamer2Thesis}%
+ {\protect\secondsupervisor\space not given. Please insert it}%
+ {Example: \protect\secondsupervisor{Name-surname}}
+ }%
+ \fi
+
+% Second candidate
+\def\beamer@torinoth@secondcandtext{true}%
+\ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext%
+ \def\secondcandidate#1{\gdef\@secondcandidate{#1}}%
+ \def\@secondcandidate{\PackageError{Beamer2Thesis}%
+ {\protect\secondcandidate\space not given. Please insert it}%
+ {Example: \protect\secondcandidate{Name-surname}}
+ }%
+\fi
+
+% Assistant supervisor
+\def\beamer@torinoth@assistantsupervisortext{true}%
+\ifx\beamer@torinoth@assistantsupervisortext\beamer@torinoth@assistantsupervisor%
+ \def\assistantsupervisor#1{\gdef\@assistantsupervisor{#1}}%
+ \def\@assistantsupervisor{\PackageError{Beamer2Thesis}%
+ {\protect\assistantsupervisor\space not given. Please insert it}%
+ {Example: \protect\assistantsupervisor{Name-surname}}
+ }%
+ % Second assistant supervisor
+ \def\beamer@torinoth@secondassistantsuptext{true}%
+ \ifx\beamer@torinoth@secondassistantsupervisor\beamer@torinoth@secondassistantsuptext%
+ \def\secondassistantsupervisor#1{\gdef\@secondassistantsupervisor{#1}}%
+ \def\@secondassistantsupervisor{\PackageError{Beamer2Thesis}%
+ {\protect\secondassistantsupervisor\space not given. Please insert it}%
+ {Example: \protect\secondassistantsupervisor{Name-surname}}
+ }%
+ \fi
+\fi
+
+% Margins
+\newlength{\beamer@torinoth@normalmargin}
+\setlength{\beamer@torinoth@normalmargin}{.065\paperwidth}
+\setbeamersize{text margin left=\beamer@torinoth@normalmargin}
+\setbeamersize{text margin right=\beamer@torinoth@normalmargin}
+\setlength\leftmargini{.6\beamer@torinoth@normalmargin}
+\setlength\leftmarginii{.6\beamer@torinoth@normalmargin}
+\setlength\leftmarginiii{.6\beamer@torinoth@normalmargin}
+
+% Labels in title page
+%----------------------------------
+\def\beamer@torinoth@superv{}
+\def\beamer@torinoth@assistantsupervisorlabel{}
+\def\beamer@torinoth@cand{}
+\def\beamer@torinoth@italiantext{italian}%
+\def\beamer@torinoth@englishtext{english}%
+%----------------------------------
+ % First Column labels
+ % Supervisor-number-check
+ \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext%
+ % Supervisor-language-check
+
+ \ifx\beamer@torinoth@language\beamer@torinoth@italiantext%
+ \renewcommand\beamer@torinoth@superv{Relatori}%
+ \else%
+ \ifx\beamer@torinoth@language\beamer@torinoth@englishtext%
+ \renewcommand\beamer@torinoth@superv{Supervisors}%
+ \else%
+ \def\setrellabel#1{\gdef\@setrellab{#1}}%
+ \def\@setrellab{\PackageError{Beamer2Thesis}%
+ {\protect\setrellabel\space not given. Please insert it in your language}%
+ {Example in english: \protect\setrellabel{Supervisor}}
+ }
+ \renewcommand\beamer@torinoth@superv{\@setrellab}%
+ \fi%
+ \fi%
+ \else%
+ % Supervisor-language-check
+ \ifx\beamer@torinoth@language\beamer@torinoth@italiantext%
+ \renewcommand\beamer@torinoth@superv{Relatore}%
+ \else%
+ \ifx\beamer@torinoth@language\beamer@torinoth@englishtext%
+ \renewcommand\beamer@torinoth@superv{Supervisor}%
+ \else%
+ \def\setrellabel#1{\gdef\@setrellab{#1}}%
+ \def\@setrellab{\PackageError{Beamer2Thesis}%
+ {\protect\setrellabel\space not given. Please insert it in your language}%
+ {Example in english: \protect\setrellabel{Supervisor}}
+ }
+ \renewcommand\beamer@torinoth@superv{\@setrellab}%
+ \fi%
+ \fi%
+ \fi%
+ % Assistant Supervisor-number-check
+ \ifx\beamer@torinoth@secondassistantsupervisor\beamer@torinoth@secondassistantsuptext%
+ % Assistant-supervisor-language-check
+ \ifx\beamer@torinoth@language\beamer@torinoth@italiantext%
+ \renewcommand\beamer@torinoth@assistantsupervisorlabel{Correlatori}%
+ \else%
+ \ifx\beamer@torinoth@language\beamer@torinoth@englishtext%
+ \renewcommand\beamer@torinoth@assistantsupervisorlabel{Assistant Supervisors}%
+ \else%
+ \def\setassistentsupervisorlabel#1{\gdef\@setassistentsupervlab{#1}}%
+ \def\@setassistentsupervlab{\PackageError{Beamer2Thesis}%
+ {\protect\setassistentsupervisorlabel\space not given. Please insert it in your language}%
+ {Example in english: \protect\setassistentsupervisorlabel{Assistent Supervisor}}
+ }
+ \renewcommand\beamer@torinoth@assistantsupervisorlabel{\@setassistentsupervlab}%
+ \fi%
+ \fi%
+ \else%
+ % Assistant-supervisor-language-check
+ \ifx\beamer@torinoth@language\beamer@torinoth@italiantext%
+ \renewcommand\beamer@torinoth@assistantsupervisorlabel{Correlatore}%
+ \else%
+ \ifx\beamer@torinoth@language\beamer@torinoth@englishtext%
+ \renewcommand\beamer@torinoth@assistantsupervisorlabel{Assistant Supervisor}%
+ \else%
+ \def\setassistentsupervisorlabel#1{\gdef\@setassistentsupervlab{#1}}%
+ \def\@setassistentsupervlab{\PackageError{Beamer2Thesis}%
+ {\protect\setassistentsupervisorlabel\space not given. Please insert it in your language}%
+ {Example in english: \protect\setassistentsupervisorlabel{Assistent Supervisor}}
+ }
+ \renewcommand\beamer@torinoth@assistantsupervisorlabel{\@setassistentsupervlab}%
+ \fi%
+ \fi%
+ \fi%
+%----------------------------------
+ % Second Column labels
+ % Number-candidates-check
+ \def\beamer@torinoth@secondcandtext{true}%
+ \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext%
+ % Candidate-language-check
+ \ifx\beamer@torinoth@language\beamer@torinoth@italiantext%
+ \renewcommand\beamer@torinoth@cand{Candidati}%
+ \else%
+ \ifx\beamer@torinoth@language\beamer@torinoth@englishtext%
+ \renewcommand\beamer@torinoth@cand{Candidates}%
+ \else%
+ \def\setcandidatelabel#1{\gdef\@setcandlab{#1}}%
+ \def\@setcandlab{\PackageError{Beamer2Thesis}%
+ {\protect\setcandidatelabel\space not given. Please insert it in your language}%
+ {Example in english: \protect\setcandidatelabel{Candidate}}
+ }
+ \renewcommand\beamer@torinoth@cand{\@setcandlab}%
+ \fi%
+ \fi%
+ \else%
+ % Candidate-language-check
+ \ifx\beamer@torinoth@language\beamer@torinoth@italiantext%
+ \renewcommand\beamer@torinoth@cand{Candidato}%
+ \else
+ \ifx\beamer@torinoth@language\beamer@torinoth@englishtext%
+ \renewcommand\beamer@torinoth@cand{Candidate}%
+ \else%
+ \def\setcandidatelabel#1{\gdef\@setcandlab{#1}}%
+ \def\@setcandlab{\PackageError{Beamer2Thesis}%
+ {\protect\setcandidatelabel\space not given. Please insert it in your language}%
+ {Example in english: \protect\setcandidatelabel{Candidate}}
+ }
+ \renewcommand\beamer@torinoth@cand{\@setcandlab}%
+ \fi%
+ \fi%
+ \fi%
+%----------------------------------
+
+% Thesis title page
+\defbeamertemplate*{title page}{torinoth}[1][]
+{
+ % Logo & Ateneo
+ \begin{centering}
+ \begin{beamercolorbox}[rounded=true,shadow=true,ht=2.5ex,wd=.89\paperwidth,sep=3pt,center,#1]{ateneo page header}%
+ \usebeamerfont{ateneo}\insertateneo\par%
+ \end{beamercolorbox}
+ \vskip0.5em%
+ % Check-second-logo
+ \def\beamer@torinoth@secondlogotext{true}%
+ \ifx\beamer@torinoth@secondlogo\beamer@torinoth@secondlogotext%
+ % Check-third-logo
+ \def\beamer@torinoth@thirdlogotext{true}%
+ \ifx\beamer@torinoth@thirdlogo\beamer@torinoth@thirdlogotext%
+ \hbox{
+ % First-column
+ \begin{beamercolorbox}[wd=0.3\paperwidth,center]{}
+ \includegraphics[height=.2\paperheight]{\@titlepagesecondlogo}%
+ \end{beamercolorbox}
+ % Second-column
+ \begin{beamercolorbox}[wd=0.25\paperwidth,center]{}
+ \includegraphics[height=.2\paperheight]{\beamer@torinoth@titlepagelogo}%
+ \end{beamercolorbox}
+ % Third-column
+ \begin{beamercolorbox}[wd=0.275\paperwidth,center]{}
+ \includegraphics[height=.2\paperheight]{\@titlepagethirdlogo}%
+ \end{beamercolorbox}
+
+ }
+ \else%
+ \hbox{
+ % First-column
+ \begin{beamercolorbox}[wd=0.475\paperwidth,center]{}
+ \includegraphics[height=.2\paperheight]{\beamer@torinoth@titlepagelogo}%
+ \end{beamercolorbox}
+ % Second-column
+ \begin{beamercolorbox}[wd=0.325\paperwidth,center]{}
+ \includegraphics[height=.2\paperheight]{\@titlepagesecondlogo}%
+ \end{beamercolorbox}}
+ \fi%
+ \else%
+ \includegraphics[height=.2\paperheight]{\beamer@torinoth@titlepagelogo}%
+ \fi%
+ \vfill%
+ \end{centering}
+ \vskip0.25em%
+ % Title
+ \begin{centering}
+ \begin{beamercolorbox}[wd=\paperwidth,sep=8pt,center,#1]{title page header}
+ \usebeamerfont{title}\inserttitle\par%
+ \end{beamercolorbox}%
+ \end{centering}
+
+ \vskip0.75em\par%
+
+ \begin{columns}
+ %%%%%%%%%%%%%%%%%%
+ % First column
+ \column{.5\paperwidth}%
+ %%%%%%%%%%%%%%%%%
+ % Placement of labels
+ % Assistant-supervisor-check
+ \ifx\beamer@torinoth@assistantsupervisor\beamer@torinoth@assistantsupervisortext%
+ % Number assistant supervisor check
+ \ifx\beamer@torinoth@secondassistantsupervisor\beamer@torinoth@secondassistantsuptext%
+ \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel}
+ \usebeamerfont{definition}\beamer@torinoth@superv%
+ \end{beamercolorbox}
+ \vskip-0.25em%
+ \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext%
+ \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@rel%
+ \end{beamercolorbox}
+ \vskip-0.25em%
+ \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@secondsupervisor%
+ \end{beamercolorbox}
+ \vspace{\stretch{0.6}}%
+ \else
+ \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@rel%
+ \end{beamercolorbox}
+ \vspace{\stretch{0.6}}%
+ \fi
+ \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel}
+ \usebeamerfont{definition}\beamer@torinoth@assistantsupervisorlabel%
+ \end{beamercolorbox}
+ \begin{beamercolorbox}[ht=0.06\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@assistantsupervisor%
+ \end{beamercolorbox}
+ \begin{beamercolorbox}[ht=0.05\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@secondassistantsupervisor%
+ \end{beamercolorbox}
+ \vskip-1.75em%
+ \else%
+ \vspace{\stretch{0.6}}%
+ \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel}
+ \usebeamerfont{definition}\beamer@torinoth@superv%
+ \end{beamercolorbox}
+ \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext%
+ \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@rel%
+ \end{beamercolorbox}
+ \vskip-0.25em%
+ \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@secondsupervisor%
+ \end{beamercolorbox}
+ \vspace{\stretch{0.6}}%
+ \else%
+
+ \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@rel%
+ \end{beamercolorbox}
+ \vspace{\stretch{0.6}}%
+ \fi
+ \begin{beamercolorbox}[ht=0.07\paperheight,sep=8pt,center,#1]{rel}
+ \usebeamerfont{definition}\beamer@torinoth@assistantsupervisorlabel%
+ \end{beamercolorbox}
+ \begin{beamercolorbox}[ht=0.06\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@assistantsupervisor%
+ \end{beamercolorbox}
+ %\vskip-2em%
+ \fi%
+ \else%
+ \vspace{\stretch{0.25}}%
+ \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel}
+ \usebeamerfont{definition}\beamer@torinoth@superv%
+ \end{beamercolorbox}
+
+ \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext%
+ \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@rel%
+ \end{beamercolorbox}
+ \vspace{\stretch{0.5}}%
+ \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@secondsupervisor%
+ \end{beamercolorbox}
+ \vspace{\stretch{0.75}}%
+ \else%
+ \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}%
+ \usebeamerfont{person}\@rel%
+ \end{beamercolorbox}
+ \vspace{\stretch{1}}%
+ \fi%
+ \fi%
+
+ % Second column
+ \column{.5\paperwidth}%
+ %%%%%%%%%%%%%%%%%
+ % Placement of labels
+ \vskip-0.5em%
+ \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext%
+ \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{author}
+ \usebeamerfont{definition}\beamer@torinoth@cand%
+ \end{beamercolorbox}
+ \vskip-0.5em%
+ % First-candidate
+ \begin{beamercolorbox}[sep=8pt,center,#1]{author}
+ \usebeamerfont{person}\insertauthor%
+ \end{beamercolorbox}
+ \vskip-0.5em%
+ % Second-candidate
+ \begin{beamercolorbox}[sep=8pt,center,#1]{author}
+ \usebeamerfont{person}\@secondcandidate%
+ \end{beamercolorbox}
+ \else%
+ \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{author}
+ \usebeamerfont{definition}\beamer@torinoth@cand%
+ \end{beamercolorbox}
+ \vskip-0.5em%
+ % First-candidate
+ \begin{beamercolorbox}[sep=8pt,center,#1]{author}
+ \usebeamerfont{person}\insertauthor%
+ \end{beamercolorbox}
+ \fi
+ \end{columns}
+ % Selection of space to skip for the date label
+ %\def\beamer@torinoth@assistantsupervisortextf{false}%
+ %\ifx\beamer@torinoth@assistantsupervisor\beamer@torinoth@assistantsupervisortextf%
+ %\vskip1.5em%
+ %\else
+ %\vskip-1.35em%
+ %\fi
+ \vfill
+ % Date
+ \begin{centering}
+ \begin{beamercolorbox}[sep=8pt,center,#1]{date}%
+ \usebeamerfont{date}\insertdate{}%
+ \end{beamercolorbox}%\vskip0.5em
+ \end{centering}
+ \vfill
+}
+
+% Itemize environment thesis-modifications
+
+% Advantages mode
+\newenvironment{adv}%
+{\begin{list}{\color{alerted text.fg}{\ding{51}}}{}}%
+{\end{list}}%
+
+% Disadvantages mode
+\newenvironment{disadv}%
+{\begin{list}{\color{alerted text.fg}{\ding{55}}}{}}%
+{\end{list}}%
+
+% Square mode
+\defbeamertemplate{itemize item}{squarem}%
+{\tiny\raise.5ex\hbox{\donotcoloroutermaths$\blacksquare$}}
+\defbeamertemplate{itemize subitem}{squarem}%
+{\tiny\raise.4ex\hbox{\donotcoloroutermaths$\square$}}
+\defbeamertemplate{itemize subsubitem}{squarem}%
+{\tiny\raise.3ex\hbox{\donotcoloroutermaths$\blacksquare$}}
+
+% Diamond mode
+\defbeamertemplate{itemize item}{diamondm}%
+{\tiny\raise.5ex\hbox{\donotcoloroutermaths$\blacklozenge$}}
+\defbeamertemplate{itemize subitem}{diamondm}%
+{\tiny\raise.4ex\hbox{\donotcoloroutermaths$\lozenge$}}
+\defbeamertemplate{itemize subsubitem}{diamondm}%
+{\tiny\raise.3ex\hbox{\donotcoloroutermaths$\blacklozenge$}}
+
+% Triangle mode
+\defbeamertemplate{itemize item}{trianglem}%
+{\tiny\raise.5ex\hbox{\donotcoloroutermaths$\blacktriangleright$}}
+\defbeamertemplate{itemize subitem}{trianglem}%
+{\tiny\raise.4ex\hbox{\donotcoloroutermaths$\vartriangleright$}}
+\defbeamertemplate{itemize subsubitem}{trianglem}%
+{\tiny\raise.3ex\hbox{\donotcoloroutermaths$\blacktriangleright$}}
+
+% Circle mode
+\defbeamertemplate{itemize item}{circlem}%
+{\small\raise.2ex\hbox{\donotcoloroutermaths$\bullet$}}
+\defbeamertemplate{itemize subitem}{circlem}%
+{\small\raise.1ex\hbox{\donotcoloroutermaths$\circ$}}
+\defbeamertemplate{itemize subsubitem}{circlem}%
+{\scriptsize\raise.1ex\hbox{\donotcoloroutermaths$\bullet$}}
+
+\def\options{square}
+\def\optiond{diamond}
+\def\optiont{triangle}
+\def\optionc{circle}
+
+\ifx\beamer@torinoth@bullet\options
+ \setbeamertemplate{items}[squarem]
+\fi
+\ifx\beamer@torinoth@bullet\optiond
+ \setbeamertemplate{items}[diamondm]
+\fi
+\ifx\beamer@torinoth@bullet\optiont
+ \setbeamertemplate{items}[trianglem]
+\fi
+\ifx\beamer@torinoth@bullet\optionc
+ \setbeamertemplate{items}[circlem]
+\fi
+
+\mode<all>
+
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerouterthemetorinoth.sty b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerouterthemetorinoth.sty
new file mode 100644
index 0000000000..a1151a58ab
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerouterthemetorinoth.sty
@@ -0,0 +1,144 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Copyright 2011-2012 by Fiandrino Claudio
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\mode<presentation>
+
+% String used between the current page and the total page count.
+\def\beamer@torinoth@pageofpages{of}
+\DeclareOptionBeamer{pageofpages}{\def\beamer@torinoth@pageofpages{#1}}
+\ExecuteOptionsBeamer{pageofpages=of}
+
+% Show a line below the frame title.
+\DeclareOptionBeamer{titleline}[false]{\def\beamer@torinoth@titleline{#1}}
+
+% Option to not show the author in the footer
+\DeclareOptionBeamer{notshowauthor}[true]{\def\beamer@torinoth@notshowauthor{#1}}
+\ExecuteOptionsBeamer{notshowauthor=false}
+
+\ExecuteOptionsBeamer{titleline=true}
+\ProcessOptionsBeamer
+
+% Lengths
+\newlength{\headerheight}
+\setlength{\headerheight}{.045\paperheight}
+\newlength{\beamer@torinoth@line}
+\setlength{\beamer@torinoth@line}{.03\paperheight}
+\newlength{\beamer@torinoth@box}
+\setlength{\beamer@torinoth@box}{.015\paperheight}
+
+% Footer
+\defbeamertemplate*{footline}{torinoth theme}
+{
+ \leavevmode%
+ % First line.
+ \hbox{%
+ \begin{beamercolorbox}[wd=\paperwidth,ht=\beamer@torinoth@line,dp=0pt]{}%
+ \end{beamercolorbox}%
+ } %
+ % Page number.
+ \hbox{%
+ \begin{beamercolorbox}[wd=.85\paperwidth,ht=0ex,dp=0ex]{}%
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.075\paperwidth,ht=.2ex,center,rounded=true,shadow=true]{frame number}%
+ \usebeamerfont{frame number}\insertframenumber{} \beamer@torinoth@pageofpages{} \inserttotalframenumber{}%
+ \end{beamercolorbox}%
+ } %
+ % Second line.
+ \hbox{%
+ \def\beamer@torinoth@separator{-}%
+ % Check if there are two candidates
+ \def\beamer@torinoth@secondcandtext{true}%
+ \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext%
+ \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@torinoth@box,dp=0pt]{}%
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[wd=.6\paperwidth,ht=\beamer@torinoth@box,dp=0pt,center,rounded=true,shadow=true]{footerbox}%
+ \usebeamerfont{footnote} \insertshorttitle \par%
+ \end{beamercolorbox}%
+ \else%
+ \begin{beamercolorbox}[wd=.15\paperwidth,ht=\beamer@torinoth@box,dp=0pt]{}%
+ \end{beamercolorbox}%
+ \def\beamer@torinoth@notshowauthortext{true}%
+ \ifx\beamer@torinoth@notshowauthor\beamer@torinoth@notshowauthortext%
+ \begin{beamercolorbox}[wd=.65\paperwidth,ht=\beamer@torinoth@box,sep=0.75pt,center,rounded=true,shadow=true]{footerbox}%
+ \usebeamerfont{footnote}\insertshorttitle \par%
+ \end{beamercolorbox}%
+ \else
+ \begin{beamercolorbox}[wd=.65\paperwidth,ht=\beamer@torinoth@box,sep=0.75pt,center,rounded=true,shadow=true]{footerbox}%
+ \usebeamerfont{footnote}\insertauthor{} \beamer@torinoth@separator{} \insertshorttitle \par%
+ \end{beamercolorbox}%
+ \fi%
+ \fi%
+ \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@torinoth@box,dp=0pt]{}%
+ \end{beamercolorbox}%
+ } %
+ % Third line.
+ \hbox{%
+ \begin{beamercolorbox}[wd=\paperwidth,ht=\beamer@torinoth@line,dp=0pt,left]{}%
+ \insertslidenavigationsymbol
+ \end{beamercolorbox}%
+ } %
+}
+
+% Header
+\defbeamertemplate*{headline}{torinoth theme}
+{
+
+ % Insert modality to manage navigation bars
+ % Insert modality to manage a logo put on the right up side
+
+ \leavevmode%
+ \hbox{%
+ \begin{beamercolorbox}[wd=\paperwidth,ht=\headerheight,dp=0pt]{page header}%
+ \end{beamercolorbox}%
+ }%
+ \vskip0pt%
+ \hbox{%
+ \begin{beamercolorbox}[wd=\paperwidth,ht=\beamer@torinoth@line]{second header}%
+ \end{beamercolorbox}%
+ }
+}
+
+\defbeamertemplate*{frametitle}{torinoth theme}[1][left]
+{
+ \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}%
+ \@tempdima=\textwidth%
+ \advance\@tempdima by\beamer@leftmargin%
+ \advance\@tempdima by\beamer@rightmargin%
+ \vbox{}\vskip-.5\beamer@leftmargin%
+ \begin{beamercolorbox}[sep=\beamer@leftmargin,#1,wd=\the\@tempdima]{}
+ \usebeamerfont{frametitle}\usebeamercolor[bg]{framesubtitle}%
+ \vbox{}\vskip0ex%
+ \if@tempswa\else\csname beamer@fte#1\endcsname\fi%
+ \strut\insertframetitle\strut\par%
+ {%
+ \ifx\insertframesubtitle\@empty%
+ \else%
+ {\usebeamerfont{framesubtitle}\usebeamercolor[bg]{framesubtitle}\insertframesubtitle\strut\par}%
+ \fi
+ }%
+ \vskip-1ex%
+ \if@tempswa\else\vskip-\beamer@leftmargin\fi
+ \end{beamercolorbox}%
+ \def\beamer@torinoth@truetext{true}%
+ \ifx\beamer@torinoth@titleline\beamer@torinoth@truetext%
+ \vskip-.5\beamer@leftmargin%
+ \begin{beamercolorbox}[wd=\textwidth,ht=.1ex,dp=0ex]{titleline}%
+ \end{beamercolorbox}%
+ \fi
+}
+
+% Frame title continuations, default
+
+\defbeamertemplate*{frametitle continuation}{torinoth theme}{(\insertcontinuationcount)}
+
+
+\mode
+<all>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerthemeTorinoTh.sty b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerthemeTorinoTh.sty
new file mode 100644
index 0000000000..878734d3be
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/beamerthemeTorinoTh.sty
@@ -0,0 +1,129 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Copyright 2011-2012 by Fiandrino Claudio
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\mode<presentation>
+
+% Options
+\DeclareOptionBeamer{language}{\PassOptionsToPackage{language=#1}{beamerinnerthemetorinoth}\def\beamer@torinoth@language{#1}}
+\DeclareOptionBeamer{titlepagelogo}{\PassOptionsToPackage{titlepagelogo=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{bullet}{\PassOptionsToPackage{bullet=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{pageofpages}{\PassOptionsToPackage{pageofpages=#1}{beamerouterthemetorinoth}}
+\DeclareOptionBeamer{titleline}[false]{\PassOptionsToPackage{titleline=#1}{beamerouterthemetorinoth}}
+\DeclareOptionBeamer{color}{\PassOptionsToPackage{color=#1}{beamercolorthemetorinoth}}
+\DeclareOptionBeamer{secondcandidate}[true]{\PassOptionsToPackage{secondcandidate=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{secondsupervisor}[true]{\PassOptionsToPackage{secondsupervisor=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{secondlogo}[true]{\PassOptionsToPackage{secondlogo=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{thirdlogo}[true]{\PassOptionsToPackage{thirdlogo=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{assistantsupervisor}[true]{\PassOptionsToPackage{assistantsupervisor=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{secondassistantsupervisor}[true]{\PassOptionsToPackage{secondassistantsupervisor=#1}{beamerinnerthemetorinoth}}
+\DeclareOptionBeamer{notshowauthor}[true]{\PassOptionsToPackage{notshowauthor=#1}{beamerouterthemetorinoth}}
+\DeclareOptionBeamer{coding}{\def\beamer@torinoth@coding{#1}}
+\ExecuteOptionsBeamer{coding=utf8x}
+\ProcessOptionsBeamer
+
+% Packages
+\RequirePackage{ifxetex}%
+\RequirePackage{pifont}%
+\ifxetex
+ \RequirePackage{fontspec}%
+ \defaultfontfeatures{Mapping=tex-text}%
+ \RequirePackage{xunicode}%
+ \RequirePackage{xltxtra}%
+ \RequirePackage{metalogo}%
+ \RequirePackage{xkeyval}%
+ \RequirePackage{polyglossia}%
+\else
+ \RequirePackage[\beamer@torinoth@coding]{inputenc}%
+\fi
+
+% Disable insertshorttitle link
+\renewcommand\insertshorttitle[1][]{%
+ \beamer@setupshort{#1}%
+ \let\thanks=\@gobble%
+ \beamer@insertshort{\beamer@shorttitle}%
+ }
+
+% Language
+\def\beamer@torinoth@subject{}%
+\def\beamer@torinoth@italiantext{italian}%
+\def\beamer@torinoth@englishtext{english}%
+ \ifx\beamer@torinoth@language\beamer@torinoth@italiantext%
+ \renewcommand\beamer@torinoth@subject{Presentazione Tesi di Laurea}%
+ \ifxetex
+ \setmainlanguage{italian}%
+ \else
+ \RequirePackage[italian]{babel}%
+ \fi
+ \fi%
+
+ \ifx\beamer@torinoth@language\beamer@torinoth@englishtext%
+ \renewcommand\beamer@torinoth@subject{Thesis Presentation}%
+ \ifxetex
+ \setmainlanguage[variant=british]{english}%
+ \else
+ \RequirePackage[english]{babel}%
+ \fi%
+ \else%
+ \def\setsubject#1{\gdef\@setsubject{#1}}%
+ \def\@setsubject{\PackageError{Beamer2Thesis}%
+ {\protect\setsubject\space not given. Please insert it}%
+ {Example in english: \protect\setsubject{Thesis Presentation}}
+ }
+ \renewcommand\beamer@torinoth@subject{\@setsubject}%
+ \ifxetex
+ \setmainlanguage{\beamer@torinoth@language}%
+ \else
+ \RequirePackage[\beamer@torinoth@language]{babel}%
+ \fi%
+ \fi%
+
+% General settings
+\useinnertheme{torinoth}
+\useoutertheme{torinoth}
+\usecolortheme{torinoth}
+\usefonttheme{torinoth}
+
+\setbeamertemplate{navigation symbols}{}
+
+% Environment
+\newenvironment{tframe}{
+\begin{frame}[t]}{\end{frame}}
+
+% Titleapageframe command
+\newcommand{\titlepageframe}{
+\begin{frame}[plain]
+\titlepage
+\end{frame}
+}
+
+% Highlight a single word
+\newcommand{\highlight}[1]{{\it{\color{alerted text.fg}{#1}}}}
+\newcommand{\highlightbf}[1]{{\bf\color{alerted text.fg}{#1}}}
+
+% Define hypersetup
+\hypersetup{%
+ colorlinks=true,
+ hyperindex=true,
+ plainpages=false,
+ urlcolor=alerted text.fg,
+ linkcolor=alerted text.fg,
+ pdfinfo={%
+ Title={\inserttitle},%
+ Author={\insertauthor},%
+ Subject={\beamer@torinoth@subject},%
+ }
+}
+
+% Blocks
+\setbeamertemplate{blocks}[rounded][shadow=true]
+
+\mode
+<all>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/logopolito.jpg b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/logopolito.jpg
new file mode 100644
index 0000000000..d2b6609626
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/latex/logopolito.jpg
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/license b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/license
new file mode 100644
index 0000000000..a5e7ac8e25
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/beamer2thesis/license
@@ -0,0 +1,12 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Copyright 2011-2012 Claudio Fiandrino
+%
+% Beamer2Thesis
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+ This package may be distributed and/or modified
+
+ 1. under the LaTeX Project Public License and/or
+ 2. under the GNU Public License.