MSU Beamer or Presentation Template
Forfatter
Meiqi Liu
Sidst opdateret
2 år siden
Licens
Creative Commons CC BY 4.0
Resumé
A template for slides with MSU features
A template for slides with MSU features
\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}
\usepackage[affil-it]{authblk}
\usepackage{etoolbox}
\usepackage{lmodern}
\makeatletter
\patchcmd{\@maketitle}{\LARGE \@title}{\fontsize{18}{19.2}\selectfont\@title}{}{}
\makeatother
\renewcommand\Authfont{\fontsize{12}{14.4}\selectfont}
\renewcommand\Affilfont{\fontsize{9}{10.8}\itshape}
% Title page details:
\title[Presentation]{Presentation} %add title
\institute[Michigan State University]{\textbf{\large MELANIE BIRKE, HOLGER DETTE %add name
% \hspace{0.5pt}
\\ \qquad
\\Presented by XXX
\\Department of XXX}
}
% \titlegraphic{\includegraphics[width=5cm]{msu.eps}}
\titlegraphic{\includegraphics[width=5cm]{msu.png}}
\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}
\begin{frame}{Thank You}
\begin{figure}
\centering
\includegraphics[width = 9cm]{thank you.png}
\end{figure}
\end{frame}
\end{document}