This package consumes the following services:
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
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.
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-'