Commit b19e96f7 authored by Benoit Rat's avatar Benoit Rat Committed by Adam Wujek

doc: fixing pandoc compilation error under ubuntu 16.04

parent afac19eb
...@@ -24,7 +24,8 @@ TEX=$(SRC:.md=.tex) ...@@ -24,7 +24,8 @@ TEX=$(SRC:.md=.tex)
DOC=$(SRC:.md=.doc) DOC=$(SRC:.md=.doc)
## Pandoc arguments ## Pandoc arguments
OPTIONS=-f markdown --toc --number-sections --smart EXTENSIONS=+definition_lists
OPTIONS=-f markdown$(EXTENSIONS) --toc --number-sections --smart
TEMPLATE=pandoc.latex TEMPLATE=pandoc.latex
......
...@@ -55,6 +55,10 @@ ...@@ -55,6 +55,10 @@
%% Generic %% Generic
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
$if(url)$ $if(url)$
\usepackage{url} \usepackage{url}
$endif$ $endif$
......
Markdown is supported
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