% Bibliography test file
% Public domain.
% You may freely use, modify and/or distribute this file.

@string{PH = "Prentice Hall"}
@string{ÉG = {Éditions Gallimard}}

%% ASCII only
%% author: Given_name Middle_name Family_name
@book{kernighan78,
  author    = "Brian Wilson Kernighan and Dennis MacAlistair Ritchie",
  title     = "The C Programming Language, 1st edition",
  publisher = "Prentice Hall",
  year      = 1978,
}

%% author: Family_name, Given_name Middle_name
@book{kernighan88,
  author    = "Kernighan, Brian W. AND Ritchie, Dennis M.",
  title     = "The C Programming Language, 2nd edition",
  publisher = PH,
  year      = 1988,
}

%% name with Jr
@book{king63,
  author    = "King, Jr., Martin Luther",
  title     = "I Have a Dream!",
  year      = 1963,
}

%% Latin-1, name with nobiliary particle "von"
@book{weber1821,
  author    = "Carl Maria von Weber",
  title     = "Der Freischütz",
  year      = 1821,
}

%% Latin-1, name with nobiliary particle "de"
@book{Lautréamont,
 author	= "Conte de Lautréamont",
 title	= "Les Chants de Maldoror",
 year = 1868,
}

%% Latin-1
@book{Proust,
 author	= "Marcel Proust",
 title	= "Ŕ la recherche du temps perdu",
 publisher = "Éditions Gallimard",
 year = "1913--1927",
}

@book{BrüderGrimm,
 author	= "Brüder Grimm",
 title	= "Kinder- und Hausmärchen",
 publisher = "Reimer",
 year = 1812,
}

@book{Camus,
 author = "Albert Camus",
 title  = "L'Étranger",
 publisher = ÉG,
 year = 1942,
}

