diff options
author | fabioviecelli <80270098+fabioviecelli@users.noreply.github.com> | 2021-09-08 09:23:56 +0200 |
---|---|---|
committer | fabioviecelli <80270098+fabioviecelli@users.noreply.github.com> | 2021-09-08 09:23:56 +0200 |
commit | 910a4f556d89d75ee07384a2a3fb963334552264 (patch) | |
tree | 53f346e2de59d4bf1365535b709f0a2e8ebffba1 /buch/papers/spannung/images/Makefile | |
parent | Ergänzungen (diff) | |
parent | editorial edits clifford (diff) | |
download | SeminarMatrizen-910a4f556d89d75ee07384a2a3fb963334552264.tar.gz SeminarMatrizen-910a4f556d89d75ee07384a2a3fb963334552264.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '')
-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 |