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

@string{PH = "Prentice Hall"}
@string{ÉG = {Éditions Gallimard}}
@string{技評 = {技術評論社}}

%% 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,
}

%% Japanese, separate names by "、", "　"
@book{bibunsho8,
  author     = {奥村 　晴彦、黒木　 裕介},
  title      = {[改訂第8版] LaTeX2ε美文書作成入門},
  year       = 2020,
  publisher  = 技評,
  language   = {ja},
  yomi       = {okumura}
}

%% Japanese, separate names by "，", "　"
@book{bibunsho7,
  author     = {奥村　晴彦，黒木　　裕介},
  title      = {[改訂第7版] LaTeX2ε美文書作成入門},
  year       = 2017,
  publisher  = {技術評論社},
  language   = {ja},
  yomi       = {okumura}
}

%% Japanese
@book{bibunsho6,
  author     = {奥村 晴彦 and 黒木  裕介},
  title      = {[改訂第6版] LaTeX2ε美文書作成入門},
  year       = 2013,
  publisher  = {技術評論社},
  language   = {ja},
  yomi       = {okumura}
}

%% Korean Hangul
@book{kim-siseup,
  author    = "김 시습",
  yomi      = "Kim Si-seup",
  title     = "금오신화 (金鰲新話)",
  year      = "1494?",
}

%% Chinese
@book{CaoXueQin,
  author    = "曹 雪芹",
  title     = "紅樓夢",
}

@book{JinPingMei,
  author    = "蘭陵笑笑生",
  title     = "金瓶梅",
  year      = 1610,
}


%% separate names by "、", "，" and "　"
@book{test:misc0,
   author    = "テスト てすと and 名無 権兵衛、 何　誰兵衛， 無名 　戦士 and John Smith and Schmidt, Hans",
   yomi      = "Tesuto Tesuto and Gombe Nanashi、 Darebe Nan，Senshi Mumei and John Smith and Hans Schmidt",
   title     = "UTF-8版jbibtexのテスト: ±α、β，γ。§абв．",
   publisher = "Ω出版社",
   year      = 2007,
}

%% characters over BMP
%% A BOM U+FEFF (Zero Width No-Break Space) is placed between "全" and "㐧"
@book{髙島𠮷野,
   author    = {髙島 𠮷野、𡈽方　 𠀋之助},
   yomi      = "Yoshino Takashima",
   title     = "𠷡と𩸽と‼夢か幻か⁇",
   publisher = "安全﻿㐧一",
   isbn      = "0-000000-00-0",
   year      = 2007,
}

%% 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,
}

%% Cyrillic
@book{Булгаков,
 author	= "Булгаков, Михаил Афанасьевич",
 title	= "Мастер и Маргарита",
 year = 1966,
}

@book{Го́голь,
 author	= "Мико́ла Васи́льович Го́голь",
 title	= "Нос",
 year = 1836,
}

%% Greek
@book{Διογένης,
 author	= "Διογένης Λαέρτιος",
 title	= "Βίοι καὶ γνῶμαι τῶν ἐν φιλοσοφίᾳ εὐδοκιμησάντων",
 year = "3C",
}

