diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-05 13:12:55 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-05 13:12:55 +0200 |
commit | 2bab34711e7654ec4b4bb69e324df57ccc4e4665 (patch) | |
tree | 02e222cf87e57674c2e805282d80682accb2c2fe /buch/papers/ifs/images/Makefile | |
parent | Merge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen (diff) | |
download | SeminarMatrizen-2bab34711e7654ec4b4bb69e324df57ccc4e4665.tar.gz SeminarMatrizen-2bab34711e7654ec4b4bb69e324df57ccc4e4665.zip |
Changes to IFS image problem
Diffstat (limited to 'buch/papers/ifs/images/Makefile')
-rw-r--r-- | buch/papers/ifs/images/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/buch/papers/ifs/images/Makefile b/buch/papers/ifs/images/Makefile new file mode 100644 index 0000000..c6d3fb5 --- /dev/null +++ b/buch/papers/ifs/images/Makefile @@ -0,0 +1,9 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +chaosspiel.pdf: chaosspiel.tex \ + farnnotweight-eps-converted-to.pdf \ + farnrightwight-eps-converted-to.pdf + pdflatex chaosspiel.tex |