Tulane University Beamer or Presentation Template
Auteur
Dipendranath Mahato
Last Updated
il y a 2 ans
License
Creative Commons CC BY 4.0
Résumé
This is a Presentation beamer or template for Tulane University
\documentclass[9pt]{beamer}
\mode<presentation>
% Theme choice:
\usetheme{Madrid}%Darmstadt
\usecolortheme[RGB={0,100,50}]{structure}
\usefonttheme{structurebold}
\setbeamercovered{invisible}
%\setbeamertemplate{navigation symbols}{}
\usepackage{dynblocks}
\usepackage{textpos}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{mathtools}
\usepackage{dutchcal}
\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% Title page details:
\title[Beamer Name]{Presentation Title} %add title
\author[Author name in the beamer]{ \textbf{\Large Author Name}} %Add author
\institute[Associated University]{\large Presenters Position \\Associated Depertment
}
\titlegraphic{\includegraphics[width=5cm]{Logo1.eps}}
\date{}
% Logo only on title page
%\logo{\includegraphics[width=1cm,keepaspectratio]{Logo.png}}
\usepackage[pscoord]{eso-pic}
\begin{document}
% Title page frame
%\begin{frame}
%\titlepage
%\end{frame}
\frame[plain]{\titlepage}
%logo
\AddToShipoutPictureFG{
\put(\LenToUnit{.92\paperwidth},
\LenToUnit{.185\paperheight})
{\vtop{{\null}
\makebox{\includegraphics[width=.8cm,keepaspectratio]{Logo.png}}}}}
\begin{frame}{Outline}
\tableofcontents
\end{frame}
\section{Section 1}
\begin{frame}{Frame 1.1}
\begin{block}{Block 1.1.1}
Body of the block
\end{block}
\pause
\begin{block}{Block 1.1.2}
Body of the block
\end{block}
\pause
\begin{block}{Block 1.1.3}
Body of the block
\end{block}
\end{frame}
\begin{frame}{Frame 1.2}
\begin{block}{Block 1.2.1}
Body of the block
\end{block}
\end{frame}
\section{Section 2}
\begin{frame}{Frame 2.1}
\begin{block}{Block 2.1.1}
Body of the block
\end{block}
\pause
\begin{block}{Block 2.1.2}
Body of the block
\end{block}
\end{frame}
\begin{frame}{Frame 2.2}
\begin{block}{Block 2.2.1}
Body of the block
\end{block}
\pause
\begin{block}{Block 2.2.2}
Body of the block
\end{block}
\end{frame}
\section{Applications}
\begin{frame}{Frame Application}
\begin{block}{Block 1}
Body of the block
\end{block}
\pause
\begin{block}{Block 2}
Body of the block
\end{block}
\end{frame}
\section{Reference}
\begin{frame}{Reference}
\begin{block}{Reference1}
\begin{thebibliography}{1}
\bibitem{1} Ref 1
\bibitem{2} Ref 2
\bibitem{3} Ref 3
\bibitem{4} Ref 4
\end{thebibliography}
\end{block}
\end{frame}
\end{document}