wjschne / apaquarto

A quarto extension for creating APA7 documents in .docx, .html, and .pdf formats
https://wjschne.github.io/apaquarto/
Creative Commons Zero v1.0 Universal
170 stars 15 forks source link

\tightlist error when rendering to pdf with lists #31

Closed zheer-kejlberg closed 9 months ago

zheer-kejlberg commented 9 months ago

Error message:


! Undefined control sequence.
I.213 \tightlist 

Can be fixed by adding

\providecommand{\tightlist}{%
  \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}

or just an empty tightlist definition: \def\tightlist{} to the before-body.tex file.

Hoping this can be added by default.

wjschne commented 9 months ago

Version 3.0.0 should have this fixed. Also, note the change to standard Quarto prefixes (fig- and tbl-). Also the include line below the metadata needs to be deleted. The extension will throw an informative error if it is left in.