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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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