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

25 Jan 18:52
8ea5461
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

  • Added parsing of xdvipdfmx, lualatex and xelatex sections of file database to enable detection of output file for updated latexmk version. Fixes #339.

v0.42.2

14 Jan 00:59
990b278
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

  • Malformed url which prevented Okular from opening with SyncTeX support. Fixes #332.

v0.42.1

12 Jan 00:54
5ba7fae
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

  • Error upon package deactivation when build process still running.

Removed

  • Deprecated shadow DOM references.

v0.42.0

02 Jan 18:20
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

  • Magic comment override of cleanExtensions, enableSynctex, enableShellEscape, enableExtendedBuildMode and moveResultToSourceDirectory.
  • Output directory and jobname support in knitr SyncTeX patching.
  • Support for Zathura PDF/PS viewer.
  • Override of build settings via YAML formatted build setting file.

Changed

  • Use commas as delimiters in jobnames magic comment.

Removed

  • Deprecated texify builder in favor of latexmk builder.
  • Unneeded builder magic comment.
  • Use Master File Search setting and algorithm in favor of root magic comment.

v0.41.0

18 Nov 01:21
977ad7c
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

  • Parsing of FDB files is more rigorous resulting in correct output path detection when using PDF producers.
  • Log status codes resulting from failure of latexmk or knitr.

v0.40.0

09 Nov 23:06
4e25762
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

  • Added support for additional openers including Windows shell open and the Evince forks Atril (MATE) and Xreader (Cinnamon).

Fixed

  • Allow usage of either relative and absolute output directories in latex:clean and latex:build. Fixes #290.

v0.39.1

01 Nov 13:41
916b0cb
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

  • Avoid potential package activation issues by moving runtime checks out of
    package initialization into command latex:check-runtime.

v0.39.0

31 Oct 10:06
0532b4c
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

  • latex.opener setting to allow explicit selection of PDF/PS/DVI opener. The
    support that each opener has for PDF/PS/DVI, SyncTeX, and open in background
    is evaluated and used in the decision of which opener to use.
  • Check runtime environment at startup, including latexmk, knitr and
    availability of PDF/PS/DVI viewers.
  • Extended build rules enabling automatic processing of generated files. Uses
    latexmk custom rules to support Asymptote, the glossaries package,
    MetaPost, the nomencl package, the index package and SageTeX.

Fixed

  • Support for spaces with SyncTeX and Evince. Fixes
    #279.
  • Ignore extraneous error codes from SumatraPDF. Fixes
    #252 and
    #282.

v0.38.1

17 Oct 19:33
7fb3242
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

  • File path resolution for errors reported in log files.

v0.38.0

17 Oct 19:38
084a134
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

  • Command to terminate currently running or stuck build processes.
  • SyncTeX support for knitr files.
    ~ #254
    / @harmsk
  • Support opening files in background with Okular.
  • Allow output directory override via magic comments.

Changed

  • Removed cleanExtensions setting and added cleanPatterns setting.
    latex:clean command now supports file globbing and parsing of the latexmk
    file name database.

Fixed

  • Clean and SyncTeX compatibility with jobnames magic comment. Fixes #211.
  • Security issues with output directory. Fixes #104.