summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-19 23:49:39 +0000
committerKarl Berry <karl@freefriends.org>2011-09-19 23:49:39 +0000
commita2e40347ce33680ff47dd43b61a93e38559de7e6 (patch)
treede96f7fdc1f71b65d150a30f8c89fbbe25463de1 /Master/texmf-dist/doc/latex
parentd033dd6b59e70d2daf205b3a285f3aad2228b96f (diff)
beamer2thesis (19sep11)
git-svn-id: svn://tug.org/texlive/trunk@24026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/README9
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdfbin120224 -> 140877 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex44
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdfbin121267 -> 139607 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex56
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.pdfbin138923 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex53
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex89
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex86
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex274
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex285
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/license2
12 files changed, 705 insertions, 193 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/README b/Master/texmf-dist/doc/latex/beamer2thesis/README
index 523507bbbdc..d553449dc1d 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/README
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/README
@@ -1,10 +1,11 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% Copyright 2011 Fiandrino Claudio
+% Copyright 2011 Claudio Fiandrino
%
-% Beamer2Thesis
+% Beamer2Thesis - 2.0
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Beamer2Thesis is a Beamer Theme to create presentation for a thesis
-which introduce specific commands.
+Beamer2Thesis is a Beamer Theme to create presentation for a thesis:
+it introduces specific commands. Guides are provided in english and
+italian.
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf
index 7f0872a37a3..6662f7f978c 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex
index 75022b97d06..4fcd2df95df 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex
@@ -1,22 +1,15 @@
-\documentclass[hyperref={pdfauthor=Fiandrino Claudio}]{beamer}
-\usetheme[language=italian,% Language used: default is english
- titlepagelogo=logopolito,% Logo for the first page
- bullet=circle,% Avaiable bullets are: square,diamond,triangle,circle; default is circle
- pageofpages=of,% String used between the current page and the total page count
- titleline=true,% Show a line below the frame title
- color=blue,% Set the color: default is blue, are also avaiable green and red
- secondcandidate=false,% Option to introduce the second candidate: allows to use command \secondcandidate
- secondlogo=false% Option to introduce the second candidate: allows to use command \secondlogo
- ]{TorinoTh}
+\documentclass{beamer}
+\usetheme[titlepagelogo=logopolito,% Logo for the first page
+ ]{TorinoTh}
\author{Claudio Fiandrino}
\rel{Mario Rossi}
-\title{Beamer2Thesis, thesis theme for Beamer}
+\title{Beamer2Thesis 2.0, thesis theme for Beamer}
\ateneo{Politecnico di Torino}
\date{\today}
\begin{document}
-\input{../content_initial}
+\input{content_initial.tex}
\begin{frame}[t,fragile]{Configuration}
\begin{itemize}
@@ -31,17 +24,34 @@
\item \verb!secondcandidate=false!
\item \verb!secondlogo=false!
\end{itemize}
-\item Most of them, actually everyone except the \emph{titlepagelogo}, can be omitted if there are no modifications
+\item Most of them, actually everyone except the \highlight{titlepagelogo}, can be omitted if there are no modifications
\end{itemize}
\end{frame}
-\begin{tframe}{Behavior of alerts with default option}
-Each color theme requires different colors to highlight words:
+\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{tframe}
+\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}
-\input{../content_end.tex}
+\input{content_end}
\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf
index 4dca1e89236..04ca6ac00f0 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex
index 55edf72bf8e..17fc6960ad1 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex
@@ -1,46 +1,56 @@
-\documentclass[hyperref={pdfauthor=Fiandrino Claudio}]{beamer}
-\usetheme[language=italian,% Language used: default is english
- titlepagelogo=logopolito,% Logo for the first page
- bullet=triangle,% Avaiable bullets are: square,diamond,triangle,circle; default is circle
- pageofpages=of,% String used between the current page and the total page count
- titleline=true,% Show a line below the frame title
- color=green,% Set the color: default is blue, are also avaiable green and red
- secondcandidate=false,% Option to introduce the second candidate: allows to use command \secondcandidate
- secondlogo=false% Option to introduce the second candidate: allows to use the proper command
- ]{TorinoTh}
+\documentclass{beamer}
+\usetheme[titlepagelogo=logopolito,% Logo for the first page
+ language=italian,
+ bullet=triangle,
+ color=green
+ ]{TorinoTh}
\author{Claudio Fiandrino}
\rel{Mario Rossi}
-\title{Beamer2Thesis, thesis theme for Beamer}
+\title{Beamer2Thesis 2.0, thesis theme for Beamer}
\ateneo{Politecnico di Torino}
\date{\today}
\begin{document}
-\input{content_initial_ita}
+\input{content_initial_ita.tex}
\begin{frame}[t,fragile]{Configurazione}
\begin{itemize}
-\item La configurazione con il colore attuale è:
+\item La configurazione di questo tema è:
\begin{itemize}
\item \verb!language=italian!
\item \verb!titlepagelogo=name-of-the-logo!
\item \verb!bullet=triangle!
-\item \verb!pageofpages=of!
-\item \verb!titleline=true!
\item \verb!color=green!
-\item \verb!secondcandidate=false!
-\item \verb!secondlogo=false!
\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{tframe}{Comportamento con alert}
-Con la colorazione verde, un testo evidenziato viene presentato:
+\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@+> Apple
-\item<+-| alert@+> Peach
+\item<+-| alert@+> Mela
+\item<+-| alert@+> Pesca
\end{itemize}
-\end{tframe}
+\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 the command \verb!\highlight{testo}!: evidenzia il vostro \highlight{testo} rendendolo corsivo
+\item the command \verb!\highlightbf{testo}!: evidenzia il vostro \highlightbf{testo} in grassetto
+\end{itemize}
+Ovviamente, il colore utilizzato è quello da voi scelto nel preambolo.
+\end{frame}
-\input{content_end_ita.tex}
+\input{content_end_ita}
\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.pdf b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.pdf
deleted file mode 100644
index 06c43fd5f78..00000000000
--- a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex
deleted file mode 100644
index b27f67b3d74..00000000000
--- a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex
+++ /dev/null
@@ -1,53 +0,0 @@
-\documentclass[hyperref={pdfauthor=Fiandrino Claudio}]{beamer}
-\usetheme[language=english,% Language used: default is english
- titlepagelogo=logopolito,% Logo for the first page
- bullet=diamond,% Avaiable bullets are: square,diamond,triangle,circle; default is circle
- pageofpages=of,% String used between the current page and the total page count
- titleline=true,% Show a line below the frame title
- color=red,% Set the color: default is blue, are also avaiable green and red
- secondcandidate=true,% Option to introduce the second candidate: allows to use command \secondcandidate
- secondlogo=true% Option to introduce the second candidate: allows to use command \titlepagesecondlogo
- ]{TorinoTh}
-
-\author{Claudio Fiandrino}
-\rel{Mario Rossi}
-\title{Beamer2Thesis, thesis theme for Beamer}
-\ateneo{Politecnico di Torino}
-\date{\today}
-\secondcandidate{Antonio Verdi}
-\titlepagesecondlogo{beamer2thesis}
-
-\begin{document}
-\input{../content_initial}
-
-\begin{frame}[t,fragile]{Configuration}
-\begin{itemize}
-\item The configuration of the standard theme is:
-\begin{itemize}
-\item \verb!language=english!
-\item \verb!titlepagelogo=name-of-the-logo!
-\item \verb!bullet=diamond!
-\item \verb!pageofpages=of!
-\item \verb!titleline=true!
-\item \verb!color=red!
-\item \verb!secondcandidate=true!
-\item \verb!secondlogo=true!
-\end{itemize}
-\item The configuration needs two more commands:
-\begin{itemize}
-\item \verb!\secondcandidate{Antonio Verdi}!
-\item \verb!\titlepagesecondlogo{beamer2thesis}!
-\end{itemize}
-\end{itemize}
-\end{frame}
-
-\begin{tframe}{Behavior of alerts with current option}
-Each color theme requires different colors to highlight words:
-\begin{itemize}
-\item<+-| alert@+> Apple
-\item<+-| alert@+> Peach
-\end{itemize}
-\end{tframe}
-
-\input{../content_end.tex}
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex
index 4b97ca32923..a89ec4ec051 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex
@@ -1,31 +1,94 @@
-\begin{frame}[t,fragile]{Suggestions}
+\begin{frame}[t,fragile]{The output}
+The pdf generated, has automatically, some properties:
\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]!\\
+\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 To make things easier, I have introduced a new environment which is able to have this property intrinsic:
+\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}
-\begin{tframe}
-\end{tframe}
+\verb!code!
\end{verbatim}
-\item If you have to insert some code using \emph{verbatim} or \emph{listings} \textbf{do not use} \emph{tframe} environment, but:\\
-\verb!\begin{frame}[t,fragile]!\\
\verb!\end{frame}!
\end{itemize}
\end{frame}
-\begin{tframe}{Thanks}
+\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 I would like to thank people that, with precious hints, help me:
+\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, block.
+\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}
-\item This project is dedicated to a special person, $\mathcal{V}alentina\; \mathcal{G}$:\\
-\textit{'you will be forever part of my heart'}
-\end{itemize}
+A special thank to Claudio Beccari for very precise comments on the previous version.
\end{tframe}
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex
index 029fd9eec61..52c5d56a8fe 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex
@@ -1,19 +1,82 @@
-\begin{frame}[t,fragile]{Suggerimenti}
+\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]!\\
+\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 Per facilitare la scrittura ho creato un nuovo ambiente che ha questa proprietà intrinsecamente:
+\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}
-\begin{tframe}
-\end{tframe}
+\verb!codice!
\end{verbatim}
-\item Se dovete inserire del codice con \emph{verbatim} or \emph{listings} \textbf{non usate} \emph{tframe}, ma:\\
-\verb!\begin{frame}[t,fragile]!\\
\verb!\end{frame}!
\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}
+\end{itemize}
+\end{tframe}
+
\begin{tframe}{Ringraziamenti}
\begin{itemize}
\item Voglio ringraziare le persone, che con preziosi suggerimenti, hanno contribuito alla realizzazione:
@@ -23,9 +86,10 @@
\item Luca De Villa Palù
\item Mariano \emph{Dave} Graziano
\item Giovanna Turvani
+\item Mattia Stefano
+\item Nicola Tuveri
+\item Giuliana Galati
\end{itemize}
-\item Dedico il progetto ad una persona molto speciale, $\mathcal{V}alentina\; \mathcal{G}$:\\
-\textit{'you will be forever part of my heart'}
\end{itemize}
-\end{tframe}
-
+Un ringraziamento speciale è per il professor Claudio Beccari per i commenti sulla precedente versione.
+\end{tframe} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex
index 4c70588e1c5..153c53559f3 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex
@@ -1,6 +1,4 @@
-\begin{frame}[plain]
-\titlepage
-\end{frame}
+\titlepageframe % Specific command
\begin{tframe}{Introduction}
\begin{itemize}
@@ -18,7 +16,7 @@
\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 http://blog.barisione.org/2007-09/torino-a-pretty-theme-for-latex-beamer/
+\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}
@@ -38,52 +36,108 @@
\end{tframe}
\begin{tframe}{Installation}
+Beamer2Thesis is distributed under:
\begin{itemize}
-\item Beamer2Thesis can be download from my personal page as a zip file
+\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/beamer2thesis.zip}{http://claudiofiandrino.altervista.org/beamer2thesis.zip}
+\item \href{http://claudiofiandrino.altervista.org/LaTeX/texlive_on_ubuntu_guide.pdf}{download the guide here}
\end{itemize}
-\item It can be installed with the standard procedure used to install a common package:
+
+\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 under Linux, you have just to copy (with proper permissions) into the directory \emph{/usr/share/texmf/tex/latex}, unzip it then use the command \emph{texhash}
-\item under Mac, similarly, you have just to copy into the directory \emph{/usr/local/texlive/texmf-local/tex/latex}, unzip it then use the command \emph{texhash}
+\item \href{http://claudiofiandrino.altervista.org/latex\_projects.html}{http://claudiofiandrino.altervista.org/latex\_projects.html}
\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}{Options}
+\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 main options
+\item beamer2thesis.pdf is the standard english guide which uses standard options
\item beamer2thesis\_ita.pdf is the italian guide with green colors
-\item beamer2thesis\_logos.pdf is the guide with red colors that show you how the second logo option is exploited
\end{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
\end{itemize}
\end{tframe}
-\begin{frame}[t,fragile]{Some general options}
-\begin{enumerate}
-\item The \verb!pageofpages! option defines the string between the current
+\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 \verb!titleline! option is set to \verb!true!, a horizontal line
+\item If the \highlight{titleline} option is set to \emph{true}, a horizontal line
is drawn below the title
-\item The \verb!titlepagelogo! is the name of the principal logo: it must be a .jpg, .pdf, .png picture since is used PDF\LaTeX{}
+ \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 to include the logo of your University, copy it into the Beamer2Thesis main directory and remember to do \emph{texhash}
+\item the default is \emph{false}
\end{itemize}
-\end{enumerate}
-\end{frame}
+\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 \verb!bullet! option can be used to choose the symbol used in
- bullet lists
+\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
@@ -108,22 +162,41 @@
\end{itemize}
\end{frame}
-\begin{tframe}{Languages}
+\begin{frame}[t,fragile]{Languages}
\begin{itemize}
\item There are two languages avaiable:
\begin{itemize}
\item english (default)
\item italian
\end{itemize}
-\item The choice of the language implies that in the titlepage, date and labels (supervisor, candidate, relatore, candidato) are shown with the proper language in an automatic way
+\item The choice of the language 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, use in the configuration phase:
+\verb!language=italian!
+\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 english/italian yet}
+\end{flushleft}
+do not be afraid and compile a second time: it will work!!
\end{itemize}
-\end{tframe}
+\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 \emph{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 have to insert it in the main directory (remember do a \emph{texhash} after you copy it)
+\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}
@@ -132,13 +205,63 @@
\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 \emph{secondcandidate} is set to \emph{true}
+\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}
+\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]{Finally: colors}
+\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}
@@ -146,6 +269,95 @@
\item green
\item red
\end{itemize}
-\item When the color is chosen setting the option \emph{color} to one of the list above, consequently headers, footers, title page, bullet and highlightings are set accordingly
+\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} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex
index 2c16877a786..9de202e09f0 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex
@@ -1,6 +1,4 @@
-\begin{frame}[plain]
-\titlepage
-\end{frame}
+\titlepageframe % Specific command
\begin{tframe}{Introduzione}
\begin{itemize}
@@ -18,7 +16,7 @@
\item TorinoTh (TorinoThesis) è un tema basato su Torino, un tema Beamer, estendendolo
\begin{itemize}
\item Torino è un tema realizzato da Marco Barisione
-\item http://blog.barisione.org/2007-09/torino-a-pretty-theme-for-latex-beamer/
+\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}
@@ -38,97 +36,217 @@
\end{tframe}
\begin{tframe}{Installazione}
+Beamer2Thesis è distribuito da:
\begin{itemize}
-\item Beamer2Thesis può essere scaricato dalla mia pagina personale come un file zip:
-\begin{itemize}
-\item \href{http://claudiofiandrino.altervista.org/beamer2thesis.zip}{http://claudiofiandrino.altervista.org/beamer2thesis.zip}
+\item TeX Live
+\item MiKTeX
\end{itemize}
-\item L'installazione avviene come un normale pacchetto \LaTeX{}:
+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 e un pò complicata, ma esiste una guida molto ben curata di Enrico Gregorio che vi può aiutare
\begin{itemize}
-\item su Linux, dovete semplicemente copiare lo zip (con i permessi di root) nella cartella \emph{/usr/share/texmf/tex/latex}, decomprimerlo e usare il comando \emph{texhash}
-\item su Mac, in maniera simile, dovete copiare il file nella cartella \emph{/usr/local/texlive/texmf-local/tex/latex}, decomprimerlo e usare il comando \emph{texhash}
+\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}
+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}{Opzioni}
+\begin{tframe}{Le guide}
\begin{itemize}
\item Le slide seguenti illustrano tutte le possibili opzioni selezionabili
-\item Come esempi dove le opzioni solo utilizzate, è possibile consultare le seguenti guide:
+\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
-\item beamer2thesis\_logos.pdf è la guida in inglese con tema di colore rosso in cui sono utilizzate le opzioni del secondo candidato e secondo logo
+\item beamer2thesis\_ita.pdf è la guida in italiano, con tema di colore verde e opzioni diverse da quelle standard
\end{itemize}
-\item Tutte le guide elencano le opzioni in generale; per osservare le specifiche configurazioni, leggete le differenti guide perchè ognuna di esse mostra in dettaglio la propria configurazione
\end{itemize}
\end{tframe}
-\begin{frame}[t,fragile]{Alcune opzioni generali}
+\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 \verb!pageofpages! definisce una stringa fra l'attuale numero di slide e il totale
+\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 \verb!titleline! è settata a \verb!true!, una linea orizzontale viene creata sotto il titolo della slide, con il colore del tema
-\item L'opzione \verb!titlepagelogo! rappresenta il nome del logo principale: deve essere un file .jpg, .pdf, .png perchè, come compilatore, è usato PDF\LaTeX{}
+\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à, copiatelo nella cartella principale di Beamer2Thesis e ricordatevi di dare il comando (da root) \emph{texhash}
+\item per includere il logo della vostra Università, seguite le procedure della prossima slide
\end{itemize}
\end{enumerate}
-\end{frame}
+\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 \verb!bullet! può essere usata per selezionare il simbolo da utilizzare negli elenchi puntati
+\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 indentazione di primo e terzo livello e un quadrato bianco all'interno
- ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\square$}}) per il secondo livello di indentazione
+ ({\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 indentazione
+ ({\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 indentazione di primo e terzo livello e un triangolo bianco all'interno
- ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\vartriangleright$}}) per il secondo livello di indentazione
+ ({\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 indentazione di primo e terzo livello e un cerchio bianco all'interno
- ({\usebeamercolor[fg]{item}\tiny\raise0.2ex\hbox{$\circ$}}) per il secondo livello di indentazione
+ ({\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{tframe}{Lingue}
+\begin{frame}[t,fragile]{Lingue}
\begin{itemize}
\item Sono disponibili due lingue:
\begin{itemize}
\item inglese (default)
-\item italiana
+\item italiano
\end{itemize}
-\item La scelta delle lingue implica che nella pagina iniziale, date e labels (supervisor, candidate, relatore, candidato) siano riportate esattamente in modo automatico
+\item La scelta delle lingue implica che, nella pagina iniziale, date e label (Supervisor, Candidate, Relatore, Candidato) siano riportate esattamente in modo automatico
+\item Per selezionare la lingua italiana, usate nel preambolo:
+\verb!language=italian!
+\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 english/italian yet}
+\end{flushleft}
+non spaventatevi e compilate nuovamente: funzionerà!
\end{itemize}
-\end{tframe}
+\end{frame}
\begin{frame}[t,fragile]{Secondo logo}
\begin{itemize}
-\item Se, per qualche ragione, a qualcuno serve poter inserire un secondo logo (ad esempio per una tesi di laurea con doppio titolo), un'opzione permette di inserirlo nella pagina iniziale
-\item Quando l'opzione \emph{secondlogo} è \emph{true}, è necessario 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, la quale deve essere copiata nella directory principale (ricordatevi di utilizzare \emph{texhash} dopo la copia)
+\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 di laurea: Beamer2Thesis gestisce con facilità questo caso
+\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{name-surname}! quando l'opzione \emph{secondcandidate} è \emph{true}
+\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]{Infine i colori}
+\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}
@@ -136,6 +254,93 @@
\item verde
\item rosso
\end{itemize}
-\item La sfumatura desiderata viene scelta con l'opzione \emph{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 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/Master/texmf-dist/doc/latex/beamer2thesis/license b/Master/texmf-dist/doc/latex/beamer2thesis/license
index 71beb12a09c..e1e4d0efefb 100644
--- a/Master/texmf-dist/doc/latex/beamer2thesis/license
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/license
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% Copyright 2011 Fiandrino Claudio
+% Copyright 2011 Claudio Fiandrino
%
% Beamer2Thesis
%