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.

34 lines
1.1 KiB

  1. \documentclass{IEEEtran}
  2. \usepackage[spanish]{babel}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{amsmath}
  5. \usepackage{blindtext}
  6. \usepackage{graphicx}
  7. \title{Curso de Redacción de Artículos Técnico-Científicos con \LaTeX en el ITVM}
  8. \author{Gerardo Marx Chávez-Campos}
  9. \begin{document}
  10. \maketitle
  11. \section{Introducción}
  12. \blindtext[1]
  13. Quiero hacer una cita bibliográfica \cite{einstein}. Algunas otras
  14. citas se pueden ver en \cite[pag.25]{knuthwebsite,latexcompanion}.
  15. %\bibliographystyle{ieeetr}
  16. %\bibliography{referencias}
  17. %-------------------
  18. \begin{thebibliography}{9}
  19. \bibitem{latexcompanion}
  20. Michel Goossens, Frank Mittelbach, and Alexander Samarin.
  21. \textit{The \LaTeX\ Companion}.
  22. Addison-Wesley, Reading, Massachusetts, 1993.
  23. \bibitem{einstein}
  24. Albert Einstein.
  25. \textit{Zur Elektrodynamik bewegter K{\"o}rper}. (German)
  26. [\textit{On the electrodynamics of moving bodies}].
  27. Annalen der Physik, 322(10):891–921, 1905.
  28. \bibitem{knuthwebsite}
  29. Knuth: Computers and Typesetting,
  30. \\\texttt{http://www-cs-faculty.stanford.edu/index.html}
  31. \end{thebibliography}
  32. \end{document}