diff options
author | haddoucher <reda.haddouche@ost.ch> | 2022-07-26 15:05:25 +0200 |
---|---|---|
committer | haddoucher <reda.haddouche@ost.ch> | 2022-07-26 15:05:25 +0200 |
commit | 08931fd248fc0c14173b5ee9bb34e545d7d4bf03 (patch) | |
tree | 78d1331c3e5740056d5497c539ba8483a743b2ff /buch/papers/sturmliouville/Makefile | |
parent | makefile (diff) | |
download | SeminarSpezielleFunktionen-08931fd248fc0c14173b5ee9bb34e545d7d4bf03.tar.gz SeminarSpezielleFunktionen-08931fd248fc0c14173b5ee9bb34e545d7d4bf03.zip |
struktur
verbessert
Diffstat (limited to '')
-rw-r--r-- | buch/papers/sturmliouville/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buch/papers/sturmliouville/Makefile b/buch/papers/sturmliouville/Makefile index 70de9fc..23214a2 100644 --- a/buch/papers/sturmliouville/Makefile +++ b/buch/papers/sturmliouville/Makefile @@ -31,6 +31,7 @@ standalone: standalone.tex $(SOURCES) #$(FIGURES) --halt-on-error \ --shell-escape \ --output-directory=papers/sturmliouville/standalone \ + --extra-mem-top=10000000 \ papers/sturmliouville/standalone.tex; cd standalone; \ bibtex standalone; \ |