atom-latex-plus
atom-latex-plus copied to clipboard
🚨 This project is no longer maintained. If you would like to take over ownership, please contact me via email. 🚨
LaTeX-Plus
LaTeX for Atom.
About
A latexmk wrapper developed for Atom.
Features
- SyncTeX
- Project management
- Error detection
TEXINPUTS
Usage
Quick Start
- Ensure a latex distribution is installed, and that
latexmkandsynctexis in yourPATH. - Configure
TeX Binin the package settings to the location of your latex distribution's installation location. - Ensure that the
language-latexpackage for Atom is installed. - Open a tex file within the directory containing your LaTeX project.
compilethe project.
Project Configuration
LaTeX-Plus keeps metadata on projects using a JSON formatted file that is
easily configurable. Simply invoke the edit command to customize to your
liking.
Keymaps
OS X
- compile and sync project:
cmd-; - compile project:
alt-cmd-: - sync project:
alt-cmd-; - edit project:
cmd-' - clean project:
alt-cmd-'
Linux and Windows
- compile and sync project:
ctrl-; - compile project:
alt-ctrl-: - sync project
ctrl-alt-; - edit project:
ctrl-' - clean project:
ctrl-alt-'

