Add latex container
This commit is contained in:
2
build/make/latex.mk
Normal file
2
build/make/latex.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
latex:
|
||||
$(call script,$@)
|
||||
7
build/scripts/latex.sh
Normal file
7
build/scripts/latex.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## Install
|
||||
apt_install_permanent texlive-full python-pygments gnuplot
|
||||
Reference in New Issue
Block a user