jupyterlab-latex
jupyterlab-latex copied to clipboard
no BibTeX - compilation fails
If I try to execute an example which contains no bibtex compatible code: https://github.com/jan-janssen/latex-examples/blob/master/tikz.tex I get the following error message:
This is BibTeX, Version 0.99d (TeX Live 2019)
The top-level auxiliary file: tikz.aux
I found no \citation commands---while reading file tikz.aux
I found no \bibdata command---while reading file tikz.aux
I found no \bibstyle command---while reading file tikz.aux
(There were 3 error messages)
While in the same environment executing a file with bibtex, works fine: https://github.com/jan-janssen/latex-examples/blob/master/bibtex.tex
Hi everybody, I have the same problem. Is there any solution or work around?