\chapter{\TeX} % ‘ζ‹ ..
[2ch|₯Menu]
605:–Ό–³‚΅‚³‚ρ—‚¨• ‚’‚Α‚Ο‚’B
14/05/02 20:34:02.10
‚±‚ρ‚Θ‚Σ‚€‚Ι‚΅‚ά‚΅‚½B
Œ³‚Μƒf[ƒ^ƒx[ƒX‚ΜJournal–Ό‚π•Ο‚¦‚Δ‚’‚Θ‚’‚Μ‚Ε‚±‚κ‚Ε‚’‚’‚©‚ƁB
#!/bin/sh
# convert full journal titles to the abbreviations in a .bib file.

if [ -z "$1" ]; then
echo "Usage: `basename $0` .bib_file"
exit 1
fi

jrnl="Journal"
abbr="Iso-Source-Abbreviation"
numj=`cat $1 | grep $jrnl | wc -l | sed "s/ //g"`
numa=`cat $1 | grep $abbr | wc -l | sed "s/ //g"`

if [ ! $numj = $numa ]; then
echo "Missing data (#jrnl = $numj, #abbrev = $numa)."
exit 1
fi

cat $1 | grep -v $jrnl | sed -e "s/$abbr/$jrnl/g" > abbr_$1
exit 0


ŽŸƒy[ƒW
‘±‚«‚π•\Ž¦
1‚π•\Ž¦
ΕVƒŒƒX•\Ž¦
ƒXƒŒƒbƒh‚ΜŒŸυ
—ήŽ—ƒXƒŒˆκ——
˜b‘θ‚Μƒjƒ…[ƒX
‚¨‚ά‚©‚ΉƒŠƒXƒg
₯ƒIƒvƒVƒ‡ƒ“‚π•\Ž¦
‰Ι‚Β‚Τ‚΅2ch

3680“ϊ‘O‚ɍXV/215 KB
’S“–:undef