diff options
Diffstat (limited to 'buch/papers/sturmliouville/Makefile')
-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; \ |