summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex
new file mode 100644
index 00000000000..55edf72bf8e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex
@@ -0,0 +1,46 @@
+\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}
+
+\author{Claudio Fiandrino}
+\rel{Mario Rossi}
+\title{Beamer2Thesis, thesis theme for Beamer}
+\ateneo{Politecnico di Torino}
+\date{\today}
+
+\begin{document}
+\input{content_initial_ita}
+
+\begin{frame}[t,fragile]{Configurazione}
+\begin{itemize}
+\item La configurazione con il colore attuale รจ:
+\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}
+\end{itemize}
+\end{frame}
+
+\begin{tframe}{Comportamento con alert}
+Con la colorazione verde, un testo evidenziato viene presentato:
+\begin{itemize}
+\item<+-| alert@+> Apple
+\item<+-| alert@+> Peach
+\end{itemize}
+\end{tframe}
+
+\input{content_end_ita.tex}
+\end{document} \ No newline at end of file