rstudio / rticles

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

Bioinformatics template: Hard-coded "Manuscript Category" #414

Closed stephenturner closed 3 years ago

stephenturner commented 3 years ago

rticles version 0.20: The header in the Bioinformatics template has a hard-coded "Manuscript Category" resulting in the header below, regardless of what subject_section is set to in the YAML front matter:

image

Looks like the culprit is around here:

https://github.com/rstudio/rticles/blob/cd4d93a4ab1ebd8c9e3091a08fba2a165e5db18a/inst/rmarkdown/templates/bioinformatics/resources/template.tex#L52

This should probably be replaced with the subject_section variable holding the type of article, as is done further below:

https://github.com/rstudio/rticles/blob/cd4d93a4ab1ebd8c9e3091a08fba2a165e5db18a/inst/rmarkdown/templates/bioinformatics/resources/template.tex#L57


By filing an issue to this repo, I promise that

I understand that my issue may be closed if I don't fulfill my promises.

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.