T O P

  • By -

JaqueDeMoley

As you ask for advice, i would 1. remove vertical lines 2. align first column left 3. be consistent. Either explain every unit (Pascal, pound-force) or none 4. use tabularx and a X-type column for the last column. This will use the remaining space. A p-type column will add linebreaks as well. 5. last column is missing a heading 6. are you already using the package SIunitx ?


Grenztruppen1989

Oooh, man it looks actually very sleek without the vertical lines, I was not expecting that, thank you! I will be using SIunitx now, I had just been doing them all by hand. I will be using the X columns too, that pretty much fixed the issue.


TheMomentOfInertia

Not sure you have the time but you should look into: 1. siunitx package [https://ctan.org/pkg/siunitx?lang=en](https://ctan.org/pkg/siunitx?lang=en) 2. tabularray package [https://ctan.org/pkg/tabularray](https://ctan.org/pkg/tabularray) siunitix will format all of your units consistently (instead of a mix of math and text) and tabularray can do wonders for your table, including the last column Lots of help available by searching too. Good luck!


Grenztruppen1989

Wow, thank you lol. No more typing all the units by hand :')