Skip to content

Commit

Permalink
Update main.tex
Browse files Browse the repository at this point in the history
fix \thighlist problem with newer version of pandoc (ozanmakes/markup.rocks#4)
  • Loading branch information
davideparisi committed Nov 18, 2015
1 parent 5192c73 commit aed86eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -152,4 +156,4 @@
% Presentation (from pandoc compiled markdown)
\input{slides}

\end{document}
\end{document}

0 comments on commit aed86eb

Please sign in to comment.