rstudio / rticles

LaTeX Journal Article Templates for R Markdown
https://pkgs.rstudio.com/rticles/
1.46k stars 516 forks source link

Recent amq issue to fix #454

Closed cderv closed 2 years ago

cderv commented 2 years ago
Rendering the amq format...
! Undefined control sequence.
<argument> \z 
              @ 
l.282 \begin{abstract}

https://github.com/rstudio/rticles/runs/4428483240?check_suite_focus=true#step:13:167

I can reproduce locally. Seems to be an issue with pgf.sty but not sure. Maybe a conflict between package like in #450 ?

cderv commented 2 years ago

It seems like removing

\begin{abstract}

... 

\end{abstract}

Makes it work. So it seems to be an issue or conflict with the abstract environment.

cderv commented 2 years ago

And it happens in a fresh new install 🤔

cderv commented 2 years ago

Ok it seems related to #450 in the sense that the package microtype seems to be the culprit. By removing its usage for the template, it is working fine.

cderv commented 2 years ago

It has been updated on the 01/11/2021 so probably something related to this https://ctan.org/ctan-ann/id/mailman.206.1635796727.10251.ctan-ann@ctan.org

cderv commented 2 years ago

And here is the issue we have : https://github.com/schlcht/microtype/issues/4

I'll make microtype optional in our template and default to FALSE for now.

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.