diff options
author | Roy Seitz <roy.seitz@ost.ch> | 2021-04-17 22:00:36 +0200 |
---|---|---|
committer | Roy Seitz <roy.seitz@ost.ch> | 2021-04-17 22:00:36 +0200 |
commit | 8358d9bc031913305a52c6c2ab05184b89f7678f (patch) | |
tree | 25d2c7c8d548a682a895322573a921974eb6ff97 /vorlesungen/08_dgl/Makefile | |
parent | Merge pull request #7 from TReichlin/master (diff) | |
download | SeminarMatrizen-8358d9bc031913305a52c6c2ab05184b89f7678f.tar.gz SeminarMatrizen-8358d9bc031913305a52c6c2ab05184b89f7678f.zip |
Slides erweitert.
Diffstat (limited to '')
-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 |