Results 245 comments of Geoffrey Poore

That sounds like a useful feature. I am rewriting the core of PythonTeX, and will look into adding this as part of that process. The rewriting process is going slowly,...

I'd like to help, but I think this is more complex than a quick patch. Getting `stderr` in real time would require accessing `stderr` from a `subprocess.Popen()`, which is itself...

See what you can do in your fork, and let me know how it goes. Not needing `multiprocessing` should make things easier.

That's a bug. `escapeinside=$$` seems to work under Windows, but Linux needs `escapeinside=\\$\\$` so that when the Pygments highlighting command is executed, the dollar signs are treated literally. I'm working...

I missed that you were trying to escape to math mode. `escapeinside` just escapes to LaTeX, but doesn't set the mode according to the escape character. So you could use...

You can use `texcomments` to treat everything in comments as LaTeX. Yes, the current Pygments escaping has issues...if that is ever fixed, it may be possible to have more escape-related...

In this case, `\ShellEsc` should quote the path. I think there was a point in the past where it did quote the path, but then that was interfering with shell...

It might be possible to do something like this by using a different set of XML templates. I don't have time to add support for other formats myself. You might...

Currently, there is no support for MiKTeX's `-aux-directory` (similar to TeX Live's `-output-directory`, except that that also relocates the PDF, not just auxiliary files). I think the best approach would...

Please clarify how this would be an improvement for you compared to the current system. What prompted this issue?