TransWikia.com

Automation for acronym et al. with IEEEtran

TeX - LaTeX Asked by MaKaNu on January 11, 2021

I use bibliographstyle IEEEtran and I am totally fine with the references in square brackets with numbers. I was wondering if there is a possibility to read in specific sections the name of the first author and create a reference like the following:

Shelhamer et al. [7]

I am totally fine with creating a new command for this if something like this is not possible.

One Answer

I suggest you (a) load the natbib citation management package with the option numbers, specify the IEEEtranN bibliography style (basically, it's the IEEEtran bib style optimized for use with natbib), and use citet instructions (instead of the regular cite instructions) to create the desired form of the citation call-outs.

enter image description here

documentclass{article}

begin{filecontents}[overwrite]{mybib.bib}
@misc{shelhamer, author = "Shelhamer and others", title = "Thoughts", year = 3001}
end{filecontents}

usepackage[numbers]{natbib}
bibliographystyle{IEEEtranN}

begin{document}
citet{shelhamer}
bibliography{mybib}
end{document}

Correct answer by Mico on January 11, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP