diff options
author | erik-loeffler <100943759+erik-loeffler@users.noreply.github.com> | 2022-08-15 09:54:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 09:54:10 +0200 |
commit | 504d47a5a03f60cd54425cfd97fbff750a3f9061 (patch) | |
tree | 74aef248a603bad26b825371af8526b008807950 /buch/papers/fm/Makefile | |
parent | Merge pull request #3 from haddoucher/sturmliouville/erik-branch (diff) | |
parent | Merge pull request #49 from HeadAndToes/master (diff) | |
download | SeminarSpezielleFunktionen-504d47a5a03f60cd54425cfd97fbff750a3f9061.tar.gz SeminarSpezielleFunktionen-504d47a5a03f60cd54425cfd97fbff750a3f9061.zip |
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to '')
-rw-r--r-- | buch/papers/fm/Makefile | 13 | ||||
-rw-r--r-- | buch/papers/fm/Makefile.inc | 5 |
2 files changed, 11 insertions, 7 deletions
diff --git a/buch/papers/fm/Makefile b/buch/papers/fm/Makefile index c84963f..f30c4a9 100644 --- a/buch/papers/fm/Makefile +++ b/buch/papers/fm/Makefile @@ -5,8 +5,9 @@ # SOURCES := \ - 01_AM-FM.tex \ - 02_frequenzyspectrum.tex \ + 00_modulation.tex \ + 01_AM.tex \ + 02_FM.tex \ 03_bessel.tex \ 04_fazit.tex \ main.tex @@ -16,15 +17,17 @@ SOURCES := \ #FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES)) -#.PHONY: images -#images: $(FIGURES) +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) +standalone: standalone.tex $(SOURCES) $(FIGURES) mkdir -p standalone cd ../..; \ pdflatex \ diff --git a/buch/papers/fm/Makefile.inc b/buch/papers/fm/Makefile.inc index e5cd9f6..40f23b1 100644 --- a/buch/papers/fm/Makefile.inc +++ b/buch/papers/fm/Makefile.inc @@ -6,8 +6,9 @@ dependencies-fm = \ papers/fm/packages.tex \ papers/fm/main.tex \ - papers/fm/01_AM-FM.tex \ - papers/fm/02_frequenzyspectrum.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 |