diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2022-08-15 06:54:23 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2022-08-15 06:54:23 +0200 |
commit | 96ca6105b6adad8a6b3c5a1af426df9f8c4024c0 (patch) | |
tree | 5f8fa23c25364fb59cf6a3cc60ae528d4d6f6d82 /buch/papers/kra/images/Makefile | |
parent | Merge pull request #48 from samnied/master (diff) | |
download | SeminarSpezielleFunktionen-96ca6105b6adad8a6b3c5a1af426df9f8c4024c0.tar.gz SeminarSpezielleFunktionen-96ca6105b6adad8a6b3c5a1af426df9f8c4024c0.zip |
fix physics dependency
Diffstat (limited to 'buch/papers/kra/images/Makefile')
-rw-r--r-- | buch/papers/kra/images/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/buch/papers/kra/images/Makefile b/buch/papers/kra/images/Makefile new file mode 100644 index 0000000..ef226a9 --- /dev/null +++ b/buch/papers/kra/images/Makefile @@ -0,0 +1,9 @@ +# +# Makefile -- build standalone images +# +# (c) 2022 Prof Dr Andreas Müller +# +all: simple.pdf + +simple.pdf: simple.tex simple_mass_spring.tex + pdflatex simple.tex |