diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-19 23:49:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-19 23:49:39 +0000 |
commit | a2e40347ce33680ff47dd43b61a93e38559de7e6 (patch) | |
tree | de96f7fdc1f71b65d150a30f8c89fbbe25463de1 /Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex | |
parent | d033dd6b59e70d2daf205b3a285f3aad2228b96f (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/beamer2thesis/beamer2thesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex | 44 |
1 files changed, 27 insertions, 17 deletions
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 |