rstudio / rticles

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

Add LNCS template (#445) #475

Closed eliocamp closed 2 years ago

eliocamp commented 2 years ago

I get a warning when rendering the skeleton.Rmd file:

[WARNING] Citeproc: citation uni-heidelberg.de not found

I think is has to do with the email in line 27:

    email: "\\{abc,lncs\\}@uni-heidelberg.de"

rmarkdown is interpreting @uni-heidelberg as a citation for some reason. Is there a way to avoid this automatic conversion?

How to contribute a new output format ?

To contribute a new article template to this package, please make sure you have done the following things (note that journalname_article below is only an example name):

Lastly, please try your best to do only one thing per pull request (e.g., if you want to add two output formats, do them in two separate pull requests), and refrain from making cosmetic changes in the code base: https://yihui.name/en/2018/02/bite-sized-pull-requests/

Thank you!