Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Releases: thomasjo/atom-latex

v0.7.0

22 Oct 18:13
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Added

  • Enables generation of SyncTeX file, although it doesn't do anything yet.

Changed

  • Switch error log style to file:line.
  • Only set PATH environment variable on the actual child process that
    executes latexmk, instead of setting it for the entire Atom process.
  • Overall improvement of code quality, and simplicity.

v0.6.0

22 Oct 18:13
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Changed

  • When the package is activated, sets process.env.PATH equal to the
    configured latex.texPath value.

v0.5.0

22 Oct 18:14
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Added

  • Support for -shell-escape.

v0.4.0

22 Oct 18:14
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Changed

v0.3.0

22 Oct 18:14
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Added

  • Introduced Build menu item.

Fixed

  • Not properly handling editor being undefined/null.

v0.2.0

22 Oct 18:14
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Added

  • Package configuration.

Changed

  • Delayed package activation.
  • Changed keymap selector from .workspace to .editor.

v0.1.0

22 Oct 18:14
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

  • First release.