How do I use the rticles::ieee_article
template correctly?
When I use the provided template, it renders the references in a style other than what IEEEtran calls for. For example, in the template it shows:
Here are two sample references: @Feynman1963118 [@Dirac1953888].
which renders as
Here are two sample references: Feynman and Vernon Jr. (1963; Dirac 1953).
However, looking at BibTeX IEEEtran bibliography style [examples] - BibTeX.com, the references should be numbered in square brackets.
In the provided template directory there is a IEEEtran.bst and IEEEtran.cls file. The .bst file matches that at the website referenced above.
I tried to specify the provided bst and cls file in the yaml template, but it errors out. Ex:
# the provided yaml template ....
csl: IEEEtran.cls
Any thoughts on getting the correct square bracket references or using the provided style files would be much appreciated. Thanks!