CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/fail-fast

README.md

make CTAN License

This package helps you make your build more fragile, which is good if you care about quality. Every warning it will turn into an error and engine will fail with a non-zero error message.

First, install it from CTAN and then use in the preamble:

\documentclass{article}
\usepackage{fail-fast}
\begin{document}
This reference is broken: \ref{foo}
\end{fail-fast}
\end{document}

Otherwise, you can download fail-fast.sty and add to your project.

If you want to contribute yourself, make a fork, then create a branch, then run l3build ctan in the root directory. It should compile everything without errors. If not, submit an issue and wait. Otherwise, make your changes and then run l3build ctan again. If the build is still clean, submit a pull request.

Copyright (c) 2023 Yegor Bugayenko, MIT License

Download the contents of this package in one zip archive (304.5k).

fail-fast – Turn warnings into errors

This package helps you make the build more fragile by turning warnings into errors. This may be a good practice if you care about the quality of your documents.

Packagefail-fast
Bug trackerhttps://github.com/yegor256/fail-fast/issues
Repositoryhttps://github.com/yegor256/fail-fast
Version0.0.2 2023-07-04
LicensesMIT License
Copyright2023 Yegor Bugayenko
MaintainerYegor Bugayenko
Contained inTeX Live as fail-fast
MiKTeX as fail-fast
TopicsCompilation
...
Guest Book Sitemap Contact Contact Author