🚨 This project is no longer maintained. If you would like to take over ownership, please contact me via email. 🚨
LaTeX for Atom.
A latexmk
wrapper developed for Atom.
- SyncTeX
- Project management
- Error detection
TEXINPUTS
- Ensure a latex distribution is installed, and that
latexmk
andsynctex
is in yourPATH
. - Configure
TeX Bin
in the package settings to the location of your latex distribution's installation location. - Ensure that the
language-latex
package for Atom is installed. - Open a tex file within the directory containing your LaTeX project.
compile
the project.
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.
- compile and sync project:
cmd-;
- compile project:
alt-cmd-:
- sync project:
alt-cmd-;
- edit project:
cmd-'
- clean project:
alt-cmd-'
- compile and sync project:
ctrl-;
- compile project:
alt-ctrl-:
- sync project
ctrl-alt-;
- edit project:
ctrl-'
- clean project:
ctrl-alt-'