Richard Stein

Results 124 comments of Richard Stein

I don't know how we should provide that context. We could create a html-popup, but that looks a little bit weird together with the overlay, because the anchor of the...

Is this only problematic with the math and image preview? How would you suggest to support that?

@jmml97 I don't think anyone is currently (or in the near future) working on this.

Have you also tried this with the normal sublime built-in command mode?

The behavior of ref and label is hard coded and not configurable. You may however adapt the source code. Select *View > Browse Packages...* then open the `LaTeXTools` folder and...

Sorry for the late reply. In general the potential bib files are merged together and all bib files are parsed and used for the completion. We would need to see...

The `\ref` completion should work correctly if you have configured your tex files as a multi file document https://latextools.readthedocs.io/en/latest/features/#multi-file-documents The underlying analysis automatically follows `\include` and `\input`

Do you use pre releases? https://github.com/SublimeText/LaTeXTools/blob/master/README.markdown#prereleases Subfiles should be supported there.

I think we still haven't solved the problem of referencing the master file from the subfile but not compiling it. Usually one would add the magic comment `%! TEX root...

The example above looks correct, but you may need to clear your cache (C-l, C-c or C-l, C-backspace) because we cache some information about the document structure.