Add \tightlist macro to ieee_article by nathanweeks · Pull Request #169 · rstudio/rticles (original) (raw)

Using the ieee_article template from 7708443, using an ordered list in the Rmarkdown:


1. foo
2. bar

results in the following error (from pdflatex) when generating a PDF:

! Undefined control sequence.
l.696 \tightlist

Copying the \tightlist macro definition from the template.tex in another format into the ieee_article template.tex resolved the issue (though I'm not sure if there's a more preferable spot in template.tex to put the \tightlist definition).