summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-18 00:48:50 +0000
committerKarl Berry <karl@freefriends.org>2011-01-18 00:48:50 +0000
commit11a0dd5cb2157cda4d44577171fb818fb1907fa4 (patch)
treee5f8254138caf985184527f75482fe9fb4b057aa /Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex
parentd0258084f13903296356f63b4b09b55e6d0012b6 (diff)
new latex package beamer2thesis (18jan11)
git-svn-id: svn://tug.org/texlive/trunk@21108 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex
new file mode 100644
index 00000000000..75022b97d06
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex
@@ -0,0 +1,47 @@
+\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}
+
+\author{Claudio Fiandrino}
+\rel{Mario Rossi}
+\title{Beamer2Thesis, thesis theme for Beamer}
+\ateneo{Politecnico di Torino}
+\date{\today}
+
+\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=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 \emph{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{itemize}
+\item<+-| alert@+> Apple
+\item<+-| alert@+> Peach
+\end{itemize}
+\end{tframe}
+
+\input{../content_end.tex}
+\end{document} \ No newline at end of file