JDMCreator / LaTeXTableEditor

readme
MIT License
139 stars 13 forks source link

Failed to render math exp from latex code #18

Closed Hzzone closed 2 years ago

Hzzone commented 4 years ago

Firstly thanks for your great work that helps a lot! Here I find it fails to convert the latex math code into a table, the test code is below:

\begin{table}
\centering
\begin{tabular}{lll} 
\toprule
$a^+$ & 2 & 3  \\ \cmidrule(lr){1-3}
4 & 5 & 6  \\
7 & 8 & 9  \\
\bottomrule
\end{tabular}
\end{table}
Screen Shot 2020-04-15 at 12 19 57 AM

In my opinion, it is somewhat convenient since there usually appears math code in the table.

JDMCreator commented 2 years ago

This is expected behaviour.