summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/bibtex/biber/t/tdata/names.bib
blob: c7883f778c09a33c38219c6bc2f9221e99aebebc (plain)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
@BOOK{L1,
  AUTHOR	    = {Alfred Adler},
}

@BOOK{L2,
  AUTHOR	    = {Bertie B. Bull},
}

@BOOK{L3,
  AUTHOR	    = {C. Z. Crop},
}

@BOOK{L4,
  AUTHOR	    = {Derek D Decket},
}

@BOOK{L5,
  AUTHOR	    = {Egbert von Eel},
}

@BOOK{L6,
  AUTHOR	    = {Francis van der valt Frome},
}

@BOOK{L7,
  AUTHOR	    = {Gregory R. van Gloom},
}

@BOOK{L8,
  AUTHOR	    = {Henry F. van Henkel},
}

@BOOK{L9,
  AUTHOR	    = {Ian {Iliad Ipswich}},
}

@BOOK{L10,
  AUTHOR	    = {Jolly, III, James},
}

@BOOK{L10a,
  AUTHOR            = {Pimentel, Jr. ,Joseph J.},
}

@BOOK{L11,
  AUTHOR	    = {van Kluster, Jr., Kevin},
}

@BOOK{L12,
  AUTHOR	    = {Charles Louis Xavier Joseph de la Vall{\'e}e Poussin}
}

@BOOK{L13,
  AUTHOR	    = {Van de Graaff, R. J.}
}

@BOOK{L14,
  AUTHOR	    = {St John-Mollusc, Oliver}
}

@BOOK{L15,
  AUTHOR = {Roger P.{\,}G. van Gompel}
}

@BOOK{L16,
  AUTHOR = {Roger {P.\,G.} van Gompel}
}

@BOOK{L17,
  AUTHOR = {Lovecraft, Bill H.{\,}P.},
}

@BOOK{L18,
  AUTHOR = {Lovecraft, Bill {H.\,P.}},
}

@BOOK{L19,
  AUTHOR = {Mustermann, Klaus-Peter},
}

@BOOK{L20,
  AUTHOR = {{John Henry} Ford},
}

@BOOK{L21,
  AUTHOR = {{\v S}omeone Smith},
}

@BOOK{L22,
  AUTHOR = {Someone {\v S}mith},
}

@BOOK{L23,
  AUTHOR = {Šomeone Smith},
}

@BOOK{L24,
  AUTHOR = {Someone Šmith},
}

@BOOK{L25,
  AUTHOR = {{American Psychological Association, Task Force on the Sexualization of Girls}},
}
@BOOK{L26,
  AUTHOR = {{Sci-Art Publishers}}
}

% Should skip the first name as it has too many commas
@BOOK{L27,
  AUTHOR = {Smith, Jr., Bill, Lee and James Smith}
}

% This causes Text::BibTeX <=0.4 to segfault
@BOOK{L28,
  AUTHOR = {Deux et al.,, O.}
}

% Should be ok as escaped. Text::BibTeX < 0.41 has a bug however and replaces
% the third comma with a space.
@BOOK{L29,
  AUTHOR = {{U.S. Department of Health and Human Services, National Institute of Mental Health, National Heart, Lung and Blood Institute}}
}

% The protected {M} causes problems for the btparse library so we strip this in biber
@BOOK{L30,
  AUTHOR = {E. S. El-{M}allah}
}