JDMCreator / LaTeXTableEditor

readme
MIT License
141 stars 14 forks source link

Imports with curly brackets cut off the next character #66

Closed MiSteiner closed 2 years ago

MiSteiner commented 2 years ago

Importing tables containing curly brackets ({ / }) cuts off the next character.

For example importing

\begin{table}
\centering
\begin{tabular}{l}
\{123 
\end{tabular}
\end{table}

results in a table with the content {23 instead of {123. This affects importing tables that include citations (\cite{...})

Thanks for the amazing editor!