mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 09:57:02 +00:00
gs1: update to latest gs1-syntax-dictionary (key -> gcppos1,
keyoff1 -> gcppos2)
This commit is contained in:
12
docs/README
12
docs/README
@@ -1,11 +1,11 @@
|
||||
% docs/README 2025-05-24
|
||||
% docs/README 2025-06-05
|
||||
|
||||
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 and Ubuntu 24.04)
|
||||
|
||||
wget https://github.com/jgm/pandoc/releases/download/3.7.0.1/pandoc-3.7.0.1-1-amd64.deb
|
||||
sudo dpkg -i pandoc-3.7.0.1-1-amd64.deb
|
||||
wget https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-1-amd64.deb
|
||||
sudo dpkg -i pandoc-3.7.0.2-1-amd64.deb
|
||||
For Ubuntu 22.04 (python < 3.12)
|
||||
sudo apt install python3-pip
|
||||
pip install pandoc-tablenos --user
|
||||
@@ -27,9 +27,9 @@ Then
|
||||
|
||||
On Fedora (tested on Fedora Linux 38 (Workstation Edition) and Fedora Linux 40 (Workstation Edition))
|
||||
|
||||
wget https://github.com/jgm/pandoc/releases/download/3.7.0.1/pandoc-3.7.0.1-linux-amd64.tar.gz
|
||||
tar xf pandoc-3.7.0.1-linux-amd64.tar.gz
|
||||
sudo mv -i pandoc-3.7.0.1/bin/pandoc /usr/local/bin
|
||||
wget https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-amd64.tar.gz
|
||||
tar xf pandoc-3.7.0.2-linux-amd64.tar.gz
|
||||
sudo mv -i pandoc-3.7.0.2/bin/pandoc /usr/local/bin
|
||||
sudo dnf install python3-pip
|
||||
pip install pandoc-tablenos --user
|
||||
export PATH=~/.local/bin:"$PATH"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pandoc 3.7.0.1
|
||||
.\" Automatically generated by Pandoc 3.7.0.2
|
||||
.\"
|
||||
.TH "ZINT" "1" "April 2025" "Version 2.15.0.9"
|
||||
.SH NAME
|
||||
|
||||
Reference in New Issue
Block a user