Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

v0.9.0

Choose a tag to compare

@yitzchak yitzchak released this 04 Sep 15:11
· 358 commits to master since this release
b213293

Changes

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

Added

  • Support for PythonTeX [#69].
  • Support for Pweave [#71].
  • knitrOutputPath option to allow job specific output paths for knitr [#71].
  • dviToPdfEngine option to allow setting the program to use for DVI to PDF conversion [#72].
  • Verification of the existence of appropriate build rules [#77].

Fixed

  • Parsing of LaTeX magic comments to allow environment variables ($PATH) to appear [#73].
  • Path globbing used in searching for log files and clean command on Windows by not normalizing path before pattern application [#73].