Graphics, Figures & TablesHow to increase table border width.?? Plz. help!

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

How to increase table border width.?? Plz. help!

Post by dmuthu_cse »

Hello friends,

I am using MikTex 2.7 with TexNiCenter. In tables, how to increase the thickness of the table border alone.

I have tried with "\arrayrulewidth" command.. which is,
Coding : \setlength{\arrayrulewidth}{1.5pt}

But the problem is the whole table (rows & columns) line thickness is increased.

But, I want to increase the thickness only for the table borders and not the inner lines. I will be more benifited if I am given an example code of the above said problem.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

How to increase table border width.?? Plz. help!

Post by gmedina »

Hi,

take a look at the example that I posted in this other thread.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: How to increase table border width.?? Plz. help!

Post by dmuthu_cse »

Hello gmedina,

Thank you very much.. That's what i am actually searching for. Your example was really helpful.. I have learnt a lot from that..

Now I am clear about table borders...
Post Reply