diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-22 11:16:26 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-22 11:16:26 +0200 |
commit | 123a5f4a7d5afb554d17a6ffc795a7bf1921abf0 (patch) | |
tree | 6dea2c8e51803ed611076724926d59eb85da4634 /buch/papers/clifford/images/Makefile | |
parent | Merge pull request #89 from Malarius1999/master (diff) | |
download | SeminarMatrizen-123a5f4a7d5afb554d17a6ffc795a7bf1921abf0.tar.gz SeminarMatrizen-123a5f4a7d5afb554d17a6ffc795a7bf1921abf0.zip |
add additional image
Diffstat (limited to 'buch/papers/clifford/images/Makefile')
-rw-r--r-- | buch/papers/clifford/images/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/buch/papers/clifford/images/Makefile b/buch/papers/clifford/images/Makefile new file mode 100644 index 0000000..cc621fb --- /dev/null +++ b/buch/papers/clifford/images/Makefile @@ -0,0 +1,13 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: spiegelung.pdf + +spiegelung.pdf: spiegelung.tex punkte.tex + pdflatex spiegelung.tex + +punkte.tex: spiegelung.m + octave spiegelung.m + |