Skip to content

JTSvejda/atom-latex-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚨 This project is no longer maintained. If you would like to take over ownership, please contact me via email. 🚨

LaTeX-Plus

Travis branch Plugin installs! Package version!

LaTeX for Atom.

About

A latexmk wrapper developed for Atom.

Features

  • SyncTeX
  • Project management
  • Error detection
  • TEXINPUTS

Usage

Quick Start

  1. Ensure a latex distribution is installed, and that latexmk and synctex is in your PATH.
  2. Configure TeX Bin in the package settings to the location of your latex distribution's installation location.
  3. Ensure that the language-latex package for Atom is installed.
  4. Open a tex file within the directory containing your LaTeX project.
  5. 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-'

screencast

screencast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.8%
  • CSS 5.2%