diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer-verona/beamer-verona-sidebar.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer-verona/beamer-verona-sidebar.tex | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona-sidebar.tex b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona-sidebar.tex new file mode 100644 index 00000000000..e0e27843385 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer-verona/beamer-verona-sidebar.tex @@ -0,0 +1,113 @@ +% !TEX TS-program = pdflatex +% !TEX encoding = UTF-8 Unicode + +\documentclass{beamer} + +\usetheme[ + sidebar, +% red, +% gray, +% graytitle, +% colorblocks, +% noframetitlerule + ]{Verona} + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{lipsum} + +\title{A simple template} +\subtitle{With a subtitle} +\author[Ivan Valbusa]{Ivan Valbusa} +\mail{ivan dot valbusa at univr dot it} +\institute[University of Verona]{Department of Philology, Literature, and Linguistics\\ +University of Verona} +\date{November 27, 2015} +\titlegraphic[width=5cm]{plato-aristotle}{} + +%\setbeamersize{sidebar width right=5.5cm} +%\setbeamerfont*{quotation}{series=\rmfamily\em} + +\begin{document} + +\maketitle +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ----------- FRAME ------------ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Lorem ipsum}{Sed commodo posuere pede} + +\sidegraphics<1>{plato-aristotle}{opacity=0.3,scale=1.1}% +\sidegraphics<2>{plato-aristotle}{opacity=0.6,scale=1.1} +\sidegraphics<3>{plato-aristotle}{scale=1.1} + + \begin{block}{Block title} + Cras viverra metus rhoncus sem. + \end{block} + + \begin{itemize} + \item Lorem ipsum dolor sit amet + \item Consectetuer adipiscing elit + \item Ut purus elit, vestibulum ut + \end{itemize} + +\begin{quotation}[Donald E. Knuth, \emph{The \TeX book}] +Gentle reader: This is a handbook about \TeX, a new typesetting system G intended for the creation of beautiful books—and especially for books that contain a lot of mathematics. +\end{quotation} + +\end{frame} + +% Set the sidebar image for all the following frames: +\setbeamertemplate{sidebar right}{% +\sidegraphics[trim=1.5cm 0 0 0,clip]{plato-aristotle}{scale=3}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ----------- FRAME ------------ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Lorem ipsum}{Sed commodo posuere pede} + + \begin{alertblock}{Alert block title} + Nulla et lectus vestibulum urna + \end{alertblock} + + + \begin{enumerate}[<+->] + \item Curabitur dictum gravida + \item Nam arcu libero eget + \item Consectetuer id vulputate + \end{enumerate} + +\begin{quotation}[Donald E. Knuth, \emph{The \TeX book}] +Gentle reader: This is a handbook about \TeX, a new typesetting system G intended for the creation of beautiful books—and especially for books that contain a lot of mathematics. +\end{quotation} + +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ----------- FRAME ------------ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Lorem ipsum}{Sed commodo posuere pede} + + \begin{exampleblock}{Example block title} + Aenean faucibus. Morbi dolor nulla, malesuada eu, pulvinar at, + mollis ac + \end{exampleblock} + + \begin{description}[<+->] + \item[one] \alert<2>{Duis eget orci sit amet} + \item[two] \alert<3>{Orci dignissim rutrum} + \item[three] \alert<4>{Sodales, sollicitudin vel, wisi} + \end{description} + +\onslide<4> + + \begin{quotation}[Donald E. Knuth, \emph{The \TeX book}] +Gentle reader: This is a handbook about \TeX, a new typesetting system G intended for the creation of beautiful books—and especially for books that contain a lot of mathematics. +\end{quotation} + +\sidegraphics[trim=4cm 7cm 1cm 0,clip,width=2cm]{plato-aristotle}{xshift=3cm,opacity=0.8} + + +\end{frame} + +\end{document} + + |