mirandrom

Results 5 comments of mirandrom

Ah wonderful thank you, I had missed those with the keywords I searched before posting this. Apologies for the duplicate. I think it could be helpful to have a note...

Happy to take a stab at it if its something you decide is worthwhile.

You can try `from pathlib import Path` `import shutil` `tmp_dir = Path(rouge._model_dir).parent` `shutil.rmtree(tmp_dir)`

So it seems like the issue is with latexml not supporting the standalone package and breaking when the \input directive is used to include tex source files with preambles. Running...

I also found that using latexml version 0.8.5 (instead of the 0.8.4 that is in the Ubuntu package repositories) fixed that issue without the need for subfiles.