summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTong Hui <tonghuix@gmail.com>2016-10-06 21:02:16 +0800
committerTong Hui <tonghuix@gmail.com>2016-10-06 21:02:16 +0800
commit3022739ec488aee2283e0d53b26b8658e7c0a5e6 (patch)
treed1b1230f42bd524b9f0e6f55ab65661484143a18 /Makefile
parent8ec63b1a79f71476da1cd22e13ac107b36d63ac5 (diff)
downloadfsfs-zh-3022739ec488aee2283e0d53b26b8658e7c0a5e6.tar.xz
fix picture in PDF
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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 \