thedataking / atom-latex

A simple utility package for Atom that invokes latexmk.

Home Page:https://atom.io/packages/latex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX package Build Status

A simple package for Atom that compiles LaTeX files by invoking latexmk.

Installing

Use the Atom package manager and search for "latex", or run apm install latex from the command line.

Usage

Invoke the build command by pressing the default keybind ctrl-alt-b while in a .tex file.

Status

Please not that this package is in an alpha state. Right now everything is very naïve. As an example, there's no real error handling; the package merely prints an error message to the console indicating that an error occurred during the build, and to check the log file manually...

The package is currently hardcoded to typeset using pdfTeX. This will be configurable in a future release.

TODO

Current wish list, in a semi-prioritized order.

  • Progress indicator.
  • Build output.
  • Error handling.
  • Warnings, and other non-critical messages.
  • BibTeX autocompletion support.
  • Open PDF automatically.
  • Configurable.
  • Support for compilers other than latexmk.
  • Add support for non-PDF typesetting (e.g. dvi).

If you see something that's missing, or disagree with the prioritization, consider submitting a feature request, and if you're feeling super helpful, submit a pull request with an updated TODO list 💖

About

A simple utility package for Atom that invokes latexmk.

https://atom.io/packages/latex

License:MIT License


Languages

Language:CoffeeScript 92.5%Language:CSS 5.0%Language:TeX 2.5%