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.

83 lines
1.2 KiB

  1. \documentclass[
  2. letterpaper,
  3. draft,
  4. onecolumn
  5. ]{article}
  6. %\usepackage{geometry}
  7. %\geometry{
  8. %left=3.5cm,
  9. %top=2.5cm,
  10. %right=3.5cm,
  11. %bottom=1.5cm
  12. %}
  13. \usepackage[utf8]{inputenc}
  14. \usepackage{graphicx}
  15. \usepackage{blindtext}
  16. \newcommand{\portada}{
  17. \begin{titlepage}
  18. \includegraphics[width=6cm]{logo-tecnm}\hspace{0.5cm}
  19. \includegraphics[width=3cm]{logo}\hspace{1.5cm}\includegraphics[width=3cm]{example-image-a}
  20. \\[2cm]
  21. %Headings
  22. \center{}
  23. \textsc{\LARGE Instituto Tecnológico de Morelia}\\[1.5cm]
  24. \textsc{\Large División de Estudios Profesionales}\\[1cm]
  25. \textsc{\Large Departamento de Ingeniería Y}\\[0.5cm]
  26. %Title
  27. \rule{\linewidth}{0.5mm}\\[0.4cm]
  28. {\huge \bfseries Reporte de Práctica 5}
  29. \rule{\linewidth}{0.5mm}\\[1.2cm]
  30. %author
  31. \begin{flushleft}
  32. \emph{Alumno:}\\
  33. Gerardo Marx \textsc{Chávez-Campos}
  34. \emph{Número de Control:}\\
  35. {\bfseries D01120294}
  36. \end{flushleft}
  37. {\large \today}
  38. \vfill % fill the rest of page with blank space
  39. \end{titlepage}
  40. }
  41. \begin{document}
  42. \portada
  43. \pagestyle{headings}
  44. \section{Introducción}
  45. \blindtext[3]
  46. \section{Introducción}
  47. \blindtext[3]
  48. \section{Introducción}
  49. \blindtext[3]\footnote{La nota al pie de la pagina.}
  50. \end{document}