JDMCreator / LaTeXTableEditor

readme
MIT License
139 stars 13 forks source link

Issue when importing dollar symbols #33

Closed nsfinch closed 3 years ago

nsfinch commented 3 years ago

Hello,

I typically save each table I create in separate *.tex files. When I need to update these tables, I reimport from the the tex files to your editor (offline mode -- many thanks for making this available) and have noticed parsing problems.

Specifically, I have financial data formatted $1,234K for example. When importing into the table creator, the parser misses the leading digit of numbers formatted this way. I've attached two images that display the original table and the same data re-imported into the table editor.

Once again, thanks for making this tool available and let me know if you need any additional data points or test cases.

Best regards, Nolan

Clean Table Example:
Import_Error_Example--CleanTable

Same Table Re-imported into Editor: Import_Error_Example--ReImportedError

JDMCreator commented 3 years ago

Thank you for your kind words. Could you post here the LaTeX code you are trying to import ?

JDMCreator commented 3 years ago

Never mind, I could reproduce the issue. I'll look into it.

JDMCreator commented 3 years ago

Issue fixed in last release.

nsfinch commented 3 years ago

Excellent - thanks for the quick turnaround on this issue. Cheers.