manuscriptPackage icon indicating copy to clipboard operation
manuscriptPackage copied to clipboard

\tightlist error

Open ldemaz opened this issue 7 years ago • 1 comments

Hi, excellent package, and thanks for making it available. I just started using it, and came across an error when knitting my first manuscript with your template.

! Undefined control sequence. l.[line number] \tightlist pandoc: Error producing PDF

I found the answer to it here:

https://stackoverflow.com/questions/40438037/tightlist-error-using-pandoc-with-markdown

Added these lines into the manuscript.latex file at lines 204:

\providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}

That seems to do the trick.

Thanks again.

ldemaz avatar Sep 14 '17 14:09 ldemaz

Thanks for the heads up on that. Will take a look (although not right away as I am swamped!)

Glad you got a work around working.

jhollist avatar Sep 14 '17 16:09 jhollist