Skip to content

Commit

Permalink
Fix tightlist in pandoc 1.14
Browse files Browse the repository at this point in the history
pandoc 1.14 introduced \tightlist
Related links:
jgm/pandoc#1571 (comment)
ozanmakes/markup.rocks#4
rstudio/rmarkdown#439
  • Loading branch information
therealmarv committed May 31, 2015
1 parent 83b377d commit ef18098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ef18098

Please sign in to comment.