Introducción a los métodos numéricos para EDEs
Author
Saúl Díaz Infante
Last Updated
7년 전
License
Creative Commons CC BY 4.0
Abstract
Beamer presentation with bibunits features, and header formatting alternatives.
Beamer presentation with bibunits features, and header formatting alternatives.
\documentclass[spanish,10pt,xcolor=dvipsnames,table]{beamer}
\includeonlyframes{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Preambulo
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[spanish,activeacute]{babel}
\usepackage{xcolor}
\usepackage{color}
\usepackage{colortbl}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{ucs}
\usepackage[utf8]{inputenc}
\usepackage{bibunits}
\usepackage[amssymb]{SIunits}
\usepackage{sistyle}
\usepackage{times}
\usepackage{tikz}
\usepackage{verbatim}
\usepackage{multimedia}
\usepackage{hyperref}
\usepackage{thumbpdf}
\usepackage{wasysym}
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
\usepackage{url}
\usepackage{empheq}
\usepackage{fancybox}
\usepackage{esint}
\usepackage{lipsum}
\usepackage{listings}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{tikz}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\Q#1#2{\frac{\partial #1}{\partial #2}}
\usetikzlibrary{arrows,shapes}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%Objetivo de la charla}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%------------------------------------Theorems Styles---------------------------------------------
\theoremstyle{plain} % default
\newtheorem{Teorema}{Teorema}
\newtheorem{Ejemplo}{Ejemplo}
\theoremstyle{definition}
\newtheorem{Definicion}{Definici\'on}
\newtheorem{Corolario}{Corolario}
\newtheorem{Proposicion}{Proposici\'on}
\newtheorem{Prueba}{Prueba}
\theoremstyle{definition}
\newtheorem{definicion}{Definici\'on}
\newtheorem{lema}{Lema}
%-----------------------------ExtrasDeTercerPresentacion
%--------------------------------Fancyboxes------------------------------------------------------
\definecolor{myblue}{rgb}{.8, .8, 1}
\definecolor{shadecolor}{cmyk}{0,0,0.41,0}
\newcommand*\mybluebox[1]{%
\colorbox{myblue}{\hspace{1em}#1\hspace{1em}}
}
\newcommand*\myyellowbox[1]{%
\colorbox{darkyellow}{\hspace{1em}#1\hspace{1em}}
}
%--------------------------------------------------------------------------
\definecolor{shadecolor}{cmyk}{0,0,0.41,0}
\definecolor{light-blue}{cmyk}{0.25,0,0,0}
\newsavebox{\mysaveboxM} % M for math
\newsavebox{\mysaveboxT} % T for text
\newcommand*\Garybox[2][Example]{%
\sbox{\mysaveboxM}{#2}%
\sbox{\mysaveboxT}{\fcolorbox{black}{light-blue}{#1}}%
\sbox{\mysaveboxM}{%
\parbox[b][\ht\mysaveboxM+.5\ht\mysaveboxT+.5\dp\mysaveboxT][b]{%
\wd\mysaveboxM}{#2}%
}%
\sbox{\mysaveboxM}{%
\fcolorbox{black}{shadecolor}{%
\makebox[\linewidth-10em]{\usebox{\mysaveboxM}}%
}%
}%
\usebox{\mysaveboxM}%
\makebox[0pt][r]{%
\makebox[\wd\mysaveboxM][c]{%
\raisebox{\ht\mysaveboxM-0.5\ht\mysaveboxT
+0.5\dp\mysaveboxT-0.5\fboxrule}{\usebox{\mysaveboxT}}%
}%
}%
}
\newcommand\Fontvi{\fontsize{7}{7.2}\selectfont}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{kugreen}{RGB}{50,93,61}
\definecolor{kugreenlys}{RGB}{132,158,139}
\definecolor{kugreenlyslys}{RGB}{173,190,177}
\definecolor{kugreenlyslyslys}{RGB}{214,223,216}
\definecolor{greenArea}{RGB}{124,252,124}
\definecolor{hellmagenta}{rgb}{1,0.75,0.9}
\definecolor{hellcyan}{rgb}{0.75,1,0.9}
\definecolor{hellgelb}{rgb}{1,1,0.8}
\definecolor{colKeys}{rgb}{0,0,1}
\definecolor{colIdentifier}{rgb}{0,0,0}
\definecolor{colComments}{rgb}{1,0,0}
\definecolor{colString}{rgb}{0,0.5,0}
\definecolor{darkyellow}{rgb}{1,0.9,0}
\setbeamercovered{transparent}
\lstset{%
language=[AlLaTeX]TEX,%
float=hbp,%
basicstyle=\ttfamily\small, %\usepackage{cir}
identifierstyle=\color{colIdentifier}, %
keywordstyle=\color{colKeys}, %
stringstyle=\color{colString}, %
commentstyle=\color{colComments}, %
columns=flexible, %
tabsize=3, %
frame=single, %
extendedchars=true, %
showspaces=false, %
showstringspaces=false, %
numbers=left, %
numberstyle=\tiny, %
breaklines=true, %
backgroundcolor=\color{hellgelb}, %
breakautoindent=true, %
captionpos=b,%
xleftmargin=18pt,%
xrightmargin=\fboxsep%
}
%--Set mode presentation-----------------------
\mode<presentation>
{
%\usetheme[
%%% options passed to the outer theme
% hidetitle, % hide the (short) title in the sidebar
% hideauthor, % hide the (short) author in the sidebar
% hideinstitute, % hide the (short) institute in the bottom of the sidebar
% shownavsym, % show the navigation symbols
% width=2cm, % width of the sidebar (default is 2 cm)
% hideothersubsections,% hide all subsections but the subsections in the current section
% hideallsubsections, % hide all subsections
% right % right of left position of sidebar (default is right)
%]{Aalborg}
%\usecolortheme{aausidebar}
%\useinnertheme{Aalborg}
%\usefonttheme{Aalborg}
%\useoutertheme{Aalborg}
%%%%%%%%%%%%%%%%%%%%%%%%
\usetheme{Oxygen}
\useinnertheme{progressbar}
%\usecolortheme{progressbar}
%\useoutertheme{progressbar}
\usefonttheme{progressbar}
%\setbeamercovered{transparent}
%\progressbaroptions{headline=sections,frametitle=normal}
%\progressbaroptions{titlepage=picture}
%\progressbaroptions{frametitle=picture-section}
\setbeamertemplate{navigation symbols}[only frame symbol]
\setbeamertemplate{blocks}[rounded][shadow=true]
\setbeamertemplate{background}
{
\parbox[c][\paperheight]{\paperwidth}
{
\vfill \hfill
\begin{tikzpicture}
\node[opacity=.3]
{
\includegraphics{./Imagenes/Logo/CimatLogo.png}
};
\end{tikzpicture}
\vspace{.5cm} \hspace{-3cm}
}
}
% or whatever (possibly just delete it)
\logo{ \includegraphics[scale=.1]{cimat.png}}
}
%----------------------------Logo----------------------------------------------------------------
%\pgfdeclareimage[height=1.2cm]{mainlogo}{CimatLogo.pdf}
% placed in the upperleft/right corner
%\pgfdeclareimage[height=2cm]{titlepagelogo}{CimatLogo.pdf}
% placed on thetitle page
%\logo{\pgfuseimage{mainlogo}}
%------------------------------------------------------------------------------------------------
\pgfdeclareimage[height=0.75cm]{logo2.jpg}{tu-logo}
\AtBeginSection[]
{
\begin{frame}<beamer>{M\'etodos Steklov }
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
\logo{\includegraphics[width=1.0cm]{./Imagenes/Logo/cimat.png}}
\title{Introducción a los métodos numéricos para EDEs }
\subtitle{(Seminario de matemáticas Aplicadas)}
\author[]{Sa\'ul D\'iaz Infante }
\institute{CIMAT A.C.}
\date\today
\begin{document}
\frame{\titlepage \vspace{-0.5cm}}
\section*{Introducci\'on}
\input{Introduccion.tex}
\begin{frame}
\frametitle{Plan de Charla}
\tableofcontents[pausesections]
\end{frame}
\section{Simulación de Movimiento Browniano}
\input{RW.tex}
\section{Integración Estocástica}
\section{Construcción general es esquemas para EDEs}
\section{propiedades teóricas}
\subsection{Estabilidad lineal}
\input{./EstabilidadLineal.tex}
% \input{./EstabilidadLinealMS.tex}
\subsection{Consistencia y estabilidad}
\input{./ConsistenciaDeter.tex}
% \input{./Consistencia.tex}
\section{Resultados numéricos}
% \input{./ResultadosNumericos.tex}
\section{Comentarios Finales}
\appendix
\input{./Apendice}
\begin{frame}[allowframebreaks]{Referencias}
\defaultbibliography{BibliografiaTesis,BibliografiaPresentacion}
\defaultbibliographystyle{IEEEtran}
\end{frame}
\appendix
\part{Definiciones y resultados}
\input{./Apendice.tex}
\end{document}