%Preamble: \documentclass{article} \usepackage[spanish]{babel} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{blindtext} \usepackage{graphicx} \author{Gerardo Marx Chávez-Campos} \title{My Research Project} %Document's body \begin{document} \maketitle \section{Introduction} The equation \eqref{eq:sin} shows the basis of the method used. \begin{equation} x=[x_1, x_2, ... x_n] \label{eq:xVector} \end{equation} \begin{equation} f(x)=\sin(x) \label{eq:sin} \end{equation} here $\sin(x)$ can be used for several iterations changing the $x$ value: e.g. $\alpha$, $\omega$ and $\Omega$. \section{Methodology} In the figure \ref{fig:myImage} the methodology is presented. \begin{figure}[!h] \centering \includegraphics[width=3in]{example-image-a} \caption{The methodology.} \label{fig:myImage} \end{figure} \section{Results} \blindtext[1] \section{Conclusions} \blindtext[1] \end{document} For each experiment the next considerations were taken: \begin{itemize} \item Temperature below xxx \item Exposition time yy \item Data loged every xxx \end{itemize} For each experiment the next considerations were taken: \begin{enumerate} \item Temperature below xxx \item Exposition time yy \item Data loged every xxx \end{enumerate}