mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19:51 -04:00
GRIDMATRIX: default char set is GB 2312 only, not Latin-1 with GB 2312 alt
HANXIN/QRCODE: use Hanzi/Kanji modes when compatible ECIs given manual: one true source now manual.pmd from which manual.txt is generated CLI: man page moved from frontend/zint.1.gz to docs/zint.1.gz, now generated from docs/zint.1.pmd add README.linux to root dir
This commit is contained in:
parent
9aae557cdc
commit
719613d4c3
160 changed files with 18144 additions and 2674 deletions
34
docs/README
Normal file
34
docs/README
Normal file
|
@ -0,0 +1,34 @@
|
|||
For generation of "docs/manual.pdf" and "docs/manual.txt" from "manual.pmd" using a recent version of pandoc
|
||||
|
||||
On Ubuntu/Debian (tested on Ubuntu 22.04)
|
||||
|
||||
wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb
|
||||
sudo dpkg -i pandoc-2.18-1-amd64.deb
|
||||
sudo apt install python3-pip
|
||||
pip install pandoc-tablenos --user
|
||||
export PATH=~/.local/bin:"$PATH"
|
||||
sudo apt install librsvg2-bin
|
||||
sudo apt install texlive-xetex
|
||||
sudo apt install texlive-lang-cjk
|
||||
sudo apt install fonts-wqy-microhei
|
||||
make
|
||||
|
||||
On Windows
|
||||
|
||||
Install https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-windows-x86_64.msi
|
||||
|
||||
From command prompt run as administrator
|
||||
|
||||
choco install make
|
||||
choco install rsvg-convert
|
||||
choco install python
|
||||
choco install miktex
|
||||
|
||||
pip install pandoc-tablenos --user
|
||||
|
||||
From normal command prompt run from zint "docs" directory
|
||||
|
||||
set "PATH=<location-of-pandoc-tablenos>:%PATH%"
|
||||
|
||||
TODO
|
||||
??? On make, get various font errors Helvetica, TeX Gyre Pagella which miktex can't handle ???
|
Loading…
Add table
Add a link
Reference in a new issue