I would like to use the IEEE style (or a custom modified CSL file based on that) for my bibliography. I also want to cite preprints from arXiv. In the .bib file they are usually marked as a @misc
entry and have values eprint
, archivePrefix
, and PrimaryClass
. One example would be
@misc{hicken2024constructing,
title={
Constructing Stable, High-Order Finite-Difference Operators on Point Clouds
over Complex Geometries
},
author={Hicken, Jason and Yan, Ge and Kaur, Sharanjeet},
year={2024},
month=sep,
eprint={2409.00809},
archivePrefix={arXiv},
primaryClass={math.NA}
}
Currently, the fields eprint
, archivePrefix
, and primaryClass
are just ignored and not displayed in the bibliography. However, I would like to show the arXiv identifier in the bibliography as arXiv: 2409.00809 [math.NA]
and ideally automatically create a link to the paper. I have seen this recent post by @Philipp, which is already helpful for creating the link, but for this I need to display the arXiv reference in the first place. How can I achieve this?