karlseguin / the-little-redis-book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tightlist error

marqpdx opened this issue · comments

hi, when trying to make a PDF from a markdown file that includes a list, i get the following error.

! Undefined control sequence.
l.213   \tightlist

i have a fix for this, if you want to give me perms to submit a branch and make a pull request i'll submit it, or you can just add the following line to pdf-template.tex:

\def\tightlist{}

I added it to the % Listings section, and now my .md file compiles and the list is rendered properly.