-
Notifications
You must be signed in to change notification settings - Fork 525
ieee_article() add journal support #375
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
Open
Karel-Kroeze
wants to merge
32
commits into
rstudio:main
Choose a base branch
from
Karel-Kroeze:master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
dc3cd5c
initial changes. Is it my tex that is breaking numeric refs?
FluffierThanThou f6f6249
add IEEE abbreviations bib
FluffierThanThou 03c4825
add IEEE csl, let pandoc sort out the citation mess
FluffierThanThou dfb06d2
default to using csl (pandoc) for citations instead of latex (bib[la]…
FluffierThanThou 2414372
fix typos, cleanup docs.
FluffierThanThou 1f398c3
add news line and contributor info
FluffierThanThou 9edfd94
remove abbreviations bib file
FluffierThanThou 5eec91b
Merge branch 'master' into Karel-Kroeze-master
cderv 81120b3
Missing comma in description file
cderv fe30daf
Add the number_section default logic in the R function
cderv d73b061
Precise the message
cderv f9db267
Adapt skeleton to new journal mode toggling
cderv c5f4fb9
Move variable definition in function as it is supported
cderv 2580457
comment out journal mode only YAML param
cderv c5e813d
Use the CSL as url
cderv a7020e5
Adapt the affiliation section
cderv 365ead0
Show how to use the pandoc variable instead
cderv 5bbead1
remove duplicate argument
cderv 74c7d69
Support biblatexoption in template
cderv b68819a
Support citation_package explicitly
cderv ef6e881
Prevent pandoc error early regarding template syntax
cderv fe37892
remove empty line
cderv bdde76c
Update documentation
cderv 5205bff
Update CSL ref part in template
cderv e44e93d
missing $ in template
cderv 4965d54
Missing command in template
cderv 5d5d9c5
Missing the negation in test
cderv 52765e0
Add an example specific for Journal output in the template bundle
cderv 0315917
Add special case for testing other demo file in bundle
cderv 097e2d0
Update requirement as template requires 2.8
cderv baeb407
Use character version in pandoc_available()
cderv 54e8118
Update NEWS and bump version
cderv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ Authors@R: c( | |
person("Alfredo", "Hernández", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-2660-4545")), | ||
person("Christophe", "Dervieux", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-4474-2498")), | ||
person("Stefano", "Coretta", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-9627-5532", github = "stefanocoretta")) | ||
person("Karel", "Kroeze", role = c("ctb"), email = "[email protected]" comment = c(ORCID = "0000-0002-7000-7377", github = "karel-kroeze")) | ||
) | ||
Description: A suite of custom R Markdown formats and templates for | ||
authoring journal articles and conference submissions. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.