1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
## business.bib
## Copyright 1998 Christophe Geuzaine
#
# $Id: business.bib,v 1.4 2003/09/15 05:40:31 geuzaine Exp $
#
# This program can be redistributed and/or modified under the terms
# of the LaTeX Project Public License distributed from CTAN
# archives in directory macros/latex/base/lppl.txt; either
# version 1 of the License, or (at your option) any later version.
#
# 'directory' package: sample bib file
#
@Company{microknud,
name = "Microknud Corp.",
phone = "+01-(0)2-465.83.99",
fax = "005.79.00",
street = "Haight Street 513",
city = "Novosibirsk",
zip = "80214",
country = "Gnuland",
url = "http://microknu.com/ass/bill.html",
}
@Company{knudsoft,
name = "The Knudsoft Company",
email = "knud@knudsoft.com",
url = "http://knudsoft.com/hole/gates.htm",
}
@Place{knudsoft:rs.2,
name = "Knudsoft (RS.2 Computer Room)",
phone = "+01-(0)2-434.23.23",
}
|