You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.5 KiB

6 years ago
  1. % Plantilla diseñada por
  2. % Gerardo Marx Chávez-Campos para el TeCNM
  3. \documentclass{beamer}
  4. \usetheme{tecnm}
  5. \usepackage{url}
  6. \usepackage[spanish]{babel}
  7. \usepackage[utf8]{inputenc}
  8. \usepackage[T1]{fontenc}
  9. \usepackage{graphicx}
  10. \usepackage{mathrsfs}
  11. \usepackage{amsmath}
  12. \usepackage{multimedia}
  13. \usepackage{rotating}
  14. \newtheorem{axioma}{Teorema}
  15. \newcommand{\fst}[2]{\subsection{#2}\frame{\frametitle{#2} #2}}
  16. %Comando para crear un frame con imagen:
  17. \newcommand\imageFrame[2]{
  18. \begingroup
  19. \begin{frame}
  20. \begin{center}
  21. \includegraphics[width=3.5in]{Figures/#1}\\
  22. \Large #2
  23. \end{center}
  24. \end{frame}
  25. \endgroup
  26. }
  27. \title[Título corto]{Título largo }
  28. \date{Abril -- 2018}
  29. %\date{\today}
  30. \author[TecNM]{Gerardo Marx Chávez-Campos}
  31. \institute[TecNM]{Tecnológico Nacional de México\\
  32. Instituto Tecnológico de Morelia\\
  33. División de Estudios de Posgrado e Investigación}
  34. \logo{\includegraphics[width=.4in]{Figures/soloLogoTecnm}}
  35. \begin{document}
  36. %----INICIO Portada
  37. \begin{frame}[plain]
  38. \titlepage
  39. \vspace{-.6in}
  40. \includegraphics[width =0.25 \textwidth ]{Figures/soloLogoTecnm}
  41. \end{frame}
  42. %---FIN Portada
  43. %---INICIO Contenido%
  44. \begin{frame}[fragile]
  45. \frametitle{Contenido}
  46. \tableofcontents
  47. \end{frame}
  48. %---FIN Contenido%
  49. %-----------------------
  50. \section{Objetivo general}
  51. \begin{frame}
  52. \centering
  53. \textbf{Objetivo general} de los puntos que se revisan en la reunión, \alert{es lograr los indicadores que CONACyT evalúa} para permanecer o ingresar en el \textbf{PNPC}.\\
  54. \end{frame}
  55. %-------------
  56. \end{document}