diff options
author | daHugen <david.hugentobler@ost.ch> | 2022-04-06 11:38:38 +0200 |
---|---|---|
committer | daHugen <david.hugentobler@ost.ch> | 2022-04-06 11:38:38 +0200 |
commit | 55eeb5823245798146e3e88fe32b2340450a15f4 (patch) | |
tree | a2288b1396d444ec778e4e00c738a75e28b3da47 /buch/chapters/110-elliptisch/uebungsaufgaben/Makefile | |
parent | made some changes in teil4.tex (diff) | |
parent | derivation of pursuerproblem DGL (diff) | |
download | SeminarSpezielleFunktionen-55eeb5823245798146e3e88fe32b2340450a15f4.tar.gz SeminarSpezielleFunktionen-55eeb5823245798146e3e88fe32b2340450a15f4.zip |
Merge branch 'master' of https://github.com/daHugen/SeminarSpezielleFunktionen
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/110-elliptisch/uebungsaufgaben/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/buch/chapters/110-elliptisch/uebungsaufgaben/Makefile b/buch/chapters/110-elliptisch/uebungsaufgaben/Makefile new file mode 100644 index 0000000..0ca5234 --- /dev/null +++ b/buch/chapters/110-elliptisch/uebungsaufgaben/Makefile @@ -0,0 +1,8 @@ +# +# Makefile +# +# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# + +anharmonisch.pdf: anharmonisch.tex + pdflatex anharmonisch.tex |