Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Karel-Kroeze wants to merge32 commits intorstudio:main
base:main
Choose a base branch
Loading
fromKarel-Kroeze:master
Open
Changes from1 commit
Commits
Show all changes
32 commits
Select commitHold shift + click to select a range
dc3cd5c
initial changes. Is it my tex that is breaking numeric refs?
FluffierThanThouFeb 17, 2021
f6f6249
add IEEE abbreviations bib
FluffierThanThouFeb 22, 2021
03c4825
add IEEE csl, let pandoc sort out the citation mess
FluffierThanThouFeb 22, 2021
dfb06d2
default to using csl (pandoc) for citations instead of latex (bib[la]…
FluffierThanThouFeb 22, 2021
2414372
fix typos, cleanup docs.
FluffierThanThouFeb 24, 2021
1f398c3
add news line and contributor info
FluffierThanThouFeb 24, 2021
9edfd94
remove abbreviations bib file
FluffierThanThouFeb 24, 2021
5eec91b
Merge branch 'master' into Karel-Kroeze-master
cdervNov 29, 2021
81120b3
Missing comma in description file
cdervNov 29, 2021
fe30daf
Add the number_section default logic in the R function
cdervNov 29, 2021
d73b061
Precise the message
cdervNov 29, 2021
f9db267
Adapt skeleton to new journal mode toggling
cdervNov 29, 2021
c5f4fb9
Move variable definition in function as it is supported
cdervNov 29, 2021
2580457
comment out journal mode only YAML param
cdervNov 29, 2021
c5e813d
Use the CSL as url
cdervNov 29, 2021
a7020e5
Adapt the affiliation section
cdervNov 29, 2021
365ead0
Show how to use the pandoc variable instead
cdervNov 29, 2021
5bbead1
remove duplicate argument
cdervNov 29, 2021
74c7d69
Support biblatexoption in template
cdervNov 29, 2021
b68819a
Support citation_package explicitly
cdervNov 29, 2021
ef6e881
Prevent pandoc error early regarding template syntax
cdervNov 29, 2021
fe37892
remove empty line
cdervNov 29, 2021
bdde76c
Update documentation
cdervNov 29, 2021
5205bff
Update CSL ref part in template
cdervNov 29, 2021
e44e93d
missing $ in template
cdervNov 29, 2021
4965d54
Missing command in template
cdervNov 29, 2021
5d5d9c5
Missing the negation in test
cdervNov 29, 2021
52765e0
Add an example specific for Journal output in the template bundle
cdervNov 29, 2021
0315917
Add special case for testing other demo file in bundle
cdervNov 29, 2021
097e2d0
Update requirement as template requires 2.8
cdervNov 29, 2021
baeb407
Use character version in pandoc_available()
cdervNov 29, 2021
54e8118
Update NEWS and bump version
cdervNov 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
missing $ in template
  • Loading branch information
@cderv
cderv committedNov 29, 2021
commite44e93de0249ce97fd3f2a92e574cce320239bd3
2 changes: 1 addition & 1 deletioninst/rmarkdown/templates/ieee/resources/template.tex
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -339,7 +339,7 @@
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
$endif$
$if(biblatex)$
\usepackage[backend=bibtex,citestyle=ieee,style=$if(biblio-style)$$biblio-style$$else$numeric$endif$,if(citation_sorting)$sorting=$citation_sorting$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
\usepackage[backend=bibtex,citestyle=ieee,style=$if(biblio-style)$$biblio-style$$else$numeric$endif$,$if(citation_sorting)$sorting=$citation_sorting$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
$if(bibliography)$
$for(bibliography)$
\addbibresource{$bibliography$}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp