rstudio / rticles

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

Debug the glossa issue #450

Closed yihui closed 2 years ago

yihui commented 2 years ago

Fixes #449

cderv commented 2 years ago

Oh great. Thank you very much for this ! This explain why it was working locally after I uninstalled everything and tried again: the microtype package must have been uninstalled and so it was working when building only this one.

I wasn't aware that a package could conflict with a format - it is painful if a user of Glossa needs to check and uninstall microptype each time. anyway, great find !

That is helpful to see someone else debugging. I learnt a lot and this will help me for next time. Thank you very much !