emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Support for tabularray in LaTeX export


From: Vikas Rawal
Subject: Support for tabularray in LaTeX export
Date: Thu, 2 Sep 2021 06:12:43 +0530

tabularray (CTAN: Package tabularray) provides longtblr environment that is called as 

---
\begin{longtblr}[various-table-options]{column and row specifications}

\end{longtblr}
---

Adding something like the following to orgmode tables makes them export nicely as longtblr

---
#+ATTR_LATEX: :environment longtblr
#+ATTR_LATEX: :align width=0.8\textwidth,colspec={lX[2,r]X[3,r]X[r,bg=gray9]}
#+ATTR_LATEX: :booktabs t
---

Everything seems to work very well with orgmode except that I cannot figure out how to pass [various table options] from orgmode. These table options include, most importantly, table notes.

I normally use threeparttable for table notes, but longtblr does not seem to work with threeparttable and has its own syntax for table notes.

Any advice on how to pass [table-options] to longtblr environment?

Vikas

reply via email to

[Prev in Thread] Current Thread [Next in Thread]