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

Results from `texcount` are presented via the quick panel in `texcount.py` as ```python self.view.window().show_quick_panel( res_split[1:4] + res_split[9:], None ) ``` However, [according to the API docs](http://www.sublimetext.com/docs/2/api_reference.html#sublime.Window), the second positional argument...

The autocompletion tool for references only pops when the `.bib` file in the same directory as my `.tex` file is named `bibliography.bib`. For example, when it is named `references.bib` the...

I work on a laptop, so when the build output appears below my code, it becomes really cramped. I would much rather have the build output inside a new tab...

As far as I can see `\ref` will only list labels from the open file for autocompletion. Is it possible to list from all `.tex` files in the current directory...

Thanks a lot for the math and image preview features, they're awesome! Could you please add an option for the math preview to be displayed on a pop-up while hovering,...

enhancement

I have the same issue as described in #282 I have copied the file Default (OSX).sublime-keymap to my user directory (ST 3/Packages/User) and commented out the four blocks of code...

### Request When moving the cursor or mouse over an cited item, e.g. in `\cite{abc98}`, open a small window displaying the title, author etc. of that item. ### Reason This...

enhancement

I have a suggestion about \ref and \eqref completion. Why not use the .aux file to list the equation number along with the key? It would be much easier, and...

For inline math environment, $$ or \( \), It automatically converts underscore _ to curly brackets {}. For example If I want to write \beta_t, After pressing _ when I...

I have certain images in .eps format for which I was using the teashop flow of latex->dvips->ps2pdf. Now I want to move to sublime text and use latex tools. Is...