diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-23 20:56:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-23 20:56:09 +0000 |
commit | 0ee64d349b10c57d6f56de329bcda55b1a11c187 (patch) | |
tree | f067f0569f05da5369936dc097795e24922e79fa /Master/texmf-dist/pbibtex/bst/jalpha.bst | |
parent | f41292a9334c08bd885090a4746c52320f71ce1b (diff) |
pbibtex-base (23feb23) (trunk-only)
git-svn-id: svn://tug.org/texlive/trunk@66085 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/pbibtex/bst/jalpha.bst')
-rw-r--r-- | Master/texmf-dist/pbibtex/bst/jalpha.bst | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/pbibtex/bst/jalpha.bst b/Master/texmf-dist/pbibtex/bst/jalpha.bst index 98ca091e33d..b4a5f206a89 100644 --- a/Master/texmf-dist/pbibtex/bst/jalpha.bst +++ b/Master/texmf-dist/pbibtex/bst/jalpha.bst @@ -14,7 +14,7 @@ % % Please notify Shouichi MATSUI(matsui@denken.or.jp) of any bugs in % these standard styles or in this documentation file. - % $B>>0f(B $B@50l(B ($B:b(B) $BEENOCf1{8&5f=j!!>pJs%7%9%F%`It(B + % 松井 正一 (財) 電力中央研究所 情報システム部 @@ -263,7 +263,7 @@ FUNCTION {format.names} { s is.kanji.str$ - {"$B$[$+(B" * } + {"ほか" * } {", et~al." * } @@ -313,12 +313,12 @@ FUNCTION {format.editors} editor num.names$ #1 > { editor is.kanji.str$ - {"$B!JJT!K(B" * } {", editors" * } if$ + {"(編)" * } {", editors" * } if$ } { editor is.kanji.str$ - {"$B!JJT!K(B" *} {", editor" * } if$ + {"(編)" *} {", editor" * } if$ } if$ @@ -404,7 +404,7 @@ FUNCTION {format.bvolume} { volume is.kanji.str$ { volume } { is.kanji.entry - {"$BBh(B" volume * "$B4,(B" *} + {"第" volume * "巻" *} {"Vol." volume tie.or.space.connect} if$ } @@ -457,7 +457,7 @@ FUNCTION {format.edition} { edition is.kanji.str$ { edition } { is.kanji.entry - {"$BBh(B" edition * "$BHG(B" *} + {"第" edition * "版" *} { output.state mid.sentence = { edition "l" change.case$ " edition" * } { edition "t" change.case$ " edition" * } @@ -554,7 +554,7 @@ FUNCTION {format.chapter.pages} { chapter is.kanji.str$ { "" } { is.kanji.entry - {"$B>O(B"} + {"章"} {"chapter"} if$ } @@ -563,7 +563,7 @@ FUNCTION {format.chapter.pages} { type "l" change.case$ } if$ chapter is.kanji.str$ not is.kanji.entry and - {"$BBh(B" chapter * swap$ *} + {"第" chapter * swap$ *} { chapter is.kanji.str$ {chapter *} {chapter tie.or.space.connect} @@ -678,7 +678,7 @@ FUNCTION {format.crossref.editor} #2 > { editor is.kanji.str$ - {pop$ "$B$[$+(B" *} {pop$ ", et~al." * } if$ + {pop$ "ほか" *} {pop$ ", et~al." * } if$ } { #2 < @@ -688,7 +688,7 @@ FUNCTION {format.crossref.editor} { editor is.kanji.str$ - {"$B$[$+(B" *} {", et~al." * } if$ + {"ほか" *} {", et~al." * } if$ } { editor is.kanji.str$ @@ -723,7 +723,7 @@ FUNCTION {format.book.crossref} { volume is.kanji.str$ { volume } { is.kanji.entry - {"$BBh(B" volume * "$B4,(B" *} + {"第" volume * "巻" *} {"Vol." volume tie.or.space.connect " of " * } if$ } @@ -1166,8 +1166,8 @@ MACRO {toms} {"ACM Transactions on Mathematical Software"} MACRO {toois} {"ACM Transactions on Office Information Systems"} MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} MACRO {tcs} {"Theoretical Computer Science"} -MACRO {tieice} {"$BEE;R>pJsDL?.3X2qO@J8;o(B"} -MACRO {tipsj} {"$B>pJs=hM}3X2qO@J8;o(B"} +MACRO {tieice} {"電子情報通信学会論文誌"} +MACRO {tipsj} {"情報処理学会論文誌"} MACRO {jipsj} {"Journal of Informatin Processing Society of Japan"} MACRO {jorsj} {"Journal of the Operations Research Society of Japan"} @@ -1366,7 +1366,7 @@ FUNCTION {sort.format.names} nameptr numnames = t "others" = and { s is.kanji.str$ - {"$B$[$+(B" * } + {"ほか" * } {"et~al." *} if$ |