diff options
author | Reto Fritsche <reto.fritsche@ost.ch> | 2021-08-09 23:18:14 +0200 |
---|---|---|
committer | Reto Fritsche <reto.fritsche@ost.ch> | 2021-08-09 23:18:14 +0200 |
commit | 5a229fced6ee10f25060e190c0b08bba048a7617 (patch) | |
tree | 592f07a72dc67d12135564d2497f1b3649fe78eb /buch/papers/ifs/images/Makefile | |
parent | scratch ready (diff) | |
parent | Merge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen (diff) | |
download | SeminarMatrizen-5a229fced6ee10f25060e190c0b08bba048a7617.tar.gz SeminarMatrizen-5a229fced6ee10f25060e190c0b08bba048a7617.zip |
Merge remote-tracking branch 'upstream/master' into mceliece
Diffstat (limited to '')
-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 |