Skip to content

Commit

Permalink
Fix for tightlist missing in new version of pandoc
Browse files Browse the repository at this point in the history
See: ozanmakes/markup.rocks#4

Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Apr 8, 2018
1 parent 1a26468 commit ead3d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
\setlength{\textwidth} {15.0cm}
\setlength{\textheight} {24.5cm}

% Fix tightlist problem with newer version of pandoc
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}

\begin{document}

\ififorside{}
Expand Down

0 comments on commit ead3d03

Please sign in to comment.