blob: d2de2374ae4e2e057d32572ea6e705b5606af4a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
# qrbill – create QR-bills based on the swiss payment standard
Copyright (C) Marei Peischl (peiTeX) <marei@peitex.de>, 2020–2021
This work is part of a collaborative project of Marei Peischl (peiTeX) and Alex Antener (foobar LLC).
qrbill 2021/05/10 v1.03
***************************************************************************
This material is subject to the LaTeX Project Public License version 1.3c
or later. See http://www.latex-project.org/lppl.txt for details.
***************************************************************************
## Provided files
* README.md
* qrbill.dtx
* qrbill.ins
* qrbill-vocab.csv
* qrbill_swiss-cross.pdf
The files
* qrbill.sty
* swiss.qrbill-cfg.tex
as well as the demo files
* qrbill-standalone-demo.tex
* qrbill-letter-demo.tex
can be created from the qrbill.dtx by processing the qrbill.ins-file.
## Installation Notes
To be able to compile the package, the files
qrbill.sty, swiss.qrbill-cfg.tex, qrbill_swiss-cross.pdf and qrbill-vocab.csv
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.
## Version History
* v1.00 (2020-06-28) First official version
* v1.01 (2020-06-29) Add tds package and the separate option
* v1.02 (2020-08-25)
- Fix placement issue with separate option
- Add sep-iban/sep-reference mechanism
- Not on version number inconsistency
* v1.03 (2021-05-10)
- Update to swiss qrbill payments standard v2.2
- Add seb-iban and sep-reference to the example files
|