Slides
This commit is contained in:
+3
-3
@@ -6,9 +6,9 @@ pdf: build/main.pdf
|
||||
|
||||
build/%.pdf: %.tex FORCE
|
||||
$(TEXC) -latexoption=-shell-escape $<
|
||||
cp build/main.pdf build/main.tmp.pdf
|
||||
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=build/main.pdf build/main.tmp.pdf
|
||||
rm build/main.tmp.pdf
|
||||
# cp build/main.pdf build/main.tmp.pdf
|
||||
# gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=build/main.pdf build/main.tmp.pdf
|
||||
# rm build/main.tmp.pdf
|
||||
|
||||
clean: FORCE
|
||||
$(TEXC) -c
|
||||
|
||||
Reference in New Issue
Block a user