Richard Stein

Results 156 comments of Richard Stein

The `latex_search_command` also jumps to the command in the document and you can also use fuzzy search. In fact it just shows a little different item text and is missing...

Adding an option to the command to limit it to the current file should be possible and reasonable.

This is a very interesting idea and tool. The problem is to convert the LaTeX document in to plaintext/html while preserving line numbers and in the best case also columns....

Yes, writing a LaTeX parser would pretty much work, but fortunatly Sublime Text has already a syntax parser and we can query the results. My first approach would be to...

You can try to use the `comment` package and add ```latex \begin{comment} \addbibresource{Output/database.bib} \end{comment} ``` I think we should add a possibility to write hints for LaTeXTools in the normal...

The background is not bound to the generated image. We always create an image with a transparent background and add the color via css in the phantom. Therefore if the...

@Pastafarianist you could try out #985, this should increase the quality.

Yes, that's somewhere on the TODO list with a lower priority. It would be easy to grap the usepackage's and newcommand's and put them in the preview document, but that...

- Can you open the ST console `ctrl+`` and look whether an error is printed out? - do you have texlive in the widows path or set in the LaTeXTools...

Thanks for that investigation, I will improve the system check and the error logging.