Error in OUP skeleton.Rmd
Closed this issue · 3 comments
The skeleton.Rmd
for the OUP v1 template makes reference to a YAML field acknowledgements
with an e
, but the template.tex
makes reference to acknowledgments
without the e
. These two should be synchronized, either allowing just one spelling (acknowledgments
as used in the original OUP template available on CTAN) or allowing both spellings.
By filing an issue to this repo, I promise that
- [ X] I have fully read the issue guide at https://yihui.name/issue/.
- [ X] I have provided the necessary information about my issue.
- If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
- If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included
xfun::session_info('rticles')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/rticles')
. - If I have posted the same issue elsewhere, I have also mentioned it in this issue.
- [ X] I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
Thank you !
allowing both spellings.
I did this, but used acknowledgments
in the Rmd template now.
Thanks!
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.