Fix positioning of figures in PDF

This commit is contained in:
Marko Anastasov
2020-03-03 17:30:58 +01:00
parent e64410913a
commit adb6e9470d

View File

@@ -18,7 +18,7 @@ html: $(BUILD)/html/$(BOOKNAME).html
$(BUILD)/pdf/$(BOOKNAME).pdf: $(TITLE) $(CHAPTERS)
mkdir -p $(BUILD)/pdf
docker run --rm --volume `pwd`:/data pandoc/latex:2.6 -o /data/$@ $^
docker run --rm --volume `pwd`:/data pandoc/latex:2.6 -f markdown-implicit_figures -o /data/$@ $^
$(BUILD)/html/$(BOOKNAME).html: $(TITLE) $(CHAPTERS)
mkdir -p $(BUILD)/html