I want to list a company name in the author field of a bibliographic entry:
@book{CUDA,
author = {NVIDIA Corporation},
title = {NVIDIA CUDA Compute Unified Device Architecture Programming Guide},
publisher = {NVIDIA Corporation},
year = {2007}
}
But the entry keeps showing up "N. Corporation". Is there a way to get the full author name to show up? I'm currently using the siam BibTEX style.
titlefield. To the best of my knowledge, no BibTeX style messes with the capitalization of names in theauthorandeditorfields. – Mico Jun 23 '14 at 08:08alphabibliography style either with or withoutnatbibsorts things correctly. So there's probably something else going on. If you can reproduce the problem with a minimal document you can ask a new question. See How to write a MWEB (Minimal working example with Bibliography)? for how to make the example. – Alan Munn Sep 15 '16 at 23:11@book{CUDA, author = {\{NVIDIA Corporation}}, title = {NVIDIA CUDA Compute Unified Device Architecture Programming Guide}, publisher = {NVIDIA Corporation}, year = {2007} }– Alessandro Cuttin Aug 21 '17 at 13:40{{SRI Corporation}}.) – Camille Goudeseune Nov 07 '18 at 21:26