LaTeX example for semester February-June 2022.
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.

55 lines
1.0 KiB

  1. \documentclass{article}
  2. %\usepackage[spanish]{babel}
  3. %\usepackage{blindtext}
  4. \usepackage{graphicx}
  5. \begin{document}
  6. \tableofcontents
  7. %comments
  8. \section{Introducción}
  9. \subsection{Nombre}
  10. \subsubsection{Nombre}
  11. \subsubsection{Nombre}
  12. \subsection{Ecuciones}
  13. Esta es una ecuación $E=mc^2$. En le ecuación \ref{eq:fourier} también es una ecuacón:
  14. \begin{equation}
  15. f(x) = \int_0^{\infty} sin(\omega t)\frac{dg(t)}{dt}d\omega t
  16. \end{equation}
  17. \begin{equation}\label{eq:fourier}
  18. f(x) = \int_0^{\infty} sin(\omega t)g(t)d\omega t
  19. \end{equation}
  20. \begin{equation}
  21. f(x) = \int_0^{\infty} sin(\omega t)\frac{dg(t)}{dt}d\omega t
  22. \end{equation}
  23. \subsubsection{Figuras y gráficas}
  24. Algo de texto en la Fig. \ref{fig:image-a}
  25. \begin{figure}[!h]
  26. \centering
  27. \includegraphics[width=3.5in]{example-image-a}
  28. \caption{Pie de la figura}
  29. \label{fig:image-a}
  30. \end{figure}
  31. \subsubsection{Nombre}
  32. \section{Nombre}
  33. \subsection{Nombre}
  34. \subsubsection{Nombre}
  35. \subsubsection{Nombre}
  36. \subsection{Nombre}
  37. \subsubsection{Nombre}
  38. \subsubsection{Nombre}
  39. \end{document}