summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-27 22:14:04 +0000
committerKarl Berry <karl@freefriends.org>2015-11-27 22:14:04 +0000
commite030c72cb82752f6348535873fafd292d6b0e2bd (patch)
tree271d78bc81cb3d4bd57d7a03fedbdcf108f780b5 /Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex
parenta1649a0bb25c4b09335677c85aa501dba58a1086 (diff)
beamer-verona (27nov15)
git-svn-id: svn://tug.org/texlive/trunk@38958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex111
1 files changed, 41 insertions, 70 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex
index cfc3e71b586..fc1d466d537 100644
--- a/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex
+++ b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona.tex
@@ -10,25 +10,24 @@
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
-\documentclass{beamer}
+\documentclass[10pt]{beamer}
\usetheme{Verona}
\title{Verona -- a theme for Beamer}
-\subtitle{Version 0.1}
-\author[Ivan Valbusa]{Ivan Valbusa\\\scriptsize\texttt{ivan dot valbusa at univr dot it}}
+\subtitle{Version 0.1a}
+\author[Ivan Valbusa]{Ivan Valbusa\texorpdfstring{\\}{}\scriptsize\texttt{ivan dot valbusa at univr dot it}}
\institute[University of Verona]{Department of Philology, Literature, and Linguistics\\
University of Verona}
-\date{\today}
+\date{November 27, 2015}
\begin{document}
+% ----------- FRAME ------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[plain]
\titlepage
\end{frame}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ----------- FRAME ------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[b,plain]
@@ -40,6 +39,7 @@ Some or all the elements could change in the next versions.
\vfill
+\color{gray}
\small
\noindent Copyright \copyright\ 2015 Ivan Valbusa.
\bigskip
@@ -55,86 +55,57 @@ terms of the LaTeX Project Public License, version 1.3c ora later (\url{http://l
\bigskip
\end{frame}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ----------- FRAME ------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\begin{frame}[fragile]{How to load the theme}
+\begin{frame}{How to use the theme?}
-If you do not like sectioning:
-\begin{itemize}
-\item \verb!\usetheme{Verona}!
-\end{itemize}
+If you can use Beamer than you can use this theme:
+\begin{description}
+\item[\TeX Live] \$ \alert{\texttt{texdoc beamer}}
+\item[Online] \url{http://bitbucket.org/rivanvx/beamer}
+\end{description}
-If you like sectioning:
-\begin{itemize}
-\item \verb!\usetheme[secheader]{Verona}!
-\end{itemize}
-\end{frame}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% ----------- FRAME ------------
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\begin{frame}{Coming soon}
+\bigskip
+
+Templates:\\
+\alert{\texttt{usr/local/texlive/\the\year/texmf-dist/doc/latex/beamer/solutions} }
-A template will be available as soon as possible
+\smallskip
+This folder is in the \TeX Live distribution\\
+installed on your computer!
\end{frame}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ----------- FRAME ------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\begin{frame}{Blocks}
+\begin{frame}[fragile]{How to load the theme?}
-\begin{block}{Normal block}
-Lorem ipsum dolor sit amet
+\begin{block}{If you do not like sectioning}
+\verb!\usetheme{Verona}!
\end{block}
-\begin{exampleblock}{Example block}
-Lorem ipsum dolor sit amet
-\end{exampleblock}
+\begin{block}{If you like sectioning}
+\verb!\usetheme[showheader]{Verona}!
+\end{block}
-\begin{alertblock}{Alert block}
-Lorem ipsum dolor sit amet
+\begin{alertblock}{Color options}
+\verb!\usetheme[blue]{Verona}!\\
+\verb!\usetheme[red]{Verona}!\\
+\verb!\usetheme[gray]{Verona}!\\
+\end{alertblock}
+\begin{alertblock}{Boxes}
+\verb!\usetheme[colorblocks]{Verona}!\\
+\end{alertblock}
+\begin{alertblock}{Frame title}
+\verb!\usetheme[graytitle]{Verona}!
\end{alertblock}
\end{frame}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% ----------- FRAME ------------
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\begin{frame}{Itemize}
-\begin{itemize}
-\item one
-\item two
-\begin{itemize}
-\item one
-\item two
-\item three
-\end{itemize}
-\item three
-\end{itemize}
-
-\end{frame}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% ----------- FRAME ------------
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\begin{frame}{Description}
-\begin{description}
-\item[Plato] A philosopher
-\item[Hegel] A philosopher
-\item[Peirce] Peirce
-\end{description}
-
-\end{frame}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ----------- FRAME ------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\begin{frame}{Enumerate}
-
-\begin{enumerate}
-\item One
-\item Two
-\item Three
-\end{enumerate}
-
+\setbeamertemplate{background canvas}[vertical shading][top=gray,bottom=gray,middle=white,midpoint=0.9]
+\begin{frame}[plain]{}
+\vspace*{7cm}
+\small
+\textcolor{black!10}{Typeset with \LaTeX{} and Beamer class}
\end{frame}
-
\end{document}