jupyterlab-latex
jupyterlab-latex copied to clipboard
JupyterLab extension for live editing of LaTeX documents
``` File \"/srv/conda/envs/notebook/lib/python3.7/site-packages/jupyterlab_latex/build.py\", line 53, in latex_cleanup os.remove(fn)\nIsADirectoryError: [Errno 21] Is a directory: '_minted-minted' ``` Example: https://github.com/jan-janssen/latex-examples/blob/master/minted.tex
I installed jupyterlab-latex-2.0.0, python==3.7. When I open a test.tex file --> right click --> "Show Latex Preview", the pdf file is generated in the left "File browser". But No PDF...
It would be nice if I could type `\alpha` had have it autoconvert to `α`. The Julia REPL does this and there is a Sublime Text plugin that does the...
It looks like #171 was released as 3.1.0, but not also see an npm package published, which (might) be useful for downstream extensions (don't know of any at this time).
This may seem a strange accessibility request, but I do some work on an iPad pro while running jupyterlab on a raspberry pi This is my mobile setup, and there...
Hi, I am writing a document using the latex extension in Jupyter lab and the tableofcontents, listoffigures, and listoftables commands are failing to display any content. See the image below....
If you make a multipage document, the pagenumbers will be questionmarks. This can be resolved by a change in `jupyterlab_latex/build.py` Line 197 and 198 should be changed into: ``` whitelist=[tex_base_name+'.pdf',...
I would like to compile latex documents with document class specified in revtex4.2 (instead of the usual article, report, etc.). It is a package consisting of latex style files for...
Setting `tectonic` to the LaTeX build compiler doesn't work. The extension automatically adds flags to the command it does not recognize and fails. I also can't find the part of...
For most of Latex newbie is very difficult to create new correct LaTeX file without copy-pasting all that stuff about \documentclass, set of packages, etc. So, it will be great,...