UNFV PRESENTACION TESISTAS
Autor
Gustavo Delgado
Last Updated
hace un año
License
Creative Commons CC BY 4.0
Resumen
Presentacion para tesistas, matematica, fisica, ing, etc.
Presentacion para tesistas, matematica, fisica, ing, etc.
%tipo de documento
\documentclass{beamer}
%Tema
\usetheme{Madrid}
%Color del texto en título
\definecolor{UBCblue}{rgb}{0.6,0.6,0.6} % UBC Blue (primary)0.37, 0.15, 0.10
%Color del encabezado
\definecolor{ColorUNFV}{rgb}{0.37,0.15,0.10} % UBC Blue (primary)
\usecolortheme[named=UBCblue]{structure}
\useinnertheme{circles}
\setbeamercolor{titlelike}{parent=structure,bg=ColorUNFV}
\addtobeamertemplate{footnote}{\vspace{-6pt}\advance\hsize-0.5cm}{\vspace{6pt}}
\makeatletter
% Alternative A: footnote rule
\renewcommand*{\footnoterule}{\kern -3pt \hrule \@width 2in \kern 8.6pt}
% Alternative B: no footnote rule
% \renewcommand*{\footnoterule}{\kern 6pt}
\makeatother
\usepackage[utf8]{inputenc} % Required for inserting images
\usepackage{amsmath}
\usepackage[spanish]{babel}
\decimalpoint
\usepackage{listings}
\usepackage{hyperref}
\usepackage{tikz}
\usepackage{pgfplots}
\tikzset{declare function = {
H(\x,\y)=(\x)*(\x)*(\x)*(\x)+(\y)*(\y)*(\y)*(\y)-\x;
acosh(\x)=ln(\x + sqrt(\x-1)*sqrt(\x+1));}}
\usepackage[beamer]{ragged2e}
\usepackage[style=apa,autocite=footnote]{biblatex}
\usepackage{csquotes}
\usepackage{enumitem}
\usepackage{xcolor}
\newcounter{nameOfYourChoice}
\addbibresource{Referencias1.bib}
\DeclareMathOperator{\acosh}{acosh}
\usepackage{filecontents}
\pgfplotsset{compat=newest}
\titlegraphic {
\begin{tikzpicture}[overlay,remember picture]
\node[left=0.2cm] at (current page.335){
\includegraphics[width=2cm]{Imagenes/FIC.jpeg}
};
\node[right=0.2cm] at (current page.207){
\includegraphics[width=2cm]{Imagenes/UNFV.png}
};
\end{tikzpicture}
}
\title[CONCURSO DE TESISTAS]{CONCURSO DE TESISTAS\\ Resolución de problemas propuestos}
\author[Gustavo Delgado]{GUSTAVO IVÁN DELGADO ROMERO}
\institute[UNFV-FIC]{
\inst{}%
Facultad de Ingeniería Civil\\
Universidad Nacional Federico Villarreal
}
\date{Junio 2023}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Contenido}
\tableofcontents[hideallsubsections]
\end{frame}
\input{0.1 Int}
\input{1 P1}
\input{3 P3}
\begin{frame}[noframenumbering,plain,allowframebreaks]{Referencias}
\printbibliography[heading=none]
\end{frame}
\end{document}