pages
pages copied to clipboard
need import booktabs package
pandoc: Error producing PDF from TeX source.
! Undefined control sequence.
l.142 \toprule
after add \usepackage{booktabs}
to the latex template, it can build pdf file now
$ pandoc --version
pandoc 1.12.3.3
Error producing PDF. ! Undefined control sequence. l.128 \tightlist
I hit the same problem. It seems that pandoc started using \tightlist in \begin{itemize} sections. I add an empty macro for \tightlist to template file and it works! \def\tightlist{}