This is a question about how to use bibtex to cite a preprint from Arxiv. Suppose I have:
@ARTICLE{BM:1999, AUTHOR = {First, Author AND Second, Author}, TITLE = {The title of this article}, YEAR = {2035}, JOURNAL = What exactly do I put here?, VOLUME = {}, NUMBER = {}, PAGES = {} } Where exactly do I put the code of the article in arxiv? Suppose the code is arXiv:1234:5678v1
I am using
\bibliographystyle{alpha} % (uses file "plain.bst")amsplain \bibliography{myrefs} % expects file "myrefs.bib" *EDIT:*Actually there is a BibTeX entry that is @unpublished which is the one I am using. I didn't noticed and I put @article in the example above. It has fields: author, title, note, month, year and key. So the question is more about whether to put the arxiv code of the article in note or in key.
