JDMCreator / LaTeXTableEditor

readme
MIT License
139 stars 13 forks source link

export function working? #13

Closed blakemertz closed 2 years ago

blakemertz commented 5 years ago

Went ahead and copied and pasted a table from open office writer into the import --> paste function, and the table is generated correctly on the web interface. However, when i go to file --> export file --> latex, nothing happens. I was expecting that it would at least generate the text block I need to copy the table into my latex document, so I'm not sure what I'm doing wrong here.

Tried this in both chrome and firefox on debian 9. Any help would be great, as this table is kicking my butt to generate from scratch. Thanks for the resource!

blakemertz commented 5 years ago

Quick update -- seems to be an issue only with the Tex-based generations. I can generate output for the other languages included (Markdown, CSV, HTML, etc.). Do I need to have some other java library installed? I've also tried running this from my laptop using the source files from github, with same result.