diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-09-03 09:04:24 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-09-03 09:04:24 +0200 |
commit | d6d732556e3e710fa6dff8790c8f79bd506bec41 (patch) | |
tree | 58e816b88af64819e6e53964049171c618160689 /buch/papers/spannung/images/Makefile | |
parent | norm J_2(\lambda) example (diff) | |
download | SeminarMatrizen-d6d732556e3e710fa6dff8790c8f79bd506bec41.tar.gz SeminarMatrizen-d6d732556e3e710fa6dff8790c8f79bd506bec41.zip |
add new image
Diffstat (limited to 'buch/papers/spannung/images/Makefile')
-rw-r--r-- | buch/papers/spannung/images/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/buch/papers/spannung/images/Makefile b/buch/papers/spannung/images/Makefile new file mode 100644 index 0000000..0c6ccc7 --- /dev/null +++ b/buch/papers/spannung/images/Makefile @@ -0,0 +1,9 @@ +# +# Makefile -- build images +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: tiefe.pdf + +tiefe.pdf: tiefe.tex ../Grafiken/Bild5.png + pdflatex tiefe.tex |