diff options
author | Joshua Baer <joshua.baer@ost.ch> | 2022-08-16 10:28:39 +0200 |
---|---|---|
committer | Joshua Baer <joshua.baer@ost.ch> | 2022-08-16 10:28:39 +0200 |
commit | f3fc1867221ab08c20cbb3f21663e89a10526dcb (patch) | |
tree | 49ca3a3a863f57f2ea69025ed493ba6f35d12c36 /buch/papers/kra/images/Makefile | |
parent | signal m draw (diff) | |
parent | fix a typo (diff) | |
download | SeminarSpezielleFunktionen-f3fc1867221ab08c20cbb3f21663e89a10526dcb.tar.gz SeminarSpezielleFunktionen-f3fc1867221ab08c20cbb3f21663e89a10526dcb.zip |
Merge branch 'master' of github.com:JODBaer/SeminarSpezielleFunktionen
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 |