isteinbrecher / latex2ai

LaTeX Plugin for Adobe Illustrator
MIT License
147 stars 5 forks source link

"LaTeX2AI_item.pdf" is created but the plugin tries to open "LaTeX2AI_item_1.pdf" #115

Closed raulazo-m closed 1 year ago

raulazo-m commented 1 year ago

Hello, the plugin creates the pdf with the equation in the corresponding folder:

image

But then it tries to open a file that does not exist "LaTeX2AI_item_1.pdf"

image

Thanks for your help!

isteinbrecher commented 1 year ago

LaTeX2AI generates all item generates all labels in a single pdf file LaTeX2AI_item.pdf (each label is a page in this document, in your case probably just 1) and then splits it into individual pdf files using ghostscript. It seems like the split command did not work in your case. What version of ghostscript do you have on your system?

raulazo-m commented 1 year ago

I was using a version that I had installed before and that came with TexLive. But now that you mention about the version I installed the most updated one and the plugin is already working.

Thank you very much!