Added template for PLoS journals (LaTeX). by sjmgarnier · Pull Request #12 · rstudio/rticles

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@sjmgarnier

Copy link Copy Markdown

Contributor

I made a template for PLoS journals (LaTeX). As far as I can tell they all use the same formatting for submissions. It's my first template for Rmarkdown and I built it based on the other templates present in this package. I hope I've done everything correctly :-)

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could add header-includes (so users can easily include their own macros). That would look like this: https://github.com/rstudio/rmarkdown/blob/master/inst/rmarkdown/templates/tufte_handout/resources/tufte-handout.tex#L52-L54 and then require an "includes" argument be added to the plos_article function (and forwarded to pdf_document)

@jjallaire

Copy link Copy Markdown

Member

Looks good, I'll merge it now but recommend that you submit another PR with the includes change mentioned above. Thanks so much for the contribution!

jjallaire added a commit that referenced this pull request

Nov 2, 2014
Added template for PLoS journals (LaTeX).

@jjallaire jjallaire merged commit 248a05b into rstudio:master

Nov 2, 2014

@sjmgarnier

Copy link Copy Markdown

Contributor Author

Done. Thanks for the tip, I'm learning everyday :-)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators

Nov 2, 2020

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@sjmgarnier @jjallaire