Latex course for IAS IEEE branch
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.

9 lines
291 B

  1. \frametitle{Primer documento en \LaTeX}
  2. %\ejemplo1
  3. Realicemos un primer documento para probar que las herramientas funcionan correctamente.
  4. % \begin{lstlisting}[label=ejemplo1,caption=Hola mundo]
  5. % \documentclass{book}
  6. % \begin{document}
  7. % Hola mundo
  8. % \end{document}
  9. % \end{lstlisting}