docs/Makefile: fix sed expression; manual: 2D not same as matrix

This commit is contained in:
gitlost 2022-05-19 19:39:03 +01:00
parent 719613d4c3
commit 1c642614ba
5 changed files with 10 additions and 10 deletions

View file

@ -150,7 +150,7 @@ $(OUT_TXT) : $(SOURCE) $(INCLUDES_TXT) Makefile
-V $(MAIN_FONT) -V $(MONO_FONT) -V $(CJK_FONT) \
$(TXT_OPTS) \
-o $(OUT_TXT)
sed -i -e 's/ *$//' $(OUT_TXT)
sed -i -e 's/ *$$//' $(OUT_TXT)
$(OUT_MAN) : $(SOURCE_MAN) Makefile
pandoc $(SOURCE_MAN) -f markdown \

Binary file not shown.

View file

@ -47,9 +47,9 @@ stacked:
correction data. Examples include PDF417.
matrix:
: A matrix or two-dimensional symbol is one based on a (usually square) grid
of elements called modules. Examples include Data Matrix, but MaxiCode and
DotCode are also considered matrix symbologies.
: A matrix symbol is one based on a (usually square) grid of elements called
modules. Examples include Data Matrix, but MaxiCode and DotCode are also
considered matrix symbologies.
composite:
: 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
## 6.6 Two-Dimensional Matrix Symbols
## 6.6 Matrix Symbols
### 6.6.1 Data Matrix (ISO 16022)

View file

@ -148,7 +148,7 @@ May 2022
- 6.5.4 Royal Mail 4-State Mailmark
- 6.5.5 USPS Intelligent Mail
- 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.2 QR Code (ISO 18004)
- 6.6.3 Micro QR Code (ISO 18004)
@ -222,9 +222,9 @@ stacked:
correction data. Examples include PDF417.
matrix:
A matrix or two-dimensional symbol is one based on a (usually square) grid
of elements called modules. Examples include Data Matrix, but MaxiCode and
DotCode are also considered matrix symbologies.
A matrix symbol is one based on a (usually square) grid of elements called
modules. Examples include Data Matrix, but MaxiCode and DotCode are also
considered matrix symbologies.
composite:
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
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)

Binary file not shown.