Results 54 comments of Yann Salmon

BTW if somebody is facing the same problem as me, here is an ugly workaround pending resolution of this : after installing arduino IDE on the machine : ``mv /opt/arduino/arduino...

I have to report that the problem arises with one of my old-style PEM private keys. It does not, however, if I decrypt it into a (temporary) file and use...

With LuaLaTeX it is possible to get access to the command line and therefore to the output directory. ```latex \usepackage{iftex} \ifluatex \usepackage{shellesc, luacode} \begin{luacode*} function parseargv() local rep = {}...

Thanks for your help. Alas, it does not work either : the $ symbol is not displayed anymore in the typeset code, but the content between $ is typeset as...

Oh, sorry, I missed this subtlety in the manual. Being able to escape to non-mathmode LaTeX seems nice. Is it also possible regarding comments --- it seems not. The way...

I think I got a (dirty) way to escape to math mode by default. When a piece of text, say xxxx, is escaped, it is translated to a ```\PYG{esc}{xxxx}```. So...

On my Linux system, I get ``` /opt/yann/pyzo-4.6.0/source/pyzo/util/qt/__init__.py:178: RuntimeWarning: Selected binding "pyqt5" could not be found, using "pyside" 'using "{}"'.format(initial_api, API), RuntimeWarning) ``` when starting pyzo 4.6 (which nonetheless seems...

Le 17/02/2020 à 10:13, Almar Klein a écrit : > So, if I understand correctly, rephrasing it in my own words: you have > multiple people that have an account...

Automating the 3 steps of the Quickstart guide would be interesting. For this, it would be great if the pyzo (windows) installer could be run non-interactively, ie by specifying the...