Verzeichnis macros/latex/contrib/ifallfalse
The LaTeX package ifallfalse - version 2.0.0 (2021/07/22)
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 allfalse
environment that can compare a string against a set of another strings, and if it matches none of them, it executes some action.
Note that this package does not work with the lualatex
engine.
Package contents
README.md
this fileifallfalse.pdf
documentation PDF with implementation detailsifallfalse.dtx
contains package and documentation codeifallfalse.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.
Herunterladen des vollständigen Inhalts dieses Pakets in einem Zip-Archiv (172.9k).
ifallfalse – Compare a string against a set of other strings
This package allows you to check whether a string is contained within another set of strings, and perform an action if it is not. This is done by using the allfalse environment and passing in a string and an action to be performed if the string is not contained in the set. Then, passing in a string to the \orcheck macro inside the respective allfalse environment adds that to the set of strings.
This package does not work with the LuaTeX engine.
Paket | ifallfalse |
Repository | https://github.com/chennisden/ifallfalse |
Version | 2.0.0 2021-07-22 |
Lizenzen | The LaTeX Project Public License 1.3 |
Copyright | 2021 Dennis Chen |
Betreuer | Dennis Chen |
Enthalten in | TeX Live als ifallfalse MiKTeX als ifallfalse |
Themen | Makro-Unterstützung Bedingter Satz |