You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: