mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 19:46:56 -04:00
manual: pandoc latest release (3.1.10)
test suite: UPNQR: input zxing-cpp
This commit is contained in:
parent
2e350232de
commit
ecbd582cae
3 changed files with 32 additions and 9 deletions
10
docs/README
10
docs/README
|
@ -2,8 +2,8 @@ For generation of "docs/manual.pdf" and "docs/manual.txt" from "manual.pmd" usin
|
|||
|
||||
On Ubuntu/Debian (tested on Ubuntu 22.04)
|
||||
|
||||
wget https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-1-amd64.deb
|
||||
sudo dpkg -i pandoc-3.1.9-1-amd64.deb
|
||||
wget https://github.com/jgm/pandoc/releases/download/3.1.10/pandoc-3.1.10-1-amd64.deb
|
||||
sudo dpkg -i pandoc-3.1.10-1-amd64.deb
|
||||
sudo apt install python3-pip
|
||||
pip install pandoc-tablenos --user
|
||||
export PATH=~/.local/bin:"$PATH"
|
||||
|
@ -18,9 +18,9 @@ On Ubuntu/Debian (tested on Ubuntu 22.04)
|
|||
|
||||
On Fedora (tested on Fedora Linux 38 (Workstation Edition))
|
||||
|
||||
wget https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-amd64.tar.gz
|
||||
tar xf pandoc-3.1.9-linux-amd64.tar.gz
|
||||
sudo mv -i pandoc-3.1.9/bin/pandoc /usr/local/bin
|
||||
wget https://github.com/jgm/pandoc/releases/download/3.1.10/pandoc-3.1.10-linux-amd64.tar.gz
|
||||
tar xf pandoc-3.1.10-linux-amd64.tar.gz
|
||||
sudo mv -i pandoc-3.1.10/bin/pandoc /usr/local/bin
|
||||
sudo dnf install python3-pip
|
||||
pip install pandoc-tablenos --user
|
||||
export PATH=~/.local/bin:"$PATH"
|
||||
|
|
|
@ -9363,7 +9363,7 @@ later.</p>
|
|||
<h2 id="author">AUTHOR</h2>
|
||||
<p>Robin Stuart <a href="mailto:robin@zint.org.uk"
|
||||
class="email">robin@zint.org.uk</a></p>
|
||||
<aside id="footnotes" class="footnotes footnotes-end-of-document"
|
||||
<section id="footnotes" class="footnotes footnotes-end-of-document"
|
||||
role="doc-endnotes">
|
||||
<hr />
|
||||
<ol>
|
||||
|
@ -9423,6 +9423,6 @@ href="#fnref12" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
|||
<code>BARCODE_CODE128B</code>, which is still recognised.<a
|
||||
href="#fnref13" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
</ol>
|
||||
</aside>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue