atom-latextools
atom-latextools copied to clipboard
Port of the LaTeXTools package to the Atom editor
Highlighting a string of text beginning with a number, like `1.23` and then typing `$` results in `.23$` instead of the intended `$1.23$`. A similar thing seems to happen with...
quite often macros are set, either through `\def`, `\newcommand`, `\newdocumentcommand` `\newenvironment` with robust variations and such. Could the editor scan through the current file, or project for any of these...
Hi, is it possible to add a quick access to different math symbols, like in Kile and TeXstudio? Here is a descriptive picture: http://www.texstudio.org/images/symbols.png Maybe, one could use some shortcut...
After compilation focus is always kept by SumatraPDF and not returned to the Atom editor even when the "keep focus" option is checked, on an updated Windows 10 machine running...
cleveref is a popular LaTeX package for smart reference management. Most of the package's ref commands (e.g., `\cref`, `\cpageref`) are working as they should, i.e., after placing an opening curly...
Adds support for project files to latextools which allows configuration on a per-project basis. It's main use right now is to set the `TEXroot` without needing to use a magic...
Takes advantage of the `activationHook` feature of Atom to ensure the package is only loaded when the `language-latex` grammar has been used. Not a major feature, but hopefully helps out...
Please consider supporting multi-file documents without magic editor-specific inline flags inside the document itself. This mixes platform agnostic documents with platform specific build instructions. For good style, IMHO, this should...
This PR uses `kpsewhich` to find bibliography files in the `TEXMF` tree (provided they'd otherwise be findable via kpsewhich... We probably have some work to do to support `TEXINPUTS`). In...
Thank you for this wonderful package. I am keen to switch from Emacs to Atom, and a good latex environment has been holding me back; specifically this is the only...