Skip to content

tekknosol/atom-latex

 
 

Repository files navigation

LaTeX package

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

Build status

Build Status Windows Build Status


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 note that this package is in a beta 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 other distributions, besides OS X.
  • Support for compilers other than latexmk.
  • Add support for non-PDF typesetting (e.g. dvi).
  • Project management.
  • Setting to override the output directory.
  • Setting to override the builder.

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 94.9%
  • TeX 3.5%
  • CSS 1.6%