diff --git a/templates/latex/documentation.tex b/templates/latex/documentation.tex index 3d8a974..edcca00 100644 --- a/templates/latex/documentation.tex +++ b/templates/latex/documentation.tex @@ -14,53 +14,49 @@ \pagebreak \section{Hoja De Control Del Documento} \begin{table}[h!] - \begin{center} - \caption{Documento/Archivo} - \label{tab:document} - \begin{tabular}{|l|c|l|c|} - \hline - {\bf Fecha Última Modificación} & \the\day/\the\month/\the\year & - {\bf Versión/Revisión} & v01r01 \\ \hline - {\bf Fecha Creación} & \the\day/\the\month/\the\year & \hfill & \hfill \\ \hline - {\bf Fecha Finalización} & \the\day/\the\month/\the\year & \hfill & - \hfill \\ \hline - \end{tabular} - \end{center} + \centering + \caption{Documento/Archivo} + \label{tab:document} + \begin{tabular}{|l|c|l|c|} + \hline + {\bf Fecha Última Modificación} & \the\day/\the\month/\the\year & + {\bf Versión/Revisión} & v01r01 \\ \hline + {\bf Fecha Creación} & \the\day/\the\month/\the\year & \hfill & \hfill \\ \hline + {\bf Fecha Finalización} & \the\day/\the\month/\the\year & \hfill & + \hfill \\ \hline + \end{tabular} \end{table} \begin{table}[h!] - \begin{center} - \caption{Registro De Cambios} - \label{tab:registro-cambios} - \begin{tabular}{|c|c|c|} - \hline - {\bf Versión/Revisión} & {\bf Página(s)} & {\bf Descripción} \\ - \hline - v01r01 & Todas & Creación y elaboración del documento. \\ \hline - \end{tabular} - \end{center} + \centering + \caption{Registro De Cambios} + \label{tab:registro-cambios} + \begin{tabular}{|c|c|c|} + \hline + {\bf Versión/Revisión} & {\bf Página(s)} & {\bf Descripción} \\ + \hline + v01r01 & Todas & Creación y elaboración del documento. \\ \hline + \end{tabular} \end{table} \begin{table}[h!] - \begin{center} - \caption{Autores Del Documento} - \label{tab:autores} - \begin{tabular}{|c|c|} - \hline - {\bf Apellidos, Nombre} & {\bf Curso} \\ \hline - Ortega Froysa, Nicolás Andrés & 1 \\ \hline - \end{tabular} - \end{center} + \centering + \caption{Autores Del Documento} + \label{tab:autores} + \begin{tabular}{|c|c|} + \hline + {\bf Apellidos, Nombre} & {\bf Curso} \\ \hline + Ortega Froysa, Nicolás Andrés & 1 \\ \hline + \end{tabular} \end{table} \begin{table}[h!] - \begin{center} - \begin{tabular}{|p{4cm}|p{4cm}|p{4cm}|} - \hline - {\bf Preparado} & {\bf Revisado} & {\bf Aprobado} \\ \hline - Ortega Froysa, Nicolás Andrés & \hfill & \hfill \\ \hline - \end{tabular} - \end{center} + \centering + \begin{tabular}{|p{4cm}|p{4cm}|p{4cm}|} + \hline + {\bf Preparado} & {\bf Revisado} & {\bf Aprobado} \\ \hline + Ortega Froysa, Nicolás Andrés & \hfill & \hfill \\ \hline + \end{tabular} \end{table} \pagebreak