Graphics, Figures & TablesTable borders

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
huseyin_hzl
Posts: 4
Joined: Sun Dec 06, 2015 9:15 am

Table borders

Post by huseyin_hzl »

Hi all,

I am newbie to Latex and trying to write my thesis with it. I have solved some issue but now I am wondering something new. I have searched the net but couldn't find. So, I would like to ask it here. Is there a way to produce such a table borders like below;

Image

Thanks in advance.

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Table borders

Post by Stefan Kottwitz »

Yes, using booktabs, take a look at the booktabs manual.

Double lines are "evil", but thick top and bottom lines and thin middle lines can easily be done using booktabs. Try it, and let us know how it is for you.

Stefan
LaTeX.org admin
huseyin_hzl
Posts: 4
Joined: Sun Dec 06, 2015 9:15 am

Table borders

Post by huseyin_hzl »

Stefan_K wrote:Yes, using booktabs, take a look at the booktabs manual.

Double lines are "evil", but thick top and bottom lines and thin middle lines can easily be done using booktabs. Try it, and let us know how it is for you.

Stefan
Actually, the table border contains thin line above thick line. Also, I don't know the working code :cry:
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: Table borders

Post by Stefan Kottwitz »

Looks kind of ancient old style anyway. And not good as it's common today, for example this table writes units in italic, but today we write units upright, distinguished from italic variables.

Before implementing "fancy ideas" ;-) for your thesis, take a look at modern books in your field of science. Do they use double thick/thin lines in tables?

Stefan
LaTeX.org admin
huseyin_hzl
Posts: 4
Joined: Sun Dec 06, 2015 9:15 am

Table borders

Post by huseyin_hzl »

Stefan_K wrote:Looks kind of ancient old style anyway. And not good as it's common today, for example this table writes units in italic, but today we write units upright, distinguished from italic variables.

Before implementing "fancy ideas" ;-) for your thesis, take a look at modern books in your field of science. Do they use double thick/thin lines in tables?

Stefan
Just now I have looked at the book published in 2013, they also used thick lines in table also italic units are easy to be converted upright :) So you advice me to use simple tabular properties right?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Table borders

Post by Stefan Kottwitz »

My advice is
  • using thick lines and thin lines, not double lines (very unusual and no reason for it)
  • upright units, italic variables
  • no italics for table head entries, the lines separate it enough, no reason to make it harder readable and less inconsistent
Perhaps post your own table and we help to improve your code.

Stefan
LaTeX.org admin
Post Reply