这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: yesudeep/bazel-latex

Tags

v0.12

Toggle v0.12's commit message
Add a binding for the silence package.

v0.11

Toggle v0.11's commit message
Fix last remaining warning emitted by pdflatex.

v0.10

Toggle v0.10's commit message
Invoke pdflatex through latexrun.

latexrun is a script that tidies up the output of pdflatex in such a way
that it looks similar to GCC/Clang. (Almost?) all unnecessary output is
removed. Instead of suppressing the output on success, now use the
occasion to simply print the output of this command, so the user has
useful warnings to act on.

Unfortunately, the stock version of latexrun required a minor change to
work properly. It seems to crash by default if pdflatex invokes mktexfmt
as well. Fix this by using non-greedy pattern matching. Also improve the
output a bit by using relative paths.

Fixes: ProdriveTechnologies#3

v0.9

Toggle v0.9's commit message
Also document what is not supported.

v0.8

Toggle v0.8's commit message
Add a proper license.

v0.7

Toggle v0.7's commit message
Use external prefixed targets where necessary.

This makes bazel-latex work again when used externally.

v0.6

Toggle v0.6's commit message
Remove outdated info.

v0.5

Toggle v0.5's commit message
Run pdflatex until we reach a fixed point.

It looks like running pdflatex twice is not sufficient to get line
numbers in documents working properly. Simply run up to ten times,
terminating if two runs yield the same document.

v0.4

Toggle v0.4's commit message
Remove the bazel-out/*/genfiles/ prefix if present.

This allows seamless inclusion of files generated by other targets.

v0.3

Toggle v0.3's commit message
Run the document viewer in the background.