summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-01 00:01:31 +0000
committerKarl Berry <karl@freefriends.org>2010-11-01 00:01:31 +0000
commit0542243ac8be1fa821f15b496dcfa945b9c2acb3 (patch)
tree41fe7134a6d98637adcae2cf79816bb87dba0dbe /Master/texmf-dist/bibtex
parentf4500709457661ea04dfb225ac2a311bb5f9941c (diff)
ijmart 1.6 (31oct10)
git-svn-id: svn://tug.org/texlive/trunk@20276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst b/Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst
index 7c1209fa04e..d307da33614 100644
--- a/Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst
+++ b/Master/texmf-dist/bibtex/bst/ijmart/ijmart.bst
@@ -71,6 +71,7 @@ ENTRY
howpublished
institution
journal
+ fjournal
key
language
month
@@ -385,9 +386,12 @@ FUNCTION {format.title}
}
FUNCTION {format.journal.vol.year}
-{ journal empty$
- { "journal name" missing.warning ""}
- { journal }
+{ fjournal empty$
+ { journal empty$
+ { "journal name" missing.warning ""}
+ { journal }
+ if$ }
+ { fjournal }
if$
volume empty$
'skip$