Repository for Latex course
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.

77 lines
1.3 KiB

  1. %Preamble:
  2. \documentclass{article}
  3. \usepackage[spanish]{babel}
  4. \usepackage[utf8]{inputenc}
  5. \usepackage{amsmath}
  6. \usepackage{blindtext}
  7. \usepackage{graphicx}
  8. \author{Gerardo Marx Chávez-Campos}
  9. \title{My Research Project}
  10. %Document's body
  11. \begin{document}
  12. \maketitle
  13. \section{Introduction}
  14. The equation \eqref{eq:sin} shows the basis of the method used.
  15. \begin{equation}
  16. x=[x_1, x_2, ... x_n]
  17. \label{eq:xVector}
  18. \end{equation}
  19. \begin{equation}
  20. f(x)=\sin(x)
  21. \label{eq:sin}
  22. \end{equation}
  23. here $\sin(x)$ can be used for several iterations changing the $x$ value: e.g. $\alpha$, $\omega$ and $\Omega$.
  24. \section{Methodology}
  25. In the figure \ref{fig:myImage} the methodology is presented.
  26. \begin{figure}[!h]
  27. \centering
  28. \includegraphics[width=3in]{example-image-a}
  29. \caption{The methodology.}
  30. \label{fig:myImage}
  31. \end{figure}
  32. \section{Results}
  33. \blindtext[1]
  34. \section{Conclusions}
  35. \blindtext[1]
  36. \end{document}
  37. For each experiment the next considerations were taken:
  38. \begin{itemize}
  39. \item Temperature below xxx
  40. \item Exposition time yy
  41. \item Data loged every xxx
  42. \end{itemize}
  43. For each experiment the next considerations were taken:
  44. \begin{enumerate}
  45. \item Temperature below xxx
  46. \item Exposition time yy
  47. \item Data loged every xxx
  48. \end{enumerate}