atom-latextools icon indicating copy to clipboard operation
atom-latextools copied to clipboard

Port of the LaTeXTools package to the Atom editor

Results 81 atom-latextools issues
Sort by recently updated
recently updated
newest added

As requested in #26. This adds an Evince viewer using the same scripts we use on the Sublime version. This means it requires a python interpreter (2.7 or 3.4+; may...

Perhaps this is me failing to understand something, but it seems some of the snippets work whereas others don't: for instance, typing "b" prompts me with many snippets: baa, baan,...

Dear all, I just got this issue in the last couple days. I could not compile the tex file in Atom, but could do it outside in Texstudio. The error...

It would be cool if there was bracket matching for `$$...$$`. Right now it's available for `$...$` only. Timing could be an issue, but maybe the `$$` could be matched...

Hi :) Let me first congratulate you for your excellent package. I would like to compile the latex files with the latexrun script, instead of latexmk. Could someone tweak the...

`atom-latextools` already has great support for hyperlinks for errors, linking them to the correct line in the editor. But sometimes, as already reported in https://github.com/msiniscalchi/atom-latextools/issues/136 , the information is not...

enhancement

The log errors I get in the console are very terse, often to the point of being useless. Take for example the case where I have a macro `\mymacro` which...

enhancement

Basically sets up the builders in a manner identical to #50. Unlike #50, for now, no new features are added, but this provides a basis for new builders to be...

When starting math mode the cursor is advanced to an odd position. Typing `$$` yields `$$ $^$` where `^` is the position of the curser afterwords.

enhancement

It would be nice to have an ability to fold tex files by semantic parts of the text. I can try to implement this.