aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fm/Makefile
diff options
context:
space:
mode:
authorRunterer <37069007+Runterer@users.noreply.github.com>2022-08-06 11:00:54 +0200
committerGitHub <noreply@github.com>2022-08-06 11:00:54 +0200
commit72f13d47f42a7005889532fd29bcfc870f4e5051 (patch)
tree559c39cde661ea56759051c9b7965fb28468cfb6 /buch/papers/fm/Makefile
parentminor presentation improvements (diff)
parentMerge pull request #42 from daHugen/master (diff)
downloadSeminarSpezielleFunktionen-72f13d47f42a7005889532fd29bcfc870f4e5051.tar.gz
SeminarSpezielleFunktionen-72f13d47f42a7005889532fd29bcfc870f4e5051.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to '')
-rw-r--r--buch/papers/fm/Makefile35
-rw-r--r--buch/papers/fm/Makefile.inc11
2 files changed, 39 insertions, 7 deletions
diff --git a/buch/papers/fm/Makefile b/buch/papers/fm/Makefile
index f43d497..f30c4a9 100644
--- a/buch/papers/fm/Makefile
+++ b/buch/papers/fm/Makefile
@@ -4,6 +4,37 @@
# (c) 2020 Prof Dr Andreas Mueller
#
-images:
- @echo "no images to be created in fm"
+SOURCES := \
+ 00_modulation.tex \
+ 01_AM.tex \
+ 02_FM.tex \
+ 03_bessel.tex \
+ 04_fazit.tex \
+ main.tex
+#TIKZFIGURES := \
+ tikz/atoms-grid-still.tex \
+
+#FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES))
+
+all: images standalone
+
+.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/fm/standalone \
+ papers/fm/standalone.tex;
+ cd standalone; \
+ bibtex standalone; \
+ makeindex standalone; \ No newline at end of file
diff --git a/buch/papers/fm/Makefile.inc b/buch/papers/fm/Makefile.inc
index 0f144b6..40f23b1 100644
--- a/buch/papers/fm/Makefile.inc
+++ b/buch/papers/fm/Makefile.inc
@@ -6,9 +6,10 @@
dependencies-fm = \
papers/fm/packages.tex \
papers/fm/main.tex \
- papers/fm/references.bib \
- papers/fm/teil0.tex \
- papers/fm/teil1.tex \
- papers/fm/teil2.tex \
- papers/fm/teil3.tex
+ papers/fm/00_modulation.tex \
+ papers/fm/01_AM.tex \
+ papers/fm/02_FM.tex \
+ papers/fm/03_bessel.tex \
+ papers/fm/04_fazit.tex \
+ papers/fm/references.bib