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.
|
\documentclass{myclass}
|
|
\title{Practica 5}
|
|
\nombre{Gerardo Marx}
|
|
\begin{document}
|
|
\portada
|
|
|
|
\seccion{Primera seccion}
|
|
Algo de texto para la presente seccion de ejemplo. Y mas texto, perdon por no poner acentos.
|
|
|
|
|
|
\begin{example}
|
|
Es el primer ejemplo. Prueba
|
|
\end{example}
|
|
|
|
\begin{example}
|
|
Es el segundo ejemplo. Prueba
|
|
\end{example}
|
|
|
|
|
|
|
|
|
|
\seccion{Test}
|
|
|
|
\begin{example}
|
|
Es el primer ejemplo. Prueba
|
|
\end{example}
|
|
\end{document}
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: t
|
|
%%% End:
|