diff options
author | Nunigan <37363304+Nunigan@users.noreply.github.com> | 2021-08-05 18:05:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 18:05:44 +0200 |
commit | ad357d3fcef71296d209d8bb9f2d88ee9602136c (patch) | |
tree | f9301740a761c485398f4fc7d63cf377ccc5a888 /buch/papers/ifs/images/Makefile | |
parent | update paper (diff) | |
parent | Merge pull request #71 from paschost/patch-4 (diff) | |
download | SeminarMatrizen-ad357d3fcef71296d209d8bb9f2d88ee9602136c.tar.gz SeminarMatrizen-ad357d3fcef71296d209d8bb9f2d88ee9602136c.zip |
Merge branch 'AndreasFMueller:master' into master
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 |