-
Notifications
You must be signed in to change notification settings - Fork 522
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
PeerJ format #127
PeerJ format #127
Conversation
I also uncommented bibliographystyle in the cls file and removed biblio-style from the yaml.
Looks good! |
Could you open a new PR to add this to the package tests? If convenient it would also be great if you could run the test on Windows, OS X, and Linux and confirm it passes. |
Hi! I just realized that I had muted this repo at some point in the past and didn't see this until now. I have tested this on OSX and am in the process of testing it on Windows |
Okay, great. Let me know if tests pass on Windows then I'll merge. |
It appears to work on windows as well. |
Great, thanks! |
@zkamvar Please note that I just removed the output:
bookdown::pdf_book:
base_format: rticles::peerj_article This way, we don't have to patch every single format in this package to support bookdown's features. Thanks! |
Hello,
This is my submission for the PeerJ format. It currently has an issue with the placement of the "References" header, but other than that, everything should be cromulent.
I modified the template from Overleaf: https://www.overleaf.com/latex/templates/latex-template-for-peerj-journal-and-pre-print-submissions/ptdwfrqxqzbn
I've also included pandoc-style cross-references (e.g.
\@ref(tab:table1)
), which requires the users to usebookdown::pdf_document2()
, which I've documented in the help and the skeleton. Otherwise, they can switch back to using\ref{}
with the standard latex tables and figures.