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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
## family.bib
## Copyright 1998-2003 Christophe Geuzaine
#
# $Id: family.bib,v 1.8 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
#
# important notes:
# * 'birthday' field format: "day month"
# * For married couples, be aware that an entry of the form 'Hillary and
# Bill Clinton' will produce silly alphabetical sorting, since BibTeX
# thinks Hillary is a last name. A better (but not perfect, and a little
# bit macho) way to proceed is to introduce 'Bill Clinton and Hillary'.
# The best way is of course to introduce 'Bill Clinton and Hillary Rodham'.
# (An even better way is to introduce 'Clinton, William Jefferson
# Blythe III and Rodham, Hillary' and put 'Bill' in the nickname field.)
@Person{c.geuzaine,
name = "Christophe Geuzaine",
birthday = "06 02",
birthyear = "1973",
p.email = "geuz@geuz.org",
p.url = "http://www.geuz.org",
w.title = "Postdoctoral Scholar",
w.name = "Caltech, Applied and Computational Mathematics",
w.url = "http://www.acm.caltech.edu",
w.street = "1200 E California Blvd",
w.city = "Pasadena",
w.state = "CA",
w.zip = 91125,
w.country = "USA",
w.phone = "1 626 395 4552",
}
@Person{d.e.knu,
name = "Knudson, Donald Ernest",
birthday = "29 01",
p.phone = "+01-(0)2-234.56.78",
p.email = "duck@novosi.uni.gnu",
note = "1952 Permafrost Press Award winner",
}
@Person{d.d.knu,
name = "Knudson, Daffy Duck and Bunny, Bugs and Mr. Pluto",
nickname = "gnat and gnu and pluto",
birthday = "10 02 and 05 11 and 01 01",
p.phone = "+01-(0)2-765.43.21",
p.cellular = "+01-(0)5-555.55.55",
p.account = "010-1234567-05",
r.street = "Haight Street 512",
r.zip = 80214,
r.city = "Novosibirsk",
r.country = "Gnuland",
r.phone = "+01-(0)2-876.54.32",
w.name = "University of Novosibirsk,
Department of Octopus Parthenogenesis",
}
@Person{b.b.knu,
name = "Bip B. Knudson",
nickname = "road runner",
birthday = "27 02",
p.email = "bip_bip@free.prov.gnu",
p.address = "Somewhere close to a falling rock",
}
|