pythontex
pythontex copied to clipboard
A LaTeX package that executes Python and other code in LaTeX documents, and includes the output
Hi, I have many pyconsole blocks with standard output that is nicely incorporated into the text using the usual pythontex method. However, when I follow the instructions to use depythontex,...
See http://tex.stackexchange.com/questions/279845. Basically, precompiled preambles will fail due to PythonTeX's use of `\jobname`, and the file(s) that it opens in the preamble. This could be fixed by only opening files...
When `\inputpygments` is used with a file that doesn't exist, `multiprocessing`'s `pool.py` gives `AttributeError: 'NoneType' object has no attribute 'decode'`. The Pygments process should instead check for file existence, and...
I get this error a lot. There's nothing wrong with the pyconcode. It has things like `plot()` in it which produces some output that I do not use. Is there...
The temp file with code and delimiters is currently written too early, before some code might still need to be executed. Example: http://tex.stackexchange.com/questions/230446/using-pythontex-py-with-fancyhdr.
Starting development. - This will likely need a rewrite of the `stderr` parser (which is needed anyway). - Getting a full utilities class working may be more difficult than for...
The command-line option `--interpreter` doesn't work for `console` content. So, for example, we get ``` pycon >>> 10/3 3 ``` when `--interpreter python:python3` under *nix, if `pythontex.py` is run using...
When compiling a file with pythontex I get messages about invalid escape sequences in python3.py. I am running the latest version from texlive. The output of `pythontex --version` gives ```...
This [line](https://github.com/gpoore/pythontex/blob/d0beafa088161957508809464b0ab331b1681c6e/pythontex/pythontex_engines.py#L1117) calls Weave.jl for juliaconsole output with the doctype "tex". That doctype is no longer supported. The tex options as far as I can tell are now "texminted" and...