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.

73 lines
2.7 KiB

  1. \documentclass[draft,twocolumn, fleqn]{article}
  2. \setlength\parskip{0.3cm}
  3. \usepackage{graphicx}
  4. \newcommand{\myCommand}[2]{
  5. This command supports two arguments #1 and #2.
  6. }
  7. \begin{document}
  8. \begin{titlepage}
  9. \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
  10. \center % Center everything on the page
  11. %----------------------------------------------------------------------------------------
  12. % HEADING SECTIONS
  13. %----------------------------------------------------------------------------------------
  14. \textsc{\LARGE Instituto Tecnológico de Morelia}\\[1.5cm] % Name of your university/college
  15. \textsc{\Large División de Estudios de Posgrado}\\[0.5cm] % Major heading such as course name
  16. \textsc{\large Ingeniería Y}\\[0.5cm] % Minor heading such as course title
  17. %----------------------------------------------------------------------------------------
  18. % TITLE SECTION
  19. %----------------------------------------------------------------------------------------
  20. \HRule \\[0.4cm]
  21. { \huge \bfseries Reporte de Práctica X}\\[0.4cm] % Title of your document
  22. \HRule \\[1.5cm]
  23. %----------------------------------------------------------------------------------------
  24. % AUTHOR SECTION
  25. %----------------------------------------------------------------------------------------
  26. \emph{Alumno:}\\
  27. Gerardo Marx \textsc{Chávez-Campos} % Your name
  28. \emph{Profesor:} \\
  29. Dr. James \textsc{Brown} % Supervisor's Name
  30. \\[2cm]
  31. % Fecha
  32. {\large \today}\\[2cm] % Date, change the \today to a set date if you want to be precise
  33. % LOGO SECTION
  34. \includegraphics[width=6cm]{logo}\\[1cm] % Include a department/university logo - this will require the graphicx package
  35. %----------------------------------------------------------------------------------------
  36. \vfill % Fill the rest of the page with whitespace
  37. \end{titlepage}
  38. \myCommand{one}{two}
  39. \section{Intro}
  40. Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.
  41. Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.Some text demo demo demo. Some text demo here.
  42. \end{document}
  43. %%% Local Variables:
  44. %%% mode: latex
  45. %%% TeX-master: t
  46. %%% End: