From 3022739ec488aee2283e0d53b26b8658e7c0a5e6 Mon Sep 17 00:00:00 2001 From: Tong Hui Date: Thu, 6 Oct 2016 21:02:16 +0800 Subject: fix picture in PDF --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b53d9b3..151ea3d 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ METADATA = ebook/metadata.xml TOC = --toc --toc-depth=2 --epub-chapter-level=2 COVER_IMAGE = docs/cover.png LATEX_CLASS = book -PANDOC_TEX = pandoc -f markdown_mmd $(TOC) --latex-engine=xelatex -V documentclass=book +PANDOC_TEX = pandoc --from="markdown_mmd+link_attributes" $(TOC) --latex-engine=xelatex -V documentclass=book TEMPLATE=./pdf PREFACES = docs/foreword-trans.md \ docs/foreword-v3.md \ -- cgit v1.2.3