Replies: 1 comment 5 replies
-
Isn't
From specification, this is for P12 of IEEE editorial guide shows example of numeric: http://journals.ieeeauthorcenter.ieee.org/wp-content/uploads/sites/7/IEEE-Editorial-Style-Manual-for-Authors.pdf Why did you expect the other form with this CSL file ? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider mwe.zip
The minimal working example Markdown file is
when I run
pandoc --from markdown --citeproc --bibliography=references.bib --csl=ieee.csl mwe.md --to native
, I getThe
citationMode
is correct.@rezende_cric_2021
isAuthorInText
and[@rezende_cric_2021]
isNormalCitation
.When I run
pandoc --from markdown --citeproc --bibliography=references.bib --csl=ieee.csl mwe.md --to html
, I get something likeinstead of
Can I have some help fixing the CSL?
Beta Was this translation helpful? Give feedback.
All reactions