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.

44 lines
854 B

  1. \documentclass{IEEEtran}
  2. \usepackage[spanish]{babel}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{blindtext}
  5. \usepackage{amsmath}
  6. \usepackage{graphicx}
  7. \title{Proyecto de Investigación Aplicado a Algo Interesante}
  8. \author{Gerardo M. Chávez-Campos}
  9. \begin{document}
  10. \maketitle
  11. \section{Introducción}
  12. \blindtext[2]
  13. \section{Materiales y métodos}
  14. En \eqref{fourier} siguiente se muestra la
  15. transformada de Fourier.
  16. \begin{equation}
  17. f(x)=\int_0^{\infty}x sin(\omega)\label{fourier}
  18. \end{equation}
  19. En \eqref{recta} se muestra la formula para ....
  20. \begin{equation}
  21. y=mx+b\label{recta}
  22. \end{equation}
  23. \blindtext[8]
  24. \section{Resultados}
  25. \blindtext[4]
  26. \begin{figure}
  27. \centering
  28. \includegraphics[width=2.5in]{metodologia.jpg}
  29. \caption{Caption}
  30. \label{fig:my_label}
  31. \end{figure}
  32. \section{Conclusiones}
  33. \blindtext[1]
  34. \end{document}