[d15511]: / docs / create_hippunfold_algorithmic_only_pdf.sh

Download this file

16 lines (11 with data), 344 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#!/bin/bash
set -euox pipefail
git restore index.md conf.py
cp supp_methods_index.md index.md
cp supp_methods_conf.py conf.py
make clean
make latexpdf
cp _build/latex/hippunfoldalgorithmicdetails.pdf hippunfold_algorithmic_details.pdf
git restore index.md conf.py
#git add hippunfold_manual.pdf
#git commit -m "updated hippunfold manual"