I would like to update my bibtex file in a way that allows me to create multilingual bibliographies. Since I publish in English and Japanese, I will need this to work in a way that: In an English paper,
- Japanese entries in the Bibliography will have the names of authors both in Kanji and in Romanization; titles will also have to be duplicated in this way, but in addition I sometimes also translate the title, so there might be three entries.
- English citations will appear as usual.
In a Japanese paper
- The Japanese entries will be just author, title etc in Kanji, without additions.
- The English entries might have a translation of the title and give the Author in Japanese Katakana spelling.
To enable this, I thought of extending the bibtex entries in the following way
@collection{yanagida_zengaku_sosho_1975,
Address = {京都},
Adress_Romaji = {Kyōto}
Editor = {柳田聖山},
Editor_Romaji = {Yanagida Seizan}
Publisher = {中文出版社},
Publisher_Romaji = {Chūbun shuppansha},
Title = {禪學叢書},
Title_Romaji = {Zengaku sôsho},
Title_en = {Collected Materials for the Study of Zen}
Volumes = {10},
Year = {1974-1977}}
I then hope that I will be able to pull the necessary pieces out of here and process them with biber and biblatex. How to go about that, I have no idea.
