UPC-beamer-template
Autor:
Jose Pérez Cano
Last Updated:
hace 2 años
License:
Creative Commons CC BY 4.0
Resumen:
UPC Image processing group template for presentations.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Based on the "TASS-2018-Presentation" template
%% (https://github.com/blackzaku/TASS-2018-Presentation)
%%
%% Adapted by Jose Pérez Cano, October 2022
%% (joseperez2000@hotmail.es)
%%
%% Last update: 02/10/2022 (English Support)
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
\documentclass{beamer}
\usepackage{babel}
\usepackage{caption}
\usepackage{color}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{graphicx}
\usepackage{soul}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{xstring}
\graphicspath{{./images/}}
\PassOptionsToPackage{unicode}{hyperref}
\PassOptionsToPackage{naturalnames}{hyperref}
% \captionsetup[table]{font=scriptsize}
\usepackage{booktabs}
%%
% load layout
\usepackage{theme}
\setUPCLayout{draft,newlogo}
\newcommand{\nologo}{\setbeamertemplate{logo}{}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Info %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% title
\title{Title}
% author
% (In the mandatory argument "{}", separate multiple
% authors with "\and" - use "\\" for better author name formatting
% in the title page. In the optional argument "[]" include all
% author names, with no "\and" or text formatting macros.)
% Example:
%\author[A. Author Albert Einstein]{Anthony Author \and Albert Einstein}
\author[Abbr]{Authors}
% Address
\subtitle{\textsc{Subtitle}}
\logo{\AddToShipoutPictureFG{
\AtPageMyLowerLeft{{\includegraphics[height=0.7cm,keepaspectratio]{\smalllogo}}}
}}
\institute{\textsc{Universitat Politècnica de Catalunya} \\
Image Processing Group \\
[5pt]{\includegraphics[height=1.5cm,keepaspectratio]{\fulllogo}} \\
[5pt]{ Carrer de Jordi Girona, 1-3, 08034 Barcelona \\
EMAILS\\}
}
% date
\presentationDate{DATE}
%%%%%%%%%%%%%%%%
\begin{document}
% typeset front slides
\typesetFrontSlides
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% SECTION 1
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{SECTION 1}
\subsection{SUBSECTION 1.1}
\begin{frame}{FRAME NAME}
\framesubtitle{FRAME SUBTITLE}
TEXT
\end{frame}
\subsection{SUBSECTION 1.2}
\begin{frame}{FRAME NAME}
\framesubtitle{FRAME SUBTITLE}
TEXT WITH CITE \cite{hochreiter1997long}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% CLOSING
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Acknowledgements}
\centering
INCLUDE FUNDING
\end{frame}
\begin{frame}[allowframebreaks]{References}
\bibliographystyle{apalike}
\bibliography{bibliography.bib}
\end{frame}
%%
\end{document}