summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/qrbill/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/qrbill/README.md')
-rw-r--r--macros/latex/contrib/qrbill/README.md25
1 files changed, 23 insertions, 2 deletions
diff --git a/macros/latex/contrib/qrbill/README.md b/macros/latex/contrib/qrbill/README.md
index 9a218919db..d04340f782 100644
--- a/macros/latex/contrib/qrbill/README.md
+++ b/macros/latex/contrib/qrbill/README.md
@@ -4,7 +4,7 @@ Copyright (C) Marei Peischl (peiTeX) <marei@peitex.de>, 2020–2022
This work is part of a collaborative project of Marei Peischl (peiTeX) and Alex Antener (foobar LLC).
-qrbill 2022/07/02 v1.04
+qrbill 2022/09/15 v1.05
***************************************************************************
@@ -38,6 +38,21 @@ have to be placed in the $TEXINPUTS path.
To simplify this, you can have a look at the qrbill.tds.zip, which provides an already prestructured variant to be extracted to any tds tree.
+### Use the Repository directly
+
+The repository provides a l3build script. You can build the documentation by running
+
+```
+l3build doc
+```
+This will unpack the package files and build the the docs within `build/`.
+
+To install the files into your local texmf tree run
+```
+l3build install
+```
+
+For further information on l3build and other options please have a look at the corresponding documentation `texdoc l3build`.
## Version History
@@ -52,4 +67,10 @@ To simplify this, you can have a look at the qrbill.tds.zip, which provides an a
- Add seb-iban and sep-reference to the example files
* v1.04 (2022/07/02)
- add basic support for EPC QR codes
- - add date parsing mechanism to preset the dates to values of `\today` \ No newline at end of file
+ - add date parsing mechanism to preset the dates to values of `\today`
+ * v1.05 (2022/09/15)
+ - add option to convert all data to strings
+ - add mechanism to do custom replacements within the data
+ - fix qrcode encoding to support UTF-8
+ - add support for speedata's luaqrcode library for qrcode generation http://speedata.github.io/luaqrcode/
+ - small layout and documentation fixes \ No newline at end of file