Releases: thomasjo/atom-latex
v0.7.0
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
executeslatexmk
, instead of setting it for the entire Atom process. - Overall improvement of code quality, and simplicity.
v0.6.0
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
configuredlatex.texPath
value.
v0.5.0
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
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Changed
- The
latexmk
executable is now run asynchronously.
~ #1
/ @lucas-clemente
v0.3.0
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
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
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
- First release.