Project Latex Presentation

Project Latex Presentation
This commit is contained in:
Enrique Andrade Gonzalez 2017-11-09 10:58:11 +00:00
parent 99d1428936
commit ddc8281f63
5 changed files with 149 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,14 @@
\mode<presentation>
\setbeamercolor*{title page header}{fg=white}
\setbeamercolor*{author}{fg=white}
\setbeamercolor*{date}{fg=white}
\setbeamercolor*{institute}{fg=white}
\setbeamercolor*{sectiontitle}{fg=black}
\setbeamercolor*{item}{fg=azulunam}
\setbeamercolor{block title}{use=structure,fg=white,bg=azulunam}
\mode<all>

View File

@ -0,0 +1,60 @@
\mode<presentation>
\setbeamertemplate{background}{
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\fill[color=orounam] (0,0) rectangle(\the\paperwidth, \the\paperheight);
\fill[color=azulunam] (0,0) rectangle(0.59\paperwidth, \the\paperheight);
\fill[color=azulunam] (0.60\paperwidth,0.41\paperheight) rectangle(\the\paperwidth, \the\paperheight);
\fill[color=azulunam] (0.77\paperwidth,0) rectangle(\the\paperwidth, 0.40\paperheight);
%\useasboundingbox (0.77\paperwidth,0) rectangle(\the\paperwidth, 0.40\paperheight);
\fill[color=azulunam] (0.60\paperwidth,0) rectangle(0.76\paperwidth, 0.23\paperheight);
\fill[color=azulunam] (0.60\paperwidth, 0.24\paperheight) rectangle(0.69\paperwidth, 0.40\paperheight);
\fill[color=azulunam] (0.70\paperwidth, 0.31\paperheight) rectangle(0.76\paperwidth, 0.40\paperheight);
\fill[color=azulunam] (0.72\paperwidth, 0.24\paperheight) rectangle(0.76\paperwidth, 0.30\paperheight);
\fill[color=azulunam] (0.70\paperwidth, 0.24\paperheight) rectangle(0.71\paperwidth, 0.28\paperheight);
\ifnum\thepage>1\relax%
\fill[white, opacity=1] (0,0) rectangle(\the\paperwidth, \the\paperheight);
\includegraphics[width=\paperwidth, height=0.8\paperheight, angle=75]{images/forma4.jpg}
\fi
\end{tikzpicture}
}
\setbeamerfont{date}{size=\small, shape=\upshape}
\setbeamerfont{title}{size=\huge, shape=\scshape}
\setbeamerfont{institute}{size=\tiny, shape=\itshape}
\defbeamertemplate*{title page}{Imunam}[1][]
{
\begin{textblock}{9}(0.2,2.5)
\begin{beamercolorbox}[center,sep=1pt,#1]{title page header}
\usebeamerfont{title}\inserttitle\par%
\end{beamercolorbox}
\end{textblock}
\vskip4.5cm%
\begin{beamercolorbox}[wd=6cm,leftskip=0cm,#1]{author}
\usebeamerfont{date}\insertauthor%
\end{beamercolorbox}
\vskip0.1cm%
\begin{beamercolorbox}[wd=6cm, #1]{institute}
\usebeamerfont{institute}\insertinstitute
\end{beamercolorbox}
\begin{textblock}{5.6}(9.7,5)
\begin{beamercolorbox}[right]{date}
\usebeamerfont{date}\insertdate%
\end{beamercolorbox}
\end{textblock}
\begin{textblock}{4}(12.9,11.8)
\includegraphics[width=2cm]{\logoblanco}
\end{textblock}
\vfill
}
\setbeamertemplate{items}[triangle]
\setbeamertemplate{sections/subsections in toc}[square]
\mode<all>

View File

@ -0,0 +1,39 @@
\mode<presentation>
\setbeamerfont{sectiontitle}{size=\huge, shape=\scshape}
%Barra de título
\defbeamertemplate*{frametitle}{Imunam}[1][]
{
\vskip0.2cm
\begin{beamercolorbox}[right]{sectiontitle}
\usebeamerfont{date}\insertsection
\end{beamercolorbox}
\vskip-0.2cm
\definecolor{imred}{HTML}{BD2026}
\definecolor{imyellow}{HTML}{FCED27}
\definecolor{imorange}{HTML}{F6B419}
\begin{beamercolorbox}[wd=\paperwidth,ht=1.9cm]{frametitle}
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\the\paperwidth,1.4);
{\node[anchor=west, white] at (0.4, 0.8){\includegraphics[width=1.5cm]{\logoimate}};}
\fill[azulunam](2.45, 0.3) rectangle(\paperwidth,1.4);
\ifx\insertframesubtitle\@empty%
{\node[anchor=west, white, font=\large] at (3.0,0.82){\insertframetitle};}
\else%
{\node[anchor=west, white, font=\large] at (3.0, 1.02){\insertframetitle};%
\node[anchor=west, white, font=\small] at (3.0, 0.63){\insertframesubtitle};}%
\fi
\end{tikzpicture}
\end{beamercolorbox}
\vskip-0.5cm
}
%%Impide que se imprima el logo
\defbeamertemplate*{sidebar right}{sidebar theme}
{%
\vfill%
\llap{\usebeamertemplate***{navigation symbols}\hskip0.1cm}%
\vskip2pt}
\mode<all>

View File

@ -0,0 +1,36 @@
\mode<presentation>
%Paquete requerido
\RequirePackage{tikz}
\RequirePackage{graphicx}
\RequirePackage{amssymb}
\RequirePackage{xcolor}
\RequirePackage[absolute, overlay]{textpos}
\definecolor{orounam}{HTML}{CC9933}
\definecolor{azulunam}{HTML}{13406F}
\newcommand{\logoimate}{images/IM_logo.pdf}
\newcommand{\logoblanco}{images/IM_blanco.pdf}
\DeclareOption{cuernavaca}{
\renewcommand{\logoimate}{images/IM_Cuerna.pdf}
\renewcommand{\logoblanco}{images/logo.pdf}
}
\ProcessOptions\relax
%Configuraciones
\usecolortheme{Imunam}
\useinnertheme{Imunam}
\useoutertheme{Imunam}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{blocks}[rounded][shadow=true]
%\DeclareOption{cuernavaca}{
% \renewcommand{\logoimate}{IM_Cuerna.pdf}
% \renewcommand{\logoblanco}{IM_Cuerna_blanco.pdf}
%}
\mode<all>