diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-03 21:05:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-03 21:05:14 +0000 |
commit | 7861879d3e5c051b1d2f2a3318b028c5a3a159aa (patch) | |
tree | cfd8f4fac65080e9319828e77586543a59a7d5f8 /Master/texmf-dist/doc/latex/ifallfalse | |
parent | 216fc1292fb6a1c61b54770de19e591ac8488e73 (diff) |
ifallfalse (3jul21)
git-svn-id: svn://tug.org/texlive/trunk@59821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ifallfalse')
-rw-r--r-- | Master/texmf-dist/doc/latex/ifallfalse/README.md | 37 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ifallfalse/ifallfalse.pdf | bin | 0 -> 163190 bytes |
2 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ifallfalse/README.md b/Master/texmf-dist/doc/latex/ifallfalse/README.md new file mode 100644 index 00000000000..cddfa35cd31 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ifallfalse/README.md @@ -0,0 +1,37 @@ +# The LaTeX package ifallfalse - version 1.0.0 (2021/07/01) + +> Copyright (C) 2021 Dennis Chen <proofprogram@gmail.com> +> +> This file may be distributed and/or modified under +> the conditions the LaTeX Project Public License (LPPL), +> either version 1.3 of this license or (at your option) +> any later version. The latest version of this license +> can be found in +> http://www.latex-project.org/lppl.txt +> and version 1.3 or later is part of all distributions of LaTeX +> version 2005/12/01 or later. + +`ifallfalse` provides an environment that can compare a string against a set of another strings, and if it matches none of them, it executes some action. + +## Package contents + +- `README.md` this file +- `ifallfalse.pdf` documentation PDF with implementation details +- `ifallfalse.dtx` contains package and documentation code +- `ifallfalse.ins` generates .sty from .dtx + +## File generation + +A working TeX installation is required. + +Run + + tex ifallfalse.ins + +to generate `ifallfalse.sty`. To use it, you need to put `ifallfalse.sty` into a directory searched by TeX. + +Run + + pdflatex ifallfalse.dtx + +to generate `ifallfalse.pdf`, which contains the package documentation.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/ifallfalse/ifallfalse.pdf b/Master/texmf-dist/doc/latex/ifallfalse/ifallfalse.pdf Binary files differnew file mode 100644 index 00000000000..6793c7799ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/ifallfalse/ifallfalse.pdf |