Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\tightlist error #5

Open
ldemaz opened this issue Sep 14, 2017 · 1 comment
Open

\tightlist error #5

ldemaz opened this issue Sep 14, 2017 · 1 comment

Comments

@ldemaz
Copy link

ldemaz commented Sep 14, 2017

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.

@jhollist
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants