ig0774

Results 95 comments of ig0774

Do you have any `\cite` commands in your document? `\printbibliography` only prints sources that are cited in the document. IIRC something like `\nocite{*}` before the `\printbibliography` command will load all...

So, this isn’t going to solve things, but a bit of a comment on what’s happening here: In order for forward and reverse sync to work, i.e., to open the...

This behaviour is admittedly be default kind of fragile. Basically, we implement a DBus proxy that handles the `on_sync_source` event Evince generates. This is the exact same thing GEdit does...

Probably just disabling the Geist synctex plug-in is sufficient. I can’t remember how that’s done. That said, you’re right that there are other more intermittent issue with the Evince sync....

Alright, after some play around with this, I think there's a partial solution. Basically, I can setup the Okular viewer so that it will ensure that the PDF is always...

@r-stein wasn't saying the "No bib files" message is problematic. It's the output from the console you showed that indicates a problem finding Ghostscript on your machine, which is completely...

Sorry, first line should be *isn't* instead of *is*.

Probably the best thing to do would be to see if things work if you leave the `texpath` setting as “”.

I don’t think LaTeXTools is compatible with that plugin. We write our build information to a different output panel than the default build output panel (“exec”), which allows us to...

I don’t think we cache the information per se, but the information we display is all extracted from the LaTeX log and [our script that does that parsing](https://github.com/SublimeText/LaTeXTools/blob/master/parseTeXlog.py) can be...