Skip to content

Rename template folders to shortten the path #315

@cderv

Description

@cderv

See discussion in #297 (comment)

One solution is to remove the _article part in template folder

$ ls inst/rmarkdown/templates/
acm_article  arxiv_article           elsevier_article   mnras_article     rsos_article
acs_article  asa_article             frontiers_article  oup_article       rss_article
aea_article  bioinformatics_article  ieee_article       peerj_article     sage_article
agu_article  biometrics_article      joss_article       plos_article      sim_article
amq_article  copernicus_article      jss_article        pnas_article      springer_article
ams_article  ctex                    mdpi_article       rjournal_article  tf_article

That would require to modify each format function accordingly: This folder name is used to find the resource in pdf_document_format() and currently match the format name.

To Do

  • Rename the folders
  • Update the format functions
  • Update the PR template

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions