aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/sturmliouville/Makefile
diff options
context:
space:
mode:
authorerik-loeffler <100943759+erik-loeffler@users.noreply.github.com>2022-07-26 15:49:08 +0200
committerGitHub <noreply@github.com>2022-07-26 15:49:08 +0200
commit1a3e01ac9250be77baf710922d0bb91d7c4fe5d3 (patch)
tree5e6dda0a76c4c63bf93ec217af66b19de11ff308 /buch/papers/sturmliouville/Makefile
parentMerge pull request #29 from p1mueller/master (diff)
parentMerge branch 'sturmliouville/structure' of https://github.com/haddoucher/Semi... (diff)
downloadSeminarSpezielleFunktionen-1a3e01ac9250be77baf710922d0bb91d7c4fe5d3.tar.gz
SeminarSpezielleFunktionen-1a3e01ac9250be77baf710922d0bb91d7c4fe5d3.zip
Merge pull request #1 from haddoucher/sturmliouville/structure
Sturmliouville/structure
Diffstat (limited to 'buch/papers/sturmliouville/Makefile')
-rw-r--r--buch/papers/sturmliouville/Makefile34
1 files changed, 31 insertions, 3 deletions
diff --git a/buch/papers/sturmliouville/Makefile b/buch/papers/sturmliouville/Makefile
index da902e7..8d3e0af 100644
--- a/buch/papers/sturmliouville/Makefile
+++ b/buch/papers/sturmliouville/Makefile
@@ -1,9 +1,37 @@
#
-# Makefile -- make file for the paper sturmliouville
+# Makefile -- make file for the paper fm
#
# (c) 2020 Prof Dr Andreas Mueller
#
-images:
- @echo "no images to be created in sturmliouville"
+SOURCES := \
+ einleitung.tex\
+ eigenschaften.tex \
+ beispiele.tex \
+ main.tex
+#TIKZFIGURES := \
+ tikz/atoms-grid-still.tex \
+
+#FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES))
+
+#.PHONY: images
+#images: $(FIGURES)
+
+#figures/%.pdf: tikz/%.tex
+# mkdir -p figures
+# pdflatex --output-directory=figures $<
+
+.PHONY: standalone
+standalone: standalone.tex $(SOURCES) #$(FIGURES)
+ mkdir -p standalone
+ cd ../..; \
+ pdflatex \
+ --halt-on-error \
+ --shell-escape \
+ --output-directory=papers/sturmliouville/standalone \
+ --extra-mem-top=10000000 \
+ papers/sturmliouville/standalone.tex;
+ cd standalone; \
+ bibtex standalone; \
+ makeindex standalone; \ No newline at end of file