Hi,
I'm writing a research paper in which I'd like to cite a chapter of the guide. I've been coming up with the following bibtex entry:
@misc{Con18,
title = "Guide to Rustc Development",
author = {The Guide To Rustc Development Contributors},
howpublished = "\url{https://rustc-dev-guide.rust-lang.org/backend/monomorph.html}",
year = 2018,
note = "Accessed: 2022-12-23"
}
The Con18 is what have been autogenerated on the first rendering (it comes from the last word in the author part: Contributors) and is what is going to appear when the paper is cited in the document.
Is there a better list of authors somewhere ? What about including a bibtex entry somewhere in the guide so people don't have to do it each time ?
Hi,
I'm writing a research paper in which I'd like to cite a chapter of the guide. I've been coming up with the following bibtex entry:
The
Con18is what have been autogenerated on the first rendering (it comes from the last word in theauthorpart:Contributors) and is what is going to appear when the paper is cited in the document.Is there a better list of authors somewhere ? What about including a bibtex entry somewhere in the guide so people don't have to do it each time ?