-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
In my bibliography, I have some authors that are not a person's name, but some corporation.
Example:
@Misc{OEIS,
bibkey = {OEIS},
author = {OEIS Foundation Inc.},
title = {The {O}n-{L}ine {E}ncyclopedia of {I}nteger {S}equences},
howpublished = {Published electronically at https://oeis.org},
year = {2023},
url = {https://oeis.org}
}
Unfortunately, this name gets printed as O. F. Inc.
in the bibliography due to the first and middle names being abbreviated.
Once Humans-of-Julia/BibInternal.jl#21 is released as BibInternal.jl v0.3.5, one can provide such names with double-braces, e.g. author = {{OEIS Foundation Inc.}}
to the parser. It remains for DocumenterCitations.jl to remove one layer of braces before printing (and to bump the compat of BibInternal.jl).
goerz
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request