LaTeXのサンプル
LaTeXのソースコードそのものを公開している例は、あまりない。
BibTeXの書き方の参考になる。
- http://www.caida.org/tools/visualization/plankton/Paper/plankton.bib
- http://www.caida.org/tools/visualization/plankton/Paper/plankton.bbl
@ARTICLE{rfc-1876, TITLE = "A Means for Expressing Location Information in the Domain Name System", AUTHOR = "C. Davis and P. Vixie and T. Goodwin and I. Dickinson", JOURNAL = "Network Working Group RFC 1876", MONTH = "January", YEAR = "1996", NOTE = "\path|http://ds.internic.net/rfc/rfc1876.txt|", } @ARTICLE{rfc-2068, TITLE = "Hypertext Transfer Protocol -- HTTP/1.1", AUTHOR = "R. Fielding and J. Getys and J. Mogul and H. Frystyk and T. Berners-Lee", JOURNAL = "Network Working Group RFC 2068", MONTH = "January", YEAR = "1997", NOTE = "\path|http://ds.internic.net/rfc/rfc2068.txt|", }
RFCは、ARTICLEとして処理している。
@MISC{ircache, TITLE = "A Distributed Testbed for National Information Provisioning", NOTE = "\path|http://ircache.nlanr.net|", } @MISC{squid, TITLE = "Squid Internet Object Cache", NOTE = "\path|http://squid.nlanr.net|", } @MISC{ip2ll, TITLE = "IP address to Latitude and Longitude", NOTE = "\path||http://cello.cs.uiuc.edu/cgi-bin/slamm/ip2ll/", } @MISC{planet-cache, TITLE = "Planet Cache: visualization of the NLANR caching hiererchy", YEAR = "1996", NOTE = "\path|http://ircache.nlanr.net/Cache/cacheviz.html|", }
単なるWebサイトは、MISCで処理している。でも、BibTeXがエラーを出す。
Last modified: 2006-09-05