diff options
author | LordMcFungus <mceagle117@gmail.com> | 2022-08-18 20:36:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 20:36:44 +0200 |
commit | 2ce7daa9275e6e43c7ec965b502a34a1b283541e (patch) | |
tree | c57fffd47e840de898e332a8c85b69a025bf058b /buch/papers/kra/images/Makefile | |
parent | Added graphic (diff) | |
parent | new images (diff) | |
download | SeminarSpezielleFunktionen-2ce7daa9275e6e43c7ec965b502a34a1b283541e.tar.gz SeminarSpezielleFunktionen-2ce7daa9275e6e43c7ec965b502a34a1b283541e.zip |
Merge pull request #4 from AndreasFMueller/master
update
Diffstat (limited to '')
-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 |