1
0
mirror of https://github.com/balkian/slides-intro-spark.git synced 2025-08-29 17:32:22 +00:00

Fix overflows, typos. Update spark activity

This commit is contained in:
J. Fernando Sánchez
2018-10-17 13:18:40 +02:00
parent 2e3656c401
commit 945456a9ce
6 changed files with 14 additions and 8 deletions

View File

@@ -22,8 +22,8 @@ test: compile
pdf:
@mkdir -p $(TEMP_DIR)
xelatex -output-directory ./$(TEMP_DIR) spark1.tex
xelatex -output-directory ./$(TEMP_DIR) spark2.tex
pdflatex -output-directory ./$(TEMP_DIR) spark1.tex
pdflatex -output-directory ./$(TEMP_DIR) spark2.tex
cp $(TEMP_DIR)/*.pdf .
clean: