Hello,
I have 2 questions about a table i try to do:
Here is my code:
\begin{table}
{\tiny
\begin{tabular*}{6cm}{c|c|c|c|c|c|c|c|c}
Article & Model & ......... & RT \\ \hline
(2006) & SAM & ...... .... & yes \\
\end{tabular*}}
\end{table}
First, is there a way to set the font size manually the font size: tiny is too small for me and \scriptsize too large...
Second, the horizontal line stops in the middle and does not go until the right end of the tabular, does anyone got a solution??
Thanks in advance!
Graphics, Figures & Tables ⇒ tabular problems
NEW: TikZ book now 40% off at Amazon.com for a short time.

tabular problems
Hi,
please post complete, minimal code and not just snippets.
(syntax: \fontsize{<size>}{<baselineskip>}; usually the second argument is set to approx. 1.2 times the value of the first argument).
please post complete, minimal code and not just snippets.
You can use something likewayne wrote:...First, is there a way to set the font size manually the font size: tiny is too small for me and \scriptsize too large...
Code: Select all
\fontsize{7}{8.5}\selectfont
You are using less columns than than those declared in the tabular format (but without the actual code I am just guessing).wayne wrote:Second, the horizontal line stops in the middle and does not go until the right end of the tabular, does anyone got a solution??
1,1,2,3,5,8,13,21,34,55,89,144,233,...