I've used tyhis command to deal with this issue,
\newcommand{\tablefont}[1]{\fontsize{2.5mm}{2.5mm}\selectfont}
then
{\tablefont
\begin{table}
\begin{center}
\begin{tabular}{|p{2cm}|p{2.6cm}|p{2.6cm}|}
\hline
% after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
US pricing & S3 & Google \\ \hline \hline
Storage & \$0.055-\$0.150 per GB/month & \$0.17/GB/month \\ \hline
Upload data & \$0.10/GB/month & \$0.10/GB/month \\ \hline
Download data & Free-\$0.150 per GB/month & \$0.15/GB/month \\ \hline
PUT, POST, LIST requests & \$0.01 per 1,000 requests & \$0.01 per 1,000 requests
\\ \hline
GET, HEAD & \$0.01 per 10,000 requests & \$0.01 per 10,000 requests
\\ \hline
\end{tabular}
\end{center}
\caption{Amazon S3 vs. Google Storage}
\end{table}
}
error is \caption outside float.
what goes wrong?
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Thanks peter,
but I am having more than one table in the paper,
if I use the command
{\tablefont{2.5mm}
then it will change all the fonts in the all the tables,
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.