Simplify table centering in latex documentation template.
This commit is contained in:
parent
1d4a97b346
commit
ccfcd4a5d9
@ -14,7 +14,7 @@
|
|||||||
\pagebreak
|
\pagebreak
|
||||||
\section{Hoja De Control Del Documento}
|
\section{Hoja De Control Del Documento}
|
||||||
\begin{table}[h!]
|
\begin{table}[h!]
|
||||||
\begin{center}
|
\centering
|
||||||
\caption{Documento/Archivo}
|
\caption{Documento/Archivo}
|
||||||
\label{tab:document}
|
\label{tab:document}
|
||||||
\begin{tabular}{|l|c|l|c|}
|
\begin{tabular}{|l|c|l|c|}
|
||||||
@ -25,11 +25,10 @@
|
|||||||
{\bf Fecha Finalización} & \the\day/\the\month/\the\year & \hfill &
|
{\bf Fecha Finalización} & \the\day/\the\month/\the\year & \hfill &
|
||||||
\hfill \\ \hline
|
\hfill \\ \hline
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{center}
|
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\begin{table}[h!]
|
\begin{table}[h!]
|
||||||
\begin{center}
|
\centering
|
||||||
\caption{Registro De Cambios}
|
\caption{Registro De Cambios}
|
||||||
\label{tab:registro-cambios}
|
\label{tab:registro-cambios}
|
||||||
\begin{tabular}{|c|c|c|}
|
\begin{tabular}{|c|c|c|}
|
||||||
@ -38,11 +37,10 @@
|
|||||||
\hline
|
\hline
|
||||||
v01r01 & Todas & Creación y elaboración del documento. \\ \hline
|
v01r01 & Todas & Creación y elaboración del documento. \\ \hline
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{center}
|
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\begin{table}[h!]
|
\begin{table}[h!]
|
||||||
\begin{center}
|
\centering
|
||||||
\caption{Autores Del Documento}
|
\caption{Autores Del Documento}
|
||||||
\label{tab:autores}
|
\label{tab:autores}
|
||||||
\begin{tabular}{|c|c|}
|
\begin{tabular}{|c|c|}
|
||||||
@ -50,17 +48,15 @@
|
|||||||
{\bf Apellidos, Nombre} & {\bf Curso} \\ \hline
|
{\bf Apellidos, Nombre} & {\bf Curso} \\ \hline
|
||||||
Ortega Froysa, Nicolás Andrés & 1 \\ \hline
|
Ortega Froysa, Nicolás Andrés & 1 \\ \hline
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{center}
|
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\begin{table}[h!]
|
\begin{table}[h!]
|
||||||
\begin{center}
|
\centering
|
||||||
\begin{tabular}{|p{4cm}|p{4cm}|p{4cm}|}
|
\begin{tabular}{|p{4cm}|p{4cm}|p{4cm}|}
|
||||||
\hline
|
\hline
|
||||||
{\bf Preparado} & {\bf Revisado} & {\bf Aprobado} \\ \hline
|
{\bf Preparado} & {\bf Revisado} & {\bf Aprobado} \\ \hline
|
||||||
Ortega Froysa, Nicolás Andrés & \hfill & \hfill \\ \hline
|
Ortega Froysa, Nicolás Andrés & \hfill & \hfill \\ \hline
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{center}
|
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
Loading…
Reference in New Issue
Block a user