Changes

Jump to navigation Jump to search
180 bytes added ,  19:11, 7 September 2021
better formatting
* Download `zint` from https://www.zint.org.uk (Windows, Linux) or install it with [https://brew.sh Homebrew] or [https://www.macports.org/install.php MacPorts] (MacOS).
* '''MkIV''': The `zint` executable must be in your `PATH`.* '''LMTX''': Copy or symlink LuaMetaTeX uses the zint library into `$TEXROOT/tex/texmf-$ARCH/bin/lib/luametatex/zint` (you must create that path); on . On Windows, this is that’s `libzint.dll`, on Linux and MacOS `libzint.so` (on MacOS the actual file name is `libzint.dylib`, but LuaMetaTeX expects `.so`). Then run ** Find that file, it should be in `/usr/local/lib` (Linux, Homebrew) or `/opt/local/lib` (MacPorts).** Create the path `$TEXROOT/tex/texmf-$ARCH/bin/lib/luametatex/zint`.** Copy or symlink the library into it (on MacOS remember naming it `libzint.so`).** Run `mtxrun --generate` to update the file database.
<texcode>
== barcode.lua ==
In 2012, user 'topskip ' published a small LuaTeX library on [https://tex.stackexchange.com/questions/50707/how-to-generate-ean-barcodes-with-tikz-or-metapost#50751 Stack Exchange]. It can only create EAN codes.
<texcode>

Navigation menu