Luca Innocenti

Results 7 issues of Luca Innocenti

As per the title, consider the following snippet: ``` import time import ipympl import matplotlib.pyplot as plt fig, ax = plt.subplots(1, 1, figsize=(5, 5)) data = [] plt.show() for idx...

Here is a section of how I see the code when using the `onedork` extension: ![image 1](https://user-images.githubusercontent.com/10957113/29333509-f6a4b714-81fb-11e7-8076-9e56b91602ad.png) and here is the same block as it appears in the exported HTML:...

In the GitHub readme the following example is given: papis add --from-doi 10.1090/noti963 --set tags programming rnoti-p434.pdf However, the option `--from-doi` doesn't seem to exist. From [the online guide](https://papis.readthedocs.io/en/latest/quick_start.html) I...

question
faq

Trying to highlight text that is entirely or partially formatted, e.g. in italic, breaks things. E.g. `some *text*` doesn't render as one would expect. I realise this is probably due...

This is what I see after having installed (via vscode market place) and activated the neon theme: ![screenshot 2018-02-01 18 59 03](https://user-images.githubusercontent.com/10957113/35697565-785f7f94-0782-11e8-88cf-fad10db3d2af.png) I'm assuming that's not intended behaviour? I see...

The possibility of having time-changing gates (I mean gates like the X^t) is very useful. However, sometimes the varying is too fast to appreciate some features. Would it be possible...

Consider the following two files: `old.tex`: ``` \documentclass{article} \usepackage{amsmath} \begin{document} \begin{equation} \begin{gathered} a \\ b \end{gathered} \end{equation} \end{document} ``` and `new.tex`: ``` \documentclass{article} \usepackage{amsmath} \begin{document} \end{document} ``` Running `latexdiff old.tex...