LaTeXTools icon indicating copy to clipboard operation
LaTeXTools copied to clipboard

LaTeX plugin for Sublime Text

Results 127 LaTeXTools issues
Sort by recently updated
recently updated
newest added

I have a document which doesn't use any citations, but has a list of references that should be printed. However, even when using `\nocite{*}`, biber does not get run by...

I'm using Sublime Text 4107. When I trigger a snippet using Tab, the leading `\` disappears, as shown below: ![2021-06-16 22-43-23](https://user-images.githubusercontent.com/37801658/122323160-a75a7f00-cef4-11eb-89b6-cf76e187c3ec.gif)

Recently (past week or so) LaTeXTools has been popping up the "No bib files found!" error dialog. Installed version of LaTexTools is v3.13.5. SublimeText 3 Build 3126. Console: ``` TEX...

bug

Building a tex file results in Okular trying to open the .tex file instead of the pdf. I think this may be a snap issue but I can't be sure....

After updating to ST4 (build 4113), the builder does not launch the PDF viewer (Skim) any more. (MacOS 10.14.6 Mojave, Skim 1.6.4). I tried changing the viewer commands in LaTeXTools.sublime-settings,...

Then using built-in autocompletion (typing backslash) backslash itself is deleted after inserting the autocompletion text. ![sublime4](https://user-images.githubusercontent.com/3464482/112967378-82ebd380-914b-11eb-9878-9227d4cda462.gif)

In my user `LaTeXTools.sublime-settings` file I have set `"cite_panel_format": ["{keyword}: {author} - {title} ({year})",""],` and `"cite_autocomplete_format": "{keyword}: {author} - {title} ({year})",` When entering `\cite{`, then the auto completion menu is...

When a text is selected and `|` is pressed, enclose the text in `|`'s. Adding the following to the keymap should add this (can be added to user keymap as...

enhancement

Hi, First, I would like to thank you for this amazing work. I am currently working on a document which uses multibib. I decided to setup a scriptbuilder to compile...