Richard Stein

Results 124 comments of Richard Stein
trafficstars

@JackGin I can only speak for myself: We started to create ["version 4"](https://github.com/SublimeText/LaTeXTools/issues/1101) on a [separate branch](https://github.com/SublimeText/LaTeXTools/tree/version4), which removes ST2 compatibility, includes a lot refactoring, and adds nice features. However...

You get a log parsing error from LaTeXTools? Unfortunately that happens with some log entries, because there is no standardized LaTeX log format and hence we just try to heuristically...

I don't see a screenshot. Is the build failing to create the pdf document or do you have issues with the autocompletion or something else?

This seems to be an issue within the halloweenmath package. I also get the same errors, when I try to compile the example. However the pdf is generated and looks...

No unfortunately I also don't know how to solve this. I think that the package is incompatible with current versions of texlive/miktex. At least in my case I got those...

@Mq- Technically there are also other consumers of the known labels, which would not work in that case, e.g. [jumpto_anywhere.py](https://github.com/SublimeText/LaTeXTools/blob/st3-4.0.0-alpha.8/jumpto_anywhere.py#L294-L296) and the [toc_quickpanel](https://github.com/SublimeText/LaTeXTools/blob/st3-4.0.0-alpha.8/toc_quickpanel.py#L35). However the auto completion is the most...

The auto-export functionality would rely on the traditional bibliography, but add new bib files. For this it would be necessary to change the existing plugin with a command like `add_bib_files`....

@retorquere You can add a keybinding on the `{` after typing `\cite` via ``` js { "keys": ["{"], "context": [ { "key": "selector", "operator": "equal", "operand": "text.tex.latex" }, { "key":...

It works fine with only the zetero plugin, but combining it with other cite completions (which is not useful anyway) does not show the panel in ST. Because it seems...

@lblb98 Unfortunately my solution does not work anymore. 1. **It seems that the [zotero api](https://www.zotero.org/support/dev/client_coding/http_integration_protocol) has changed since then. So additional adaptions are necessary there.** 2. The class must be...