Project setup
This commit is contained in:
13
build.sh
Normal file
13
build.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
mkdir -p out
|
||||
|
||||
xelatex -shell-escape -output-directory=out document.tex
|
||||
makeglossaries -d out document
|
||||
# BIBINPUTS="$(pwd):" bibtex out/document
|
||||
xelatex -shell-escape -output-directory=out document.tex
|
||||
|
||||
echo "Build successful: out/document.pdf"
|
||||
|
||||
cp -v out/document.pdf /sdcard/Documents/pdf/hzn.pdf
|
||||
Reference in New Issue
Block a user