From d6c61d988bfa4255baf9cdae42db59ebee38363f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 25 May 2021 17:10:49 +0200 Subject: Added files --- src/Lecture3/live/beamer.tex | 84 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 src/Lecture3/live/beamer.tex (limited to 'src/Lecture3/live/beamer.tex') diff --git a/src/Lecture3/live/beamer.tex b/src/Lecture3/live/beamer.tex new file mode 100644 index 0000000..fd9ddcf --- /dev/null +++ b/src/Lecture3/live/beamer.tex @@ -0,0 +1,84 @@ +\documentclass[11pt]{beamer} +\usetheme{Madrid} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} + +\author[Tronto]{Sebastiano Tronto} +\title[Example]{Example presentation} + +\newtheorem{prop}{Proposition} + +\setbeamercovered{transparent} +\setbeamertemplate{navigation symbols}{} +\logo{\includegraphics[scale=0.05]{unilu.jpg}} + +%\date{} + + +\begin{document} + +\begin{frame} +\titlepage +\end{frame} + +%\begin{frame} +%\tableofcontents +%\end{frame} + +\section[this]{This is the first section} + +\begin{frame}{Frame number one} +\uncover<2->{ +\begin{align*} + \sum_{i=1}^n\frac{i}{2} +\end{align*} +} + +\begin{itemize}[<+->] +\item One item +\item another random things +\item third line +\item fourth element +\end{itemize} +\end{frame} + +\begin{frame}{A second frame} +\begin{theorem} +A theorem +\end{theorem} + +{ + +\setbeamercolor{block body}{fg=red,bg=gray} +\begin{prop} +My proposition +\end{prop} +} + +\begin{block}{Title of the block} +this is my custom block +\end{block} + +\end{frame} + +\begin{frame}{Columns} +\begin{columns} + \column{0.5\textwidth} + \begin{itemize}[<+->] + \item One item + \item another random things + \item third line + \item fourth element + \end{itemize} + + \column{0.2\textwidth} + hello + + \column{0.3\textwidth} + \includegraphics[scale=0.1]{unilu.jpg} +\end{columns} +\end{frame} + +\end{document} \ No newline at end of file -- cgit v1.3