University of Georgia (UGA) Template
作者:
Colt Jensen
最近上传:
1 年前
许可:
Creative Commons CC BY 4.0
摘要:
A presentation template (beamer) for The University of Georgia (UGA).
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{multirow,rotating}
\usepackage{color}
\usepackage{hyperref}
\usepackage{tikz-cd}
\usepackage{array}
\usepackage{siunitx}
\usepackage{graphicx}
\usepackage{tcolorbox}
\usepackage{mathtools,nccmath}%
\usepackage{etoolbox, xparse}
\usetheme{CambridgeUS}
\usecolortheme{dolphin}
% set colors
\definecolor{myNewColorA}{RGB}{186,12,47} %Bulldog Red
\definecolor{myNewColorB}{RGB}{0,163,173} % Lake Herrick Blue
\definecolor{myNewColorC}{RGB}{0, 0,0} %Arch Black
\definecolor{myNewColorD}{RGB}{255,255,255} % Chapel Bell White
\setbeamercolor*{palette primary}{bg=myNewColorC}
\setbeamercolor*{palette secondary}{bg=myNewColorB, fg = white}
\setbeamercolor*{palette tertiary}{bg=myNewColorA, fg = white}
\setbeamercolor*{titlelike}{fg=myNewColorA}
\setbeamercolor*{title}{bg=myNewColorA, fg = white}
\setbeamercolor*{item}{fg=myNewColorA}
\setbeamercolor*{caption name}{fg=myNewColorA}
\setbeamercolor{alerted text}{fg=myNewColorB}
\setbeamercolor{alerted text}{bg=myNewColorC}
\setbeamercolor{block title}{bg=myNewColorA,fg=myNewColorC}
\setbeamercolor{block body}{bg=myNewColorD}
\usefonttheme{professionalfonts}
\usepackage{natbib}
\usepackage{hyperref}
%------------------------------------------------------------
% \titlegraphic{\includegraphics[height=0.75cm]{ua_eng_logo.png}}
% logo of my university
\titlegraphic{%
\includegraphics[width=3.0cm]{UGAlogo.png}
}
\setbeamerfont{title}{size=\large}
\setbeamerfont{subtitle}{size=\small}
\setbeamerfont{author}{size=\small}
\setbeamerfont{date}{size=\footnotesize}
\setbeamerfont{institute}{size=\footnotesize}
\title[Title]{Presentation Title}%title
%\subtitle{ }%%subtitle
\author[Go Dawgs]{Go Dawgs\inst{1} and UGA\inst{1}}%%authors
\institute[UGA]{The University of Georgia\inst{1}}
\date[\textcolor{white}{Conference Name, 2022}]
{Conference full name\\
Aug 29-30, 2022}
%------------------------------------------------------------
%This block of commands puts the table of contents at the
%beginning of each section and highlights the current section:
%\AtBeginSection[]
%{
% \begin{frame}
% \frametitle{Contents}
% \tableofcontents[currentsection]
% \end{frame}
%}
\AtBeginSection[]{
\begin{frame}
\vfill
\centering
\begin{beamercolorbox}[sep=8pt,center,shadow=true,rounded=true]{title}
\usebeamerfont{title}\insertsectionhead\par%
\end{beamercolorbox}
\vfill
\end{frame}
}
% ------Contents below------
%------------------------------------------------------------
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Outline}
\tableofcontents
\end{frame}
\AtBeginSection[]
{
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentsection]
\end{frame}
} % Remove this if it is too confusing during practice presentations
% \section{Introduction}
\section{Introduction}
\begin{frame}
\frametitle{Introduction}
\begin{enumerate}[(I)]
\item Point 1
\vspace{3mm}
\vspace{3mm}
\item Point 2
\vspace{3mm}
\vspace{3mm}
\item Point 3
\end{enumerate}
\end{frame}
%------------------------------------------------------------
\section{Fight Song}
\begin{frame}
\frametitle{Glory, Glory Fight Song}
•Glory, glory to old Georgia!
Glory, glory to old Georgia!
\vspace{3mm}
\begin{alertblock}{Glory, Glory}
Glory, glory to old Georgia!
G-E-O-R-G-I-A
\end{alertblock}
\vspace{3mm}
\vspace{3mm}
\begin{block}{Glory, Glory}
Glory, glory to old Georgia!
G-E-O-R-G-I-A
\end{block}
\end{frame}
\section{Conclusion}
\begin{frame}{Conclusion}
\begin{enumerate}[(1)]
\item Point 1
\vspace{3mm}
\vspace{3mm}
\item Point 2
\vspace{3mm}
\vspace{3mm}
• Point 2a
\end{enumerate}
\end{frame}
\section{Contact Information}
\begin{frame}
\textcolor{myNewColorC}{\huge{\centerline{Thank you!}}}
\vspace*{0.5cm}
\textcolor{myNewColorA}{\Large{\centerline{E-mail: GoDawgs@uga.edu}}}
\end{frame}
\end{document}