From 2934d169fed9b78a72c04ee66e91e39a78cf922a Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 14 Jun 2018 14:40:36 +0800 Subject: Update pandoc to 2.2.1 - "--latex-engine" renamed to "--pdf-engine" - copy the keepaspectratio graphicx setting from the latest pandoc LaTeX template - remove -S option when generating epub --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 793b0cc..580a54d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: - sudo apt-get update - "./install.latex.ubuntu.sh" - "./install.fandolsong.sh" - - wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb + - wget https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-1-amd64.deb - sudo dpkg -i *.deb script: -- cgit v1.2.3