mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
docs/Makefile: fix sed expression; manual: 2D not same as matrix
This commit is contained in:
parent
719613d4c3
commit
1c642614ba
@ -150,7 +150,7 @@ $(OUT_TXT) : $(SOURCE) $(INCLUDES_TXT) Makefile
|
|||||||
-V $(MAIN_FONT) -V $(MONO_FONT) -V $(CJK_FONT) \
|
-V $(MAIN_FONT) -V $(MONO_FONT) -V $(CJK_FONT) \
|
||||||
$(TXT_OPTS) \
|
$(TXT_OPTS) \
|
||||||
-o $(OUT_TXT)
|
-o $(OUT_TXT)
|
||||||
sed -i -e 's/ *$//' $(OUT_TXT)
|
sed -i -e 's/ *$$//' $(OUT_TXT)
|
||||||
|
|
||||||
$(OUT_MAN) : $(SOURCE_MAN) Makefile
|
$(OUT_MAN) : $(SOURCE_MAN) Makefile
|
||||||
pandoc $(SOURCE_MAN) -f markdown \
|
pandoc $(SOURCE_MAN) -f markdown \
|
||||||
|
BIN
docs/manual.pdf
BIN
docs/manual.pdf
Binary file not shown.
@ -47,9 +47,9 @@ stacked:
|
|||||||
correction data. Examples include PDF417.
|
correction data. Examples include PDF417.
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
: A matrix or two-dimensional symbol is one based on a (usually square) grid
|
: A matrix symbol is one based on a (usually square) grid of elements called
|
||||||
of elements called modules. Examples include Data Matrix, but MaxiCode and
|
modules. Examples include Data Matrix, but MaxiCode and DotCode are also
|
||||||
DotCode are also considered matrix symbologies.
|
considered matrix symbologies.
|
||||||
|
|
||||||
composite:
|
composite:
|
||||||
: A composite symbology is one which is made up of elements which are both
|
: A composite symbology is one which is made up of elements which are both
|
||||||
@ -3232,7 +3232,7 @@ A-Z and dash (`-`). A modulo 19 check digit is added by Zint.
|
|||||||
|
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|
||||||
## 6.6 Two-Dimensional Matrix Symbols
|
## 6.6 Matrix Symbols
|
||||||
|
|
||||||
### 6.6.1 Data Matrix (ISO 16022)
|
### 6.6.1 Data Matrix (ISO 16022)
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ May 2022
|
|||||||
- 6.5.4 Royal Mail 4-State Mailmark
|
- 6.5.4 Royal Mail 4-State Mailmark
|
||||||
- 6.5.5 USPS Intelligent Mail
|
- 6.5.5 USPS Intelligent Mail
|
||||||
- 6.5.6 Japanese Postal Code
|
- 6.5.6 Japanese Postal Code
|
||||||
- 6.6 Two-Dimensional Matrix Symbols
|
- 6.6 Matrix Symbols
|
||||||
- 6.6.1 Data Matrix (ISO 16022)
|
- 6.6.1 Data Matrix (ISO 16022)
|
||||||
- 6.6.2 QR Code (ISO 18004)
|
- 6.6.2 QR Code (ISO 18004)
|
||||||
- 6.6.3 Micro QR Code (ISO 18004)
|
- 6.6.3 Micro QR Code (ISO 18004)
|
||||||
@ -222,9 +222,9 @@ stacked:
|
|||||||
correction data. Examples include PDF417.
|
correction data. Examples include PDF417.
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
A matrix or two-dimensional symbol is one based on a (usually square) grid
|
A matrix symbol is one based on a (usually square) grid of elements called
|
||||||
of elements called modules. Examples include Data Matrix, but MaxiCode and
|
modules. Examples include Data Matrix, but MaxiCode and DotCode are also
|
||||||
DotCode are also considered matrix symbologies.
|
considered matrix symbologies.
|
||||||
|
|
||||||
composite:
|
composite:
|
||||||
A composite symbology is one which is made up of elements which are both
|
A composite symbology is one which is made up of elements which are both
|
||||||
@ -3149,7 +3149,7 @@ all of the following inputs are valid data entries:
|
|||||||
Used for address data on mail items for Japan Post. Accepted values are 0-9, A-Z
|
Used for address data on mail items for Japan Post. Accepted values are 0-9, A-Z
|
||||||
and dash (-). A modulo 19 check digit is added by Zint.
|
and dash (-). A modulo 19 check digit is added by Zint.
|
||||||
|
|
||||||
6.6 Two-Dimensional Matrix Symbols
|
6.6 Matrix Symbols
|
||||||
|
|
||||||
6.6.1 Data Matrix (ISO 16022)
|
6.6.1 Data Matrix (ISO 16022)
|
||||||
|
|
||||||
|
BIN
docs/zint.1.gz
BIN
docs/zint.1.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user