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/common | |
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 '')
-rwxr-xr-x | buch/common/Makefile.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/buch/common/Makefile.inc b/buch/common/Makefile.inc index c8b0f6e..b9461e5 100755 --- a/buch/common/Makefile.inc +++ b/buch/common/Makefile.inc @@ -4,9 +4,15 @@ # (c) 2021 Prof Dr Andreas Mueller, OST Ostschweizer Fachhochschule # - SUBDIRECTORIES = chapters +# change the following variables to suit your environment + +pdflatex = pdflatex +bibtex = bibtex +makeindex = makeindex +touch = touch + .PHONY: images images: |