right-tree/docs/build-pdf.sh

13 lines
306 B
Bash
Raw Normal View History

2021-12-20 11:48:23 +13:00
#!/usr/bin/env bash
# Uses https://gitlab.wgtn.cat-it.co.nz/nickg/pandoc-catalyst-template
# to build Markdown -> LaTeX -> PDF
set -e
docker run \
--rm \
-v $PWD:/source \
gitlab.wgtn.cat-it.co.nz:4567/nickg/pandoc-catalyst-template:latest \
userguide.md > rightplant-documentation.pdf