diff options
author | Nao Pross <naopross@thearcway.org> | 2017-02-12 18:56:39 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-02-12 18:56:39 +0100 |
commit | a96d2e61da10e52ed0d6360fe7ef5f85d9ad7ac8 (patch) | |
tree | d19ee27611b698b126c15eca8c6909d91e0817bd /doc/makefile | |
parent | fixed plot @ 3.5.1 and written some stuff (diff) | |
download | PDI-a96d2e61da10e52ed0d6360fe7ef5f85d9ad7ac8.tar.gz PDI-a96d2e61da10e52ed0d6360fe7ef5f85d9ad7ac8.zip |
fixed layout stuff
Diffstat (limited to '')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile index f57be75..82d46e1 100644 --- a/doc/makefile +++ b/doc/makefile @@ -10,7 +10,7 @@ SVGS := $(wildcard res/images/*.svg) PDFS := $(patsubst %.svg,%.pdf,$(SVGS)) # compiler settings -TEX := lualatex +TEX := texfot lualatex BIB := biber # recipes |