mirror of
https://git.code.sf.net/p/zint/code
synced 2026-07-30 18:09:50 +00:00
docs: latest pandoc
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -1,4 +1,4 @@
|
|||||||
% docs/README 2026-06-05
|
% docs/README 2026-07-30
|
||||||
% vim: set ts=4 sw=4 et :
|
% vim: set ts=4 sw=4 et :
|
||||||
|
|
||||||
For generation of "docs/manual.html", "docs/manual.pdf" and "docs/manual.txt" from "manual.pmd"
|
For generation of "docs/manual.html", "docs/manual.pdf" and "docs/manual.txt" from "manual.pmd"
|
||||||
@@ -7,8 +7,8 @@ using pandoc >= 3.8.2.
|
|||||||
|
|
||||||
On Ubuntu/Debian (tested on Ubuntu 22.04 and Ubuntu 24.04)
|
On Ubuntu/Debian (tested on Ubuntu 22.04 and Ubuntu 24.04)
|
||||||
|
|
||||||
wget https://github.com/jgm/pandoc/releases/download/3.10/pandoc-3.10-1-amd64.deb
|
wget https://github.com/jgm/pandoc/releases/download/3.10.1/pandoc-3.10.1-1-amd64.deb
|
||||||
sudo dpkg -i pandoc-3.10-1-amd64.deb
|
sudo dpkg -i pandoc-3.10.1-1-amd64.deb
|
||||||
sudo apt install librsvg2-bin
|
sudo apt install librsvg2-bin
|
||||||
sudo apt install texlive-xetex
|
sudo apt install texlive-xetex
|
||||||
sudo apt install texlive-lang-cjk
|
sudo apt install texlive-lang-cjk
|
||||||
@@ -17,9 +17,9 @@ On Ubuntu/Debian (tested on Ubuntu 22.04 and Ubuntu 24.04)
|
|||||||
|
|
||||||
On Fedora (tested on Fedora Linux 38 (Workstation Edition) and Fedora Linux 42 (Workstation Edition))
|
On Fedora (tested on Fedora Linux 38 (Workstation Edition) and Fedora Linux 42 (Workstation Edition))
|
||||||
|
|
||||||
wget https://github.com/jgm/pandoc/releases/download/3.10/pandoc-3.10-linux-amd64.tar.gz
|
wget https://github.com/jgm/pandoc/releases/download/3.10.1/pandoc-3.10.1-linux-amd64.tar.gz
|
||||||
tar xf pandoc-3.10-linux-amd64.tar.gz
|
tar xf pandoc-3.10.1-linux-amd64.tar.gz
|
||||||
sudo mv -i pandoc-3.10/bin/pandoc /usr/local/bin
|
sudo mv -i pandoc-3.10.1/bin/pandoc /usr/local/bin
|
||||||
sudo dnf install librsvg2-tools.x86_64
|
sudo dnf install librsvg2-tools.x86_64
|
||||||
sudo dnf install texlive-xetex
|
sudo dnf install texlive-xetex
|
||||||
sudo dnf install texlive-ctex.noarch
|
sudo dnf install texlive-ctex.noarch
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
.\" Automatically generated by Pandoc 3.10
|
.\" Automatically generated by Pandoc 3.10.1
|
||||||
.\"
|
.\"
|
||||||
.TH "ZINT" "1" "July 2026" "Version 2.16.0.9"
|
.TH "ZINT" "1" "July 2026" "Version 2.16.0.9"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user