diff --git a/build/make/latex.mk b/build/make/latex.mk new file mode 100644 index 0000000..3051497 --- /dev/null +++ b/build/make/latex.mk @@ -0,0 +1,2 @@ +latex: + $(call script,$@) \ No newline at end of file diff --git a/build/scripts/latex.sh b/build/scripts/latex.sh new file mode 100644 index 0000000..f0106a0 --- /dev/null +++ b/build/scripts/latex.sh @@ -0,0 +1,7 @@ +#!/bin/bash +set -e +source /build/config +set -x + +## Install +apt_install_permanent texlive-full python-pygments gnuplot \ No newline at end of file