From d5726abcecefa765bd3ccef9a56acc20a8e5daef Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 14 Nov 2021 19:14:22 +0100 Subject: Continue discrete model --- doc/thesis/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/thesis/Makefile') 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: -- cgit v1.2.1