From aed86eb8e32a7cefebaa48e1d8d6ce3910272d31 Mon Sep 17 00:00:00 2001 From: Davide Parisi Date: Wed, 18 Nov 2015 15:21:46 +0100 Subject: [PATCH] Update main.tex fix \thighlist problem with newer version of pandoc (https://github.com/osener/markup.rocks/issues/4) --- main.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.tex b/main.tex index 65b2a41..0577a00 100644 --- a/main.tex +++ b/main.tex @@ -18,6 +18,10 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Custom Commands %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Fix tightlist problem with newer version of pandoc +\providecommand{\tightlist}{% + \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} + % adds reference to bottom right of corner of a slide \usepackage[absolute,overlay]{textpos} @@ -152,4 +156,4 @@ % Presentation (from pandoc compiled markdown) \input{slides} -\end{document} \ No newline at end of file +\end{document}