this post was submitted on 27 Jul 2024
164 points (91.8% liked)

Memes

45180 readers
1537 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 month ago (1 children)

Talking about tables, if you're not using tabularray in 2024, you're doing yourself a disservice IMHO. I almost use it exclusively except for text formatting as only tabularx supports page footnotes easily.

It has turned LaTeX tables from absolutely annoying to something that actually makes sense and looks nice and comes with most tools you want from tables. Except booktabs which it supports with an option. For example, it supports cells with line breaks, variable width columns, multiline and multi row cells - and even manages to align the text in them correctly. I don't know how Jianrui Lyu did this, but he did.

So yeah. Tables in LaTeX don't have to be pain.

[–] [email protected] 1 points 1 month ago

Thanks for this one! I’ll be giving it a go in my next project