Skip to content

Releases: ProdriveTechnologies/bazel-latex

v0.5

17 Jul 08:29
Compare
Choose a tag to compare
  • Make the number of pdflatex runs variadic, running it until we get reproducible output.

v0.4

11 Jul 08:38
Compare
Choose a tag to compare
  • Allow generated files to be used as part of builds by stripping the genfiles path prefix.

v0.3

05 Jul 20:40
Compare
Choose a tag to compare
  • Remove the default argument from srcs. It must be provided now.
  • Run the document viewer in the background.

v0.2

24 May 05:20
Compare
Choose a tag to compare
  • Remove latex_library() target. It is fine to use filegroup().
  • Rename latex_pdf() to latex_document(), as it may eventually contain other targets as well.
  • Make viewing of PDFs easier by running bazel run :<target>_view.

v0.1

20 May 19:51
Compare
Choose a tag to compare

First release.