start work on allowing "packages"
This commit is contained in:
10
fsmi_fsr/helpers/compile_presentation.sh
Executable file
10
fsmi_fsr/helpers/compile_presentation.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
dest_file="presentation_$(date +%Y-%m-%d).tex"
|
||||
|
||||
echo Compiling
|
||||
mkdir -p data/presentation
|
||||
cd data/presentation/
|
||||
|
||||
latexmk -pdf "../$dest_file"
|
||||
ln -srnf "presentation_$(date +%Y-%m-%d).pdf" ../../presentation.pdf
|
||||
Reference in New Issue
Block a user