Skip to content
Snippets Groups Projects
Commit 88d38421 authored by Gonzalez Bascoy, Pedro's avatar Gonzalez Bascoy, Pedro
Browse files

first commit

parents
No related branches found
No related tags found
No related merge requests found
*.out
*.aux
*.log
*.nav
*.snm
*.gz
*.toc
*.vrb
*.pdf
File added
This diff is collapsed.
File added
This diff is collapsed.
File added
This diff is collapsed.
File added
% Inbuilt themes in beamer
\documentclass{beamer}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[natbibapa]{apacite}
\usepackage{mathtools}
\usepackage{xcolor}
\usepackage[linguistics]{forest}
\usepackage{fancyvrb}
\usepackage{tikz-dependency}
\usepackage{subfig}
\usepackage{array}
% Theme choice:
\usetheme{boxes}
% Title page details:
\title{\textit{Título}}
\subtitle{Subtítulo}
\author{\texttt{<my.email@tecnalia.com>}}
\date{\today}
\addtobeamertemplate{navigation symbols}{}{%
\usebeamerfont{footline}%
\usebeamercolor[fg]{footline}%
\hspace{1em}%
\insertframenumber/\inserttotalframenumber
}
\usepackage{booktabs}
\definecolor{color1}{HTML}{1F1F1F}
\definecolor{color2}{HTML}{ff6700}
%\setbeamercolor{title}{fg=color2}
%\setbeamercolor{author}{fg=color1}
%\setbeamercolor{institute}{fg=color1}
\setbeamercolor{frametitle}{fg=color1}
%\setbeamercolor{block title}{fg=color2}
%\setbeamercolor{itemize item}{fg=color2}
%\setbeamercolor{date}{fg=color1}
\usecolortheme[named=color2]{structure}
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{resources/bg_regular.pdf}}
\begin{document}
\AtBeginSection[]
{
\begin{frame}<beamer>
\frametitle{Índice}
\tableofcontents[currentsection]
\end{frame}
}
{
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{resources/bg_title.pdf}}
% Title page frame
\begin{frame}
\titlepage
\end{frame}
}
{
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{resources/bg_moto.pdf}}
% Title page frame
\begin{frame}[fragile]
\vspace{1.1cm}
\begin{center}
\scalebox{1.5}{
\begin{tabular}{>{\bfseries\LARGE}c}
Creating \\
Growth\\[0.15cm]
Improving\\
Society
\end{tabular}
}
\end{center}
\end{frame}
}
\end{document}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment