blob: 6d82af8ebf19718d9970262edba858112e647d6c (
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
|
# qrbill – create QR-bills based on the swiss payment standard
Copyright (C) Marei Peischl (peiTeX) <marei@peitex.de>, 2020
This work is part of a collaborative project of Marei Peischl (peiTeX) and Alex Antener (foobar LLC).
qrbill 2020/08/25 v1.02
***************************************************************************
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
|