sdiehl / write-you-a-haskell

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
MIT License
3.34k stars 256 forks source link

Fix tightlist error on pdf generation #77

Closed mseri closed 8 years ago

mseri commented 8 years ago

When generating the pdf I got

! Undefined control sequence.
l.440 \tightlist

This was a bug (already fixed) also on pandoc templates.

sdiehl commented 8 years ago

What version of pandoc and pdflatex are you using?

mseri commented 8 years ago

I am using pandoc 1.16.0.2 (latest) and XeTeX 3.1415926-2.5-0.9999.3-2013061817 (TeX Live 2013)

sdiehl commented 8 years ago

This wasn't a problem on the old version of pandoc, apparently there was some backwards incompatible change with the latex formatting. But we can just bump everything up to the latest pandoc libs and it should be fine.

Thanks for catching this bug.