mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
update
This commit is contained in:
10
scripts/build-latex.sh
Executable file
10
scripts/build-latex.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
FORMAT=$1; shift
|
||||
|
||||
docker run \
|
||||
--user "$UID:$GID" \
|
||||
--net=none \
|
||||
-v $(pwd):/var/texlive \
|
||||
blang/latex:ubuntu
|
||||
lualatex "latex/$FORMAT.tex"
|
||||
Reference in New Issue
Block a user