mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-31 00:37:06 +00:00
- AZTEC/CHANNEL/CODABLOCKF/CODE16K/CODE49/CODEONE/DATAMATRIX/
DOTCODE/GRIDMATRIX/HANXIN/MICROPDF417/MICROQR/PDF417/QRCODE/
RMQR/ULTRA: set `option_1/2/3` to values used in encodation
("Feedback options"), and add new access methods
`encodedOption1()` etc. to Qt Backend, and use in GUI to provide
better feedback on "Automatic" selections
- AZTEC: give more precise warnings in low ECC situations, and
indicate via `option_1` by setting to -1 (min 3 words), 0
(<5% + 3 words) (`ecc_ratio`)
- set_height: fix non-compliance false positives by using epsilon
in checks (prompted by CODABLOCKF non-compliant warning for
zint-generated compliant height - floating point `rows` mult !=
`zero_count` div; one test regression for CODE93);
better warning messages on non-compliant heights (min/max)
- manual/man page: fix DATAMATRIX Sizes tables "28 12x26" ->
"27 12x26"
- GUI: AZTEC/CODEONE: add Zint versions to comboboxes
- DOTCODE: improve error messages re size too small/large
- ULTRA: better ZINT_TEST codeword dump (ZINT_DEBUG_TEST)
- general: various tabs -> spaces; prettify main .rc files;
trailing spaces; small amount of code fiddling (CODE16K)
This commit is contained in:
22
docs/README
22
docs/README
@@ -1,4 +1,4 @@
|
||||
% docs/README 2025-02-15
|
||||
% docs/README 2025-03-07
|
||||
|
||||
For generation of "docs/manual.pdf" and "docs/manual.txt" from "manual.pmd" using a recent version of pandoc
|
||||
|
||||
@@ -10,15 +10,15 @@ For Ubuntu 22.04 (python < 3.12)
|
||||
sudo apt install python3-pip
|
||||
pip install pandoc-tablenos --user
|
||||
Else for Ubuntu 24.04 (one way around "externally-managed-environment" error, PEP 668)
|
||||
sudo apt install python3-full
|
||||
python3 -m venv ~/py_envs
|
||||
source ~/py_envs/bin/activate
|
||||
pip install pandoc-tablenos
|
||||
sudo apt install python3-full
|
||||
python3 -m venv ~/py_envs
|
||||
source ~/py_envs/bin/activate
|
||||
pip install pandoc-tablenos
|
||||
Then
|
||||
export PATH=~/.local/bin:"$PATH"
|
||||
# Temporary fix for version regex - see https://github.com/tomduck/pandoc-xnos/pull/29
|
||||
python -m pip install --force-reinstall \
|
||||
git+https://github.com/tomduck/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos
|
||||
# Temporary fix for version regex - see https://github.com/tomduck/pandoc-xnos/pull/29
|
||||
python -m pip install --force-reinstall \
|
||||
git+https://github.com/tomduck/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos
|
||||
sudo apt install librsvg2-bin
|
||||
sudo apt install texlive-xetex
|
||||
sudo apt install texlive-lang-cjk
|
||||
@@ -33,9 +33,9 @@ On Fedora (tested on Fedora Linux 38 (Workstation Edition) and Fedora Linux 40 (
|
||||
sudo dnf install python3-pip
|
||||
pip install pandoc-tablenos --user
|
||||
export PATH=~/.local/bin:"$PATH"
|
||||
# Temporary fix for version regex - see https://github.com/tomduck/pandoc-xnos/pull/29
|
||||
python -m pip install --force-reinstall \
|
||||
git+https://github.com/tomduck/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos
|
||||
# Temporary fix for version regex - see https://github.com/tomduck/pandoc-xnos/pull/29
|
||||
python -m pip install --force-reinstall \
|
||||
git+https://github.com/tomduck/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos
|
||||
sudo dnf install librsvg2-tools.x86_64
|
||||
sudo dnf install texlive-xetex
|
||||
sudo dnf install texlive-ctex.noarch
|
||||
|
||||
Reference in New Issue
Block a user