Search found 2 matches

by Zhang
Mon Apr 21, 2008 11:56 pm
Forum: General
Topic: How to control the width of the horizontal line in Table
Replies: 4
Views: 48179

Re: How to control the width of the horizontal line in Table

Stefan,

Thanks a lot for your suggestion.

It works perfectly for my case after the \toprule and \bottomrule are put in. So the outcome is that the "TEXT" is even distributed between the fully extended thicker horizontal upper and lower lines. For example,
\begin{table*}
\begin{tabular}{c}
\hspace ...
by Zhang
Mon Apr 21, 2008 11:10 pm
Forum: General
Topic: How to control the width of the horizontal line in Table
Replies: 4
Views: 48179

How to control the width of the horizontal line in Table

Hello all. I really need some help. Is there a way to make the horizontal line thicker? For example:

\begin{table*}
\begin{tabular}{c}
\hspace{16cm} \\
\hline
\vspace{0.25mm} \\
\textbf{\Large TEXT}
\vspace{0.25mm}\\
\hline
\end{tabular}
\end{table*}

In \hline, how to control its width?

In ...