2011年1月11日星期二

LaTeX/Bibliography Management

http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management

Standard templates

@article
An article from a magazine or a journal.
  • Required fields: author, title, journal, year.
  • Optional fields: volume, number, pages, month, note.
@article{Xarticle,
author = "",
title = "",
journal = "",
%volume = "",
%number = "",
%pages = "",
year = "XXXX",
%month = "",
%note = "",
}
@book
A published book
  • Required fields: author/editor, title, publisher, year.
  • Optional fields: volume/number, series, address, edition, month, note.
@book{Xbook,
author = "",
title = "",
publisher = "",
%volume = "",
%number = "",
%series = "",
%address = "",
%edition = "",
year = "XXXX",
%month = "",
%note = "",
}

@conference
Equal to inproceedings
  • Required fields: author, title, booktitle, year.
  • Optional fields: editor, volume/number, series, pages, address, month, organization, publisher, note.
@conference{Xconference, author = "", title = "", booktitle = "", %editor = "", %volume = "", %number = "", %series = "", %pages = "", %address = "", year = "XXXX", %month = "", %publisher= "", %note = "", }

@MISC{website:fermentas-lambda,
AUTHOR = "Fermentas Inc.",
TITLE = "Phage Lambda: description \& restriction map",
MONTH = "November",
YEAR = 2008,
HOWPUBLISHED = "\url{http://www.fermentas.com/techinfo/nucleicacids/maplambda.htm
}"
}


没有评论:

发表评论