Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rticles ms formatting #35

Open
markziemann opened this issue Aug 29, 2023 · 1 comment
Open

rticles ms formatting #35

markziemann opened this issue Aug 29, 2023 · 1 comment

Comments

@markziemann
Copy link
Owner

No description provided.

@markziemann
Copy link
Owner Author

So the general steps are:

  1. Create the Rmd template
rmarkdown::draft("ouptemplate.Rmd", template = "oup_v1", package = "rticles")
  1. Test that the template works. This command should make a PDF.
rmarkdown::render("ouptemplate.Rmd")
  1. Make a copy of ouptemplate.Rmd with a different name and change the from matter like affiliations, etc. Render again.
  2. Then transfer the content from the old Rmd into the template. Be sure to strip all old text away. Update the link to the .bib file
  3. Test that it works. Proof read it, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant