diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-18 00:48:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-18 00:48:50 +0000 |
commit | 11a0dd5cb2157cda4d44577171fb818fb1907fa4 (patch) | |
tree | e5f8254138caf985184527f75482fe9fb4b057aa /Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex | |
parent | d0258084f13903296356f63b4b09b55e6d0012b6 (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_logos.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex new file mode 100644 index 00000000000..b27f67b3d74 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_logos.tex @@ -0,0 +1,53 @@ +\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} |