aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/08_dgl/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-04-19 20:49:14 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-04-19 20:49:14 +0200
commit962f46e09482dffceaba74d522c723d490c3344b (patch)
treec57598c0128ebcc0a6edbeda87de561446ead1e6 /vorlesungen/08_dgl/Makefile
parentadd new slides (diff)
parentTitleseite und Handout. (diff)
downloadSeminarMatrizen-962f46e09482dffceaba74d522c723d490c3344b.tar.gz
SeminarMatrizen-962f46e09482dffceaba74d522c723d490c3344b.zip
Merge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen
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