`\documentclass{article}
\usepackage{booktabs}
\begin{document}
\begin{table}[tb]
\caption{WS I Web Services Basic Profile 1.1}
\label{tab:wsiprofile}
\centering
\medskip
\begin{tabular}{l}
\toprule
\multicolumn{1}{c}{WS I Web Services Basic Profile 1.1 Final (Aprile 2006)} \\
\midrule
RFC2965: HTTP State Management Mechanism \\
Extensible Markup Language (XML) 1.0 (Second Edition) \\
Namespaces in XML 1.0 \\
XML Schema Part 1: Structures \\
XML Schema Part 2: Datatypes \\
Web Services Description Language (WSDL) 1.1 \\
UDDI Version 2.04 API Specification, Dated 19 July 2002 \\
UDDI Version 2.03 Data Structure Reference, Dated 19 July 2002 \\
UDDI Version 2 XML Schema \\
RFC2818: HTTP Over TLS \\
RFC2246: The TLS Protocol Version 1.0 \\
The SSL Protocol Version 3.0 \\
\bottomrule
\end{tabular}
\end{table}
\end{document}`
Nota, oltre alla \label dopo la corrispondente \caption:
1. l’assenza di righe verticali e doppie;
2. la didascalia che precede la tabella;
3. l’uso di booktabs;
4. il posizionamento [tb].
Così è molto meglio, non credi? 😉 Cerca sul forum, questi argomenti sono stati più volte trattati!
Ciao,
L.