A LaTeX class to write your proposal. The class is developed for the "Instituto Tecnológico de Morelia" and the course of "Seminario de Investigación 1"
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

43 lines
1.1 KiB

% Chapter 2
\chapter{Marco teoríco} % Chapter title
\label{ch:MarcoTeorico}
\section{Figuras y gráficas}
Agregar la cantidad de capítulos que se requieran. En la \autoref{fig:A} se muestra la letra A.
\blindtext[1] %Texto Dummy
\begin{figure}[!h]
\centering
\includegraphics[width=2.5in]{example-image-a}
\caption{Ejemplo de como insertar figuras sencillas.}
\label{fig:A}
\end{figure}
\blindtext[1] %Texto Dummy
\begin{figure}[!h]%
\centering
\subfigure[Figure A]{%
\label{fig:fig-a}%
\includegraphics[height=2in]{example-image-a}}%
\\%New line for figure
\subfigure[Figure B]{%
\label{fig:fig-b}%
\includegraphics[height=1.5in]{example-image-b}}%
~ %Space between figure
\subfigure[Figure C]{%
\label{fig:fig-c}%
\includegraphics[height=1.5in]{example-image-c}}%
\caption{Using \texttt{subfigures} package.}
\label{fig:subFigures}
\end{figure}
Las cantidades usan comas y punto decimal correctamente para México. Es decir 1,526.00, aparece correctamente tanto como texto, como ecuación $1,526.00$, cuando se agrega el comando \texttt{decimalpoint} en la configuración; test.