pages icon indicating copy to clipboard operation
pages copied to clipboard

need import booktabs package

Open zqfan opened this issue 11 years ago • 1 comments

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

zqfan avatar Feb 25 '14 05:02 zqfan

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{}

ChangWinde avatar Aug 21 '18 13:08 ChangWinde