Skip to content

v0.1.2

Compare
Choose a tag to compare
@tobiasraabe tobiasraabe released this 26 Mar 13:33
· 37 commits to main since this release
f0da086

What's Changed

This release adds support for the new interface of pytask-latex. Kudos to @axtimhaus for the implementation. The old interface will be deprecated in v0.2 of pytask-latex.

Currently, the compilation process is only handled by latexmk and is limited by its capabilities. Using the new interface, you are able to define custom steps in the compilation process which enables many more use-cases, for example, with multibib or bib2gls.

You find more information in the README.

In the future, we will provide more built-in compilation steps than latexmk. If you cannot wait, you can implement your own step function which is explained here. Please, contribute it back to the package, if you think it could serve more people.

  • Implementation of build steps and support for old API by @axtimhaus in #32

New Contributors

Full Changelog: v0.1.1...v0.1.2