diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-08 11:47:57 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-08 11:47:57 +0200 |
commit | d223220e4fdd827a5c0dd76e3d7b1453876f3e4b (patch) | |
tree | 014532e83deb932ef33939edce68f8d516ad4097 /buch/papers/reedsolomon/tikz/Makefile | |
parent | Merge pull request #76 from JODBaer/Baer (diff) | |
download | SeminarMatrizen-d223220e4fdd827a5c0dd76e3d7b1453876f3e4b.tar.gz SeminarMatrizen-d223220e4fdd827a5c0dd76e3d7b1453876f3e4b.zip |
add image to reedsolomon
Diffstat (limited to 'buch/papers/reedsolomon/tikz/Makefile')
-rw-r--r-- | buch/papers/reedsolomon/tikz/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/buch/papers/reedsolomon/tikz/Makefile b/buch/papers/reedsolomon/tikz/Makefile new file mode 100644 index 0000000..1753f37 --- /dev/null +++ b/buch/papers/reedsolomon/tikz/Makefile @@ -0,0 +1,7 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +fourier.pdf: fourier.tex + pdflatex fourier.tex |