From b7bc875233b66031322fbdae575ecdc0dc5608d2 Mon Sep 17 00:00:00 2001 From: Marvin Reimer Date: Mon, 1 Jun 2015 01:11:56 +0200 Subject: [PATCH] Fix tightlist in pandoc 1.14 pandoc 1.14 introduced \tightlist Related links: https://github.com/jgm/pandoc/pull/1571#issuecomment-106298268 https://github.com/osener/markup.rocks/issues/4 https://github.com/rstudio/rmarkdown/issues/439 --- style/template.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/template.tex b/style/template.tex index e441954f..2111c626 100644 --- a/style/template.tex +++ b/style/template.tex @@ -5,6 +5,10 @@ \usepackage{lmodern} $endif$ +% fix for pandoc 1.14 +\providecommand{\tightlist}{% + \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} + % TP: hack to truncate list of figures/tables. \usepackage{truncate} \usepackage{caption}