|
|
- \documentclass{article}
- %\usepackage[spanish]{babel}
- %\usepackage{blindtext}
- \usepackage{graphicx}
-
-
- \begin{document}
-
- \tableofcontents
- %comments
- \section{Introducción}
- \subsection{Nombre}
- \subsubsection{Nombre}
- \subsubsection{Nombre}
-
- \subsection{Ecuciones}
- Esta es una ecuación $E=mc^2$. En le ecuación \ref{eq:fourier} también es una ecuacón:
- \begin{equation}
- f(x) = \int_0^{\infty} sin(\omega t)\frac{dg(t)}{dt}d\omega t
- \end{equation}
-
- \begin{equation}\label{eq:fourier}
- f(x) = \int_0^{\infty} sin(\omega t)g(t)d\omega t
- \end{equation}
-
- \begin{equation}
- f(x) = \int_0^{\infty} sin(\omega t)\frac{dg(t)}{dt}d\omega t
- \end{equation}
-
- \subsubsection{Figuras y gráficas}
-
- Algo de texto en la Fig. \ref{fig:image-a}
-
- \begin{figure}[!h]
- \centering
- \includegraphics[width=3.5in]{example-image-a}
- \caption{Pie de la figura}
- \label{fig:image-a}
- \end{figure}
-
-
- \subsubsection{Nombre}
-
- \section{Nombre}
- \subsection{Nombre}
- \subsubsection{Nombre}
- \subsubsection{Nombre}
-
- \subsection{Nombre}
- \subsubsection{Nombre}
- \subsubsection{Nombre}
-
-
-
- \end{document}
|