Commit a3c8d060 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

pandoc: Add missing definitions for lists and syntax highlighter.

parent 3cd8e75f
......@@ -15,6 +15,19 @@ $for(header-includes)$
$header-includes$
$endfor$
% for pandoc lists
\usepackage{enumitem}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}%
\setlength{\parskip}{0pt}%
\setlength{\topsep}{0pt}%
\setlength{\partopsep}{0pt}}
% for the sake of syntax highlighter in pandoc
$if(highlighting-macros)$
$highlighting-macros$
$endif$
% Thesis report begin
\begin{document}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment