JDMCreator / LaTeXTableEditor

readme
MIT License
137 stars 14 forks source link

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

Closed sammaddens closed 11 months 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 11 months ago

Will be added to the next release.