Øystein Bjørndal
Øystein Bjørndal
Just a note on the editor. I am using emacs, and simply type m-x python-mode whenever I am editing within the pycode environment. To store this code somewhere else, you...
But this is how the python console works. I understand your objection, but why not show the code without the >>> for every line? (i.e. without using the 'pyconsole" environment)....
I do understand, I just want to be a bit difficult ;) The main reason for being difficult is that I am not convinced this is a usage pattern that...
Yes. So since switching between console and non console is technically difficult to implement, I would rather look for a way to add the >>> to a standard code environment....
Could we/you consider a de-coupling of typesetting (display) and execution? Something like: \begin[show=[true, false, console], execute=[true, false], session=mysession]{pythontex} \end{pythontex} where all combinations of show and execute is legal (where show=false,...
This problem is a special case of any scenario where pythontex tries to include illegal LaTeX into the document. For instance print(r"\foo") will most likely get latex complaining that \foo...
Yes, sorry for mixing in here. My point is that the bug you have reported is more general, any illegal pythontex output is not treated well by latex, although the...
By default, the .pdf image produces by render can (at least on my system) be printed with a 'scale=100%' to a4/a3 paper. Having an image is in my mind more...
don't know if it is new, but this information is now in .json when passing the `--report` argument to nextpnr: ``` $ nextpnr-ice40 --version "nextpnr-ice40" -- Next Generation Place and...
Can you see if this looks better? https://github.com/obtitus/pythontex/blob/master/pythontex/pythontex.pdf