pbibtex, upbibtex - make a (Japanese) bibliography for (La)TeX
Contents
Description
pBibTeX (pbibtex) is a modified version of BibTeX for Japanese handling. It sorts entries according to
code points in EUC-JP. Also, a new built-in function is.kanji.str$ which determines whether an entry is
outside ASCII is introduced.
upBibTeX (upbibtex) is a modified version of pBibTeX, which sorts entries according to code points in
Unicode.
Extensions To Bibliography Style Functions
A new built-in function is available, and some other functions are modified to simplify Japanese
handling.
is.kanji.str$
[New feature] Pops the top (string) literal to see if it contains any non-ASCII characters. Pushes 1
if it contains at least one, 0 if not.
substring$
Modified to avoid dividing a character string in the middle of a multibyte character.
text.prefix$
Similar modification to substring$ described above.
add.period$
Modified to prevent appending "." after Japanese punctuations corresponding to "!", "?" and "."
(e.g. U+FF01, U+FF1F, U+3002 and U+FF0E).
format.name$
Modified to accept Japanese zenkaku ideographic space (U+3000) for names displayed in Japanese.
Also modified to recognize Japanese commas (U+3001 and U+FF0C) similar to "and" between names.
Name
pbibtex, upbibtex - make a (Japanese) bibliography for (La)TeX
See Also
bibtex(1), ptex(1).
Synopsis
pbibtex [options] auxname[.aux]
