Skip to content

Commit 7211498

Browse files
committed
Merge pull request #597 from vbatts/fix_596
Makefile: newer pandoc and fancy xelatex (FIXES MASTER)
2 parents fc17a08 + f63fd9a commit 7211498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ifeq "$(strip $(PANDOC))" ''
1313
-v $(shell pwd)/$(OUTPUT_DIRNAME)/:/$(OUTPUT_DIRNAME)/ \
1414
-u $(shell id -u) \
1515
--workdir /input \
16-
docker.io/vbatts/pandoc:1.16.0.2-1.fc24
16+
docker.io/vbatts/pandoc:1.17.0.3-2.fc25.x86_64
1717
PANDOC_SRC := /input/
1818
PANDOC_DST := /
1919
endif
@@ -65,7 +65,7 @@ $(OUTPUT_DIRNAME)/$(DOC_FILENAME).pdf: $(DOC_FILES) $(FIGURE_FILES)
6565
else
6666
$(OUTPUT_DIRNAME)/$(DOC_FILENAME).pdf: $(DOC_FILES) $(FIGURE_FILES)
6767
@mkdir -p $(OUTPUT_DIRNAME)/ && \
68-
$(PANDOC) -f markdown_github -t latex -o $(PANDOC_DST)$@ $(patsubst %,$(PANDOC_SRC)%,$(DOC_FILES))
68+
$(PANDOC) -f markdown_github -t latex --latex-engine=xelatex -o $(PANDOC_DST)$@ $(patsubst %,$(PANDOC_SRC)%,$(DOC_FILES))
6969
ls -sh $(shell readlink -f $@)
7070

7171
$(OUTPUT_DIRNAME)/$(DOC_FILENAME).html: $(DOC_FILES) $(FIGURE_FILES)

0 commit comments

Comments
 (0)