This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
v0.29.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Adds support for specifying output format (PDF, PS, DVI). Note that this
currently only works when using the latexmk builder.
~ #143
/ @sometea
Changed
- The Clean command now behaves as expected together with the Output
Directory configuration setting.
~ #156
/ @Poeschl - The default keybinds now only trigger on LaTeX documents (technically this
means that the grammar scope must contain the substringlatex
). Hence the
language-latex package is now a
requirement for the default keybinds to work.
~ #148
/ @pgbross