diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-03-14 12:41:22 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-03-14 12:41:22 +0100 |
commit | 8ecf2cd93564d76aee7dd81736d3cd5908b273cd (patch) | |
tree | 063fb8248cf0e95529c260df130297871dd4d3bf /buch/common | |
parent | describe link between Jacobi-weights and Beta-distribution (diff) | |
download | SeminarSpezielleFunktionen-8ecf2cd93564d76aee7dd81736d3cd5908b273cd.tar.gz SeminarSpezielleFunktionen-8ecf2cd93564d76aee7dd81736d3cd5908b273cd.zip |
move command configuration to common/Makefile.inc
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: |