almost
This commit is contained in:
+4
-1
@@ -5,4 +5,7 @@ all: clean bib compile
|
||||
clean:
|
||||
rm -rf ./out
|
||||
compile:
|
||||
marp main.md --theme ./themes/academic.css -o out/presentation.html
|
||||
mkdir out
|
||||
cp -r img ./out/img
|
||||
marp main.md --base . -o out/presentation.html
|
||||
#marp main.md --base . --allow-local-files -o out/presentation.pdf
|
||||
|
||||
Reference in New Issue
Block a user