diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-04-19 20:49:14 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-04-19 20:49:14 +0200 |
commit | 962f46e09482dffceaba74d522c723d490c3344b (patch) | |
tree | c57598c0128ebcc0a6edbeda87de561446ead1e6 /vorlesungen/08_dgl/Makefile | |
parent | add new slides (diff) | |
parent | Titleseite und Handout. (diff) | |
download | SeminarMatrizen-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/Makefile | 2 |
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 |