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.37.1

17 Oct 19:40
d11aaee
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.

Fixed

  • Output extension matching in log parser. Fixes #245.

v0.37.0

17 Oct 19:43
d5de9eb
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

  • Deprecation notice for texify.
  • Evince viewer support including SyncTeX forward/backward and open in background.
  • xdg-open viewer support.
  • Non-PDF producing LaTeX engine support.
  • Allow PDF producer override via magic comments.
  • Allow output format override via magic comments.
  • Rebuild command including automatic rebuild on change in settings.
  • Message panel with synchronization to source and log files.

v0.36.1

17 Oct 19:58
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.

Fixed

  • Open LaTeX log from error indicator

v0.36.0

17 Oct 20:00
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

  • Allow builder override via magic comments.
  • Basic knitr builder functionality.
    Note that at this point it only works with .Rnw files. This limitation will
    be addressed in a future release.

Changed

  • Improved log parsing and error reporting.

Fixed

  • Use escaped double quotes in keymaps. Fixes #187.
  • Assign outputFilePath in resolveOutputFilePath.
  • Add default environment for texify. Fixes #185.

v0.35.1

17 Oct 20:01
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.

Fixed

  • Add support for TeX Live 2016 on Windows.

v0.35.0

17 Oct 20:01
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

v0.34.1

17 Oct 20:01
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.

Fixed

  • Add missing getBuilder argument. Fixes #197.

v0.34.0

17 Oct 20:01
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 the concept of "build jobs" via jobnames magic comment.

Changed

  • Magic comments can be denoted by both TEX and TeX.
    ~ #191
    / @yagop

Fixed

  • Update invalid getBuilder reference.

v0.33.1

22 Oct 17:53
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

  • Renamed OS X to macOS.

Fixed

  • Bug caused by API changes in Etch v0.6.0.

v0.33.0

22 Oct 17:53
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