You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
435 B

#!/bin/bash
# GPLv3+
set -x
rm -f linux-fpga-libre.pdf source/linux-fpga-libre.pdf
cd source
# Build main LaTeX file
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
-no-pdf \
linux-fpga-libre.tex
# Second Pass, Build as PDF
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
linux-fpga-libre.tex
mv linux-fpga-libre.pdf ../