aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/08_dgl/Makefile
diff options
context:
space:
mode:
authorRoy Seitz <roy.seitz@ost.ch>2021-04-17 22:00:36 +0200
committerRoy Seitz <roy.seitz@ost.ch>2021-04-17 22:00:36 +0200
commit8358d9bc031913305a52c6c2ab05184b89f7678f (patch)
tree25d2c7c8d548a682a895322573a921974eb6ff97 /vorlesungen/08_dgl/Makefile
parentMerge pull request #7 from TReichlin/master (diff)
downloadSeminarMatrizen-8358d9bc031913305a52c6c2ab05184b89f7678f.tar.gz
SeminarMatrizen-8358d9bc031913305a52c6c2ab05184b89f7678f.zip
Slides erweitert.
Diffstat (limited to 'vorlesungen/08_dgl/Makefile')
-rw-r--r--vorlesungen/08_dgl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vorlesungen/08_dgl/Makefile b/vorlesungen/08_dgl/Makefile
index f646db6..7a3960a 100644
--- a/vorlesungen/08_dgl/Makefile
+++ b/vorlesungen/08_dgl/Makefile
@@ -14,7 +14,7 @@ IMAGES = vektorfelder-1.pdf
MathSem-08-dgl.pdf: MathSem-08-dgl.tex $(SOURCES) $(IMAGES)
- pdflatex MathSem-08-dgl.tex > /dev/null
+ pdflatex --synctex=1 MathSem-08-dgl.tex > /dev/null
dgl-handout.pdf: dgl-handout.tex $(SOURCES) $(IMAGES)
pdflatex dgl-handout.tex > /dev/null