Estas son mis primeras 122 lineas de Latex las cuales la mayoría fueron ya escritas pero a las cuales aprendi a modificar para poder agregar pequeños contenidos de texto, imágenes y referencias.
\documentclass[9pt,slidestop]{beamer}
%Bamer es el tipo de documento para realizar presentaciones en LaTex
\usetheme{Antibes}
% INCLUDE PACKAGES
%-------------------------------------------------------
\usepackage[latin1]{inputenc}
\usepackage[activeacute,spanish]{babel}
\usepackage[T1]{fontenc}
\usepackage{helvet}
\usepackage{url}
\usepackage{ragged2e}
\usepackage{graphics}
\usepackage{latexsym}
\usepackage{color}
\usepackage{newlfont}
%-------------------------------------------------------
% DEFFINING AND REDEFINING COMMANDS
%-------------------------------------------------------
% colored hyperlinks
%-------------------------------------------------------
% INFORMATION IN THE TITLE PAGE
%-------------------------------------------------------
\justifying %para justificar el texto de todas las diapositivas
\title[] % [] is optional - is placed on the bottom of the sidebar on every slide
{ % is placed on the title page
\textbf{Mi primera presentaci\'on con Beamer de LaTex}
}
\subtitle[The Feather Beamer Theme]
{
\textbf{v. 1.0.0}
}
\author[Pavel Catalan]
{ Pavel Catalan \\
{\ttfamily pavelcatalan85@gmail.com}
}
\institute[]
{
Escuela Superior de Ciencias Econ\'omicas, Universidad Aut\'onoma de Guerrero\\
Chilpancingo de los Bravo ``FIDISOHL-2017''\\
%there must be an empty line above this line - otherwise some unwanted space is added between the university and the country (I do not know why;( )
}
\date{\today}
%-------------------------------------------------------
% THE BODY OF THE PRESENTATION
%-------------------------------------------------------
\begin{document}
\begin{frame}
\includegraphics[height=0.15\textheight]{fi.jpg}\hspace*{3.5cm}
\includegraphics[height=0.15\textheight]{les.png}\\
\begin{block}{}
\titlepage
\end{block}
\end{frame}
%-------------------------------------------------------
% THE TITLEPAGE
%-------------------------------------------------------
\begin{frame}[plain, noframenumering]
\titlepage
\end{frame}
\begin{frame}{Contenido}{}
\tableofcontents
\end{frame}
\AtBeginSection[]{
\begin{frame}{Indice}
1. Que son las ecuaciones
2. Ejemplos de ecuaciones
\tableofcontents[currentsection]
\end{frame}
}
%-------------------------------------------------------
\section{Indice}
%-------------------------------------------------------
\subsection{Introducci\'on}
\begin{frame}{Introducci\'on}{}
Que son las Ecuaciones%-------------------------------------------------------
\end{frame}
\begin{frame}{Ejemplo de ecuaciones}
En esta diapositiva escribiremos ejemplos de ecuaciones.
\begin{equation*}
\oint F(x)dx,
\end{equation*}
Ahora escribiremos un arreglo de ecuaciones
\begin{eqnarray}
\frac{F(x+h)-F(x)}{h}&=& F'(x)\nonumber\\
&=&\int_{a_0}^{x}f(\xi)d\xi
\end{eqnarray}
\end{frame}
\section{Referencias}
\frame{
\frametitle{Referencias}
{\small
\begin{thebibliography}{99}
\bibitem{K1}A.I. Komech, On stabilization of string-nonlinear oscillator interaction, {\em J. Math. Anal. Appl.}{\bf196}(1995), 384-409.
{\beamertemplatebookbibitems
\bibitem{K-N}A.I. Komech
\newblock{\em Lecture on global attractors of Hamilton nonlinear wave equations},
\url{http://mat.inive.ac.at/~preprints/ln/\\ lecturenote-2505-abstract.html}, 2005.}
\end{thebibliography}
}
}
\end{document}
Resultado primera pagina.
Por cierto y que es el Festival Internacional Divulgación del Software y Hardware Libre (http://fidisohl.mx/)
Gracias totales al Mtro. Marco Antonio Taneco Hernandez (facebook.com/moodth) por el taller relámpago, con todo y contingencia en la ciudad de Chilpancingo, Guerrero, Mexico.


No hay comentarios.:
Publicar un comentario