18 Dec
2023
18 Dec
'23
12:26 p.m.
Am 18.12.23 um 13:00 schrieb Ursula Hermann:
DearĀ List
I was interested how it works.
So I started this example.
\starttext
\usemodule[m-zint]
\barcode[alternative=isbnx, text=9783865419026, width=4cm]
\barcode[alternative=qrcode, text={https://wiki.contextgarden.net}, width=3cm]
\stoptext
Is that the right way?
just \usemodule[zint] This works for me: \barcode[alternative=isbn, text=9783865419026, width=5cm] \barcode[alternative=qr code, text={https://wiki.contextgarden.net}, width=2.5cm] (Not sure how tolerant the codes are.) But you must install the zint libraries, as outlined in https://wiki.contextgarden.net/Barcodes I guess you saw this, since you quote the wiki examples. Hraban