From 7ae7a7df0cde17f6b79e376121cd124e34870d1e Mon Sep 17 00:00:00 2001 From: gumartinm Date: Fri, 12 Oct 2012 01:52:08 +0200 Subject: [PATCH] Chapter 4. Font with normalsize in tables. --- capitulo4/capitulo4.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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} -- 2.1.4