-
Notifications
You must be signed in to change notification settings - Fork 520
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
WIP: Add first version of the CVPR rticle model #278
base: main
Are you sure you want to change the base?
Conversation
…d text without separation with text
…rue. the empty pagestyle command is added in any other cases
@DunLug where are you on this PR ? In the meantime, if it is not yet ready for review, how about converting if to a draft PR ? You'll then change the status when ready to be reviewed so we know when to look Thank you ! |
Hi @cderv, |
That is ok. Thank you ! |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I just have updated the branch with last change from our master. This will allow you to start on better basis for next time you'll find time to finish this contribution.
Thank you !
@@ -6,6 +6,8 @@ | |||
|
|||
- Add `trb_article()` for annual meeting submissions to the Transportation Research Board Annual Meeting (thanks, @gregmacfarlane, #427). | |||
|
|||
- Added cvpr_article() document class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Added cvpr_article() document class | |
- Added `cvpr_article()` output format for conference paper (thanks, @DunLug, #278). |
👋 @DunLug - gettting back to you on this for a status update
Is this PR still a project you want to finish ? No pressure, just wants to known where we are at |
Hi, @cderv, |
I passed it to draft. When you have time (or someone else), this one can be rebased, or closed and a new one started. Thanks for the reply |
Hi, I've began to create a template for the CVPR conference's stylesheet (see http://cvpr2020.thecvf.com/submission/main-conference/author-guidelines#submission-guidelines).
It's a work in progress, I created this pull request to ask questions if necessary and to avoid somebody to make this work twice.
TODO List:
journalname_article()
function toR/article.R
if the output format is simple enough, otherwise create a separateR/journalname_article.R
.inst/rmarkdown/templates/journalname_article/resources/template.tex
.inst/rmarkdown/templates/journalname_article/skeleton/skeleton.Rmd
.inst/rmarkdown/templates/journalname_article/template.yaml
.*.cls
) if needed, but please do not include standard LaTeX packages (*.sty
) that can be downloaded from CTAN. Please keep the number of new files absolutely minimal, and also make examples minimal (e.g., if you need a.bib
example, try to only leave one or two bibliography entries in it, and don't include one hundred items in it without using all of them).devtools::document()
).tests/testit/test-formats.R
.Authors@R
in DESCRIPTION. You don't need to bump the package version in DESCRIPTION.Issues
About the document usage, I don't understand how to tell knitr to search sty files inside the inst folder. I checked it in acm_article example but it doesn't seems to work either.