From: gumartinm Date: Thu, 11 Oct 2012 23:52:08 +0000 (+0200) Subject: Chapter 4. Font with normalsize in tables. X-Git-Url: https://git.gumartinm.name/?p=PFCLatex%2F.git;a=commitdiff_plain;h=7ae7a7df0cde17f6b79e376121cd124e34870d1e Chapter 4. Font with normalsize in tables. --- diff --git a/capitulo4/capitulo4.tex b/capitulo4/capitulo4.tex index c94d013..4e1ade6 100644 --- a/capitulo4/capitulo4.tex +++ b/capitulo4/capitulo4.tex @@ -23,27 +23,27 @@ A continuación se describirán textualmente cada uno de los casos de uso indica \subsection{Descripción de los casos de uso} -\begin{table}[H] +\begin{table}[h] \begin{center} \scriptsize \begin{tabularx}{\textwidth}{|X|X|} \hline - \textbf{Nombre} & \\ + \normalsize\textbf{Nombre} & \\ \hline - \textbf{Requisito} & \\ + \normalsize\textbf{Requisito} & \\ \hline - \textbf{Actores} & \\ + \normalsize\textbf{Actores} & \\ \hline - \textbf{Objetivo} & \\ + \normalsize\textbf{Objetivo} & \\ \hline - \textbf{Precondiciones} & \\ + \normalsize\textbf{Precondiciones} & \\ \hline - \textbf{Postcondiciones} & \\ + \normalsize\textbf{Postcondiciones} & \\ \hline - \textbf{Escenario de éxito principal} & \\ + \normalsize\textbf{Escenario de éxito principal} & \\ \hline \end{tabularx} - \caption{\emph{Tabla de uso 1.}} - \label{tab:tabladecasos1} + \caption{\emph{Tabla de casos de uso 1.}} + \label{tab:tabladecasosdeuso1} \end{center} \end{table}