JDMCreator / LaTeXTableEditor

readme
MIT License
143 stars 15 forks source link

[Request] Option to keep math and commands after import tabularray #85

Closed sammaddens closed 1 year ago

sammaddens commented 1 year ago

After importing the following tabularray table, two things happen. Math is translated to an internal math mode and the commands are dropped.

\begin{tblr}{colspec = {Q *{5}{Q[c]}}, hlines, vlines}
$A$ [\si{\square\m}] & 0.20 & 0.50 & 1.00 & 2.00 & 2.50 \\
$p$ [\si{\Pa}] & 12500 & 5000 & 2500 & 1250 & 1000
\end{tblr}

table1

With an option to keep math and commands the result should be the following table. This would be useful for easily modifying existing tabularray tables.

table2

JDMCreator commented 1 year ago

Will be added to the next release.