GeneralIncrease thickness of table borders

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
vhii
Posts: 9
Joined: Sun Feb 10, 2008 11:11 pm

Increase thickness of table borders

Post by vhii »

Hello,
short question, how can I increase the thickness of table borders? I haven't been able to find any info about this in the latex manuals or by googling.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Increase thickness of table borders

Post by localghost »

When doing this, you should additionally use the array package. It fixes a bug in standard LaTeX.

Code: Select all

\setlength{\arrayrulewidth}{2pt}
To see the difference, try this command with and without array. You will get really nice looking tables with booktabs.


Best regards
Thorsten¹
vhii
Posts: 9
Joined: Sun Feb 10, 2008 11:11 pm

Re: Increase thickness of table borders

Post by vhii »

Thanks a lot!
Post Reply