From: Michael J G. <mic...@us...> - 2018-03-21 09:58:33
|
Hi José when you use the LaTeX runner with pyxgraphics=True (which is the default) PyX constructs a tmp file that it feeds to LaTeX (see text.py). This is the only place that I can think of where PyX can get into trouble with special characters in your path. One workaround is to set "tmpdir" in the "text" section of your pyxrc to a path without any special characters. That way, you can leave your home directory fully accented ;) Cheers Michael |