summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-07-02 20:17:15 +0000
committerKarl Berry <karl@freefriends.org>2023-07-02 20:17:15 +0000
commitf151722c19f74fb7633845767139f7d487bc8328 (patch)
treeca61bc3da039b0ce09ec9308be89d3f575ac5fd5 /Master/texmf-dist/doc
parent405aa21ab0d58c0d00e4fa14a456820c49643520 (diff)
fail-fast (2jul23)
git-svn-id: svn://tug.org/texlive/trunk@67530 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/fail-fast/LICENSE.txt21
-rw-r--r--Master/texmf-dist/doc/latex/fail-fast/README.md27
-rw-r--r--Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdfbin0 -> 309247 bytes
3 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fail-fast/LICENSE.txt b/Master/texmf-dist/doc/latex/fail-fast/LICENSE.txt
new file mode 100644
index 00000000000..412bdfe98eb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fail-fast/LICENSE.txt
@@ -0,0 +1,21 @@
+(The MIT License)
+
+Copyright (c) 2023 Yegor Bugayenko
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the 'Software'), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/Master/texmf-dist/doc/latex/fail-fast/README.md b/Master/texmf-dist/doc/latex/fail-fast/README.md
new file mode 100644
index 00000000000..b16917e2b11
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fail-fast/README.md
@@ -0,0 +1,27 @@
+[![make](https://github.com/yegor256/fail-fast/actions/workflows/l3build.yml/badge.svg)](https://github.com/yegor256/fail-fast/actions/workflows/l3build.yml)
+[![CTAN](https://img.shields.io/ctan/v/fail-fast)](https://ctan.org/pkg/fail-fast)
+[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/fail-fast/blob/master/LICENSE.txt)
+
+This LaTeX 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 LaTeX engine will fail with a non-zero error message.
+
+First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
+from [CTAN](https://ctan.org/pkg/fail-fast)
+and then use in the preamble:
+
+```tex
+\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`](https://raw.githubusercontent.com/yegor256/fail-fast/gh-pages/fail-fast/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.
diff --git a/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf b/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf
new file mode 100644
index 00000000000..81db765dee0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fail-fast/fail-fast.pdf
Binary files differ