LaRotondaBlog_Beamer_template
作者:
La Rotonda Blog
最近上传:
3 年前
许可:
Creative Commons CC BY 4.0
摘要:
Using Metropolis theme, we have done modify to have nice slides
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%====================================================================================
% Preamble
%------------------------------------------------------------------------------------
\documentclass[10pt, aspectratio=169, compress]{beamer}
% Beamer adjust
\usetheme[progressbar=frame title, numbering=fraction]{metropolis}
\useoutertheme[subsection=false]{miniframes}
\setbeamercolor{section in head/foot}{fg=white, bg=mDarkTeal}
\setbeamercolor{background canvas}{bg=white}
\setbeamerfont{section in head/foot}{series=\bfseries}
\setbeameroption{show notes}
\setbeamertemplate{section in toc}[sections numbered]
\setbeamertemplate{subsection in toc}[subsections numbered]
\setbeamertemplate{subsection in toc}
%Colores del beamer
\setbeamercolor{section in head/foot}{bg=larotonda1}
\setbeamercolor{palette primary}{bg=larotonda1}
\setbeamercolor{progress bar}{fg=larotonda3,bg=larotonda4!50}
% Essential Packages
\input{4Packages/Packs}
%====================================================================================
%====================================================================================
% Body
%------------------------------------------------------------------------------------
% Title Page -------------------------
\title{LA ROTONDA BLOG}
\author{Autor(es)}
\institute{\large La Rotonda Blog {
\texttt{\href{https://twitter.com/BlogRotonda}{\twitter}}}
\texttt{\href{https://www.facebook.com/larotonda.blog}{{\facebook}}}
\texttt{\href{https://www.instagram.com/larotondablog/?hl=es-la}{{\instagram}}}
}
\titlegraphic{\hfill\includegraphics[height=2cm]{3Figures/0Caratula/LOGO2.png}}
\date{\today}
% STAR ------------------------------
\begin{document}
\begin{frame}[plain]
\maketitle
\end{frame}
% Sections -----------------------------------------
%1) Ejempplo 1 --------------------
\include{2Sections/sec_01}
%2) Ejemplo 2 --------------------
\include{2Sections/sec_02}
%3) Referencia --------------------
\include{2Sections/sec_03}
%4) Last --------------------------
\miniframesoff
\begin{frame}[plain, standout]
\begin{figure}
\centering
\includegraphics[width = 0.5\linewidth]{3Figures/0Caratula/larotonda.png}
\end{figure}
\end{frame}
% END ------------------------------
\end{document}
%====================================================================================