Skip to content

Commit

Permalink
Fix tightlist error on pdf generation
Browse files Browse the repository at this point in the history
When generating the pdf I got
```
! Undefined control sequence.
l.440 \tightlist
```

This was a bug (already fixed) also on pandoc templates.
  • Loading branch information
mseri committed Jan 19, 2016
1 parent d8deca4 commit 4cad5e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template.latex
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ $endif$
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
\setlength{\emergencystretch}{3em} % prevent overfull lines
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
$if(numbersections)$
\setcounter{secnumdepth}{5}
$else$
Expand Down

0 comments on commit 4cad5e9

Please sign in to comment.