diff options
author | Nao Pross <np@0hm.ch> | 2021-11-14 19:14:22 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-14 19:14:22 +0100 |
commit | d5726abcecefa765bd3ccef9a56acc20a8e5daef (patch) | |
tree | d41ea6bf8ca4d0edc70d30d23d3d3a462d63fcd7 /doc/thesis/Makefile | |
parent | Start writing discrete time model of fading channels (diff) | |
download | Fading-d5726abcecefa765bd3ccef9a56acc20a8e5daef.tar.gz Fading-d5726abcecefa765bd3ccef9a56acc20a8e5daef.zip |
Continue discrete model
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index 167ad29..8933fe7 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -42,9 +42,11 @@ all: $(PDF) %.pdf: %.tex $(SOURCES) $(DATA) $(TEX) $(TEXARGS) $< - # TODO: makeindex + # bibliography biber $(basename $(MAIN)) $(TEX) $(TEXARGS) $< + # embed fonts + gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dEmbedAllFonts=true -sOutputFile=$@_font_embedded.pdf -f $@ .PHONY: clean cleanall clean: |