summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-05 23:35:41 +0000
committerKarl Berry <karl@freefriends.org>2014-02-05 23:35:41 +0000
commitf831737645c149ae13f03aa6c093fa0c90e1cf6e (patch)
treeaf679b30679051ab65b85764ec87236d135c6db5 /Master/texmf-dist/bibtex/bst
parent64ea165e45ccb9d22a6e2d8b4fb9e110270fccc4 (diff)
resphilosophica (5feb14)
git-svn-id: svn://tug.org/texlive/trunk@32874 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst42
1 files changed, 27 insertions, 15 deletions
diff --git a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst
index 1298e62474e..9254fb07d75 100644
--- a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst
+++ b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst
@@ -1097,16 +1097,16 @@ FUNCTION {book}
{new.sentence
format.edition output}
if$
- titlenote empty$
- 'skip$
- { new.sentence
- titlenote output }
- if$
crossref missing$
{ new.sentence
format.bvolume output
new.block
format.number.series output
+ titlenote empty$
+ 'skip$
+ { new.sentence
+ titlenote output }
+ if$
new.sentence
format.publisher.address output
}
@@ -1194,21 +1194,27 @@ FUNCTION {incollection}
format.date "year" output.check
date.block
format.title "title" output.check
- titlenote empty$
- 'skip$
- { new.sentence
- titlenote output }
- if$
new.block
crossref missing$
{ format.in.ed.booktitle "booktitle" output.check
format.bvolume output
format.number.series output
+ titlenote empty$
+ 'skip$
+ { new.sentence
+ titlenote output }
+ if$
format.chapter.pages output
new.sentence
format.publisher.address output
}
{ format.incoll.inproc.crossref output.nonnull
+ format.bvolume output
+ titlenote empty$
+ 'skip$
+ { new.sentence
+ titlenote output }
+ if$
format.chapter.pages output
}
if$
@@ -1224,21 +1230,27 @@ FUNCTION {inloosecollection}
format.date "year" output.check
date.block
format.btitle "title" output.check
- titlenote empty$
- 'skip$
- { new.sentence
- titlenote output }
- if$
new.block
crossref missing$
{ format.in.ed.booktitle "booktitle" output.check
format.bvolume output
format.number.series output
+ titlenote empty$
+ 'skip$
+ { new.sentence
+ titlenote output }
+ if$
format.chapter.pages output
new.sentence
format.publisher.address output
}
{ format.incoll.inproc.crossref output.nonnull
+ format.bvolume output
+ titlenote empty$
+ 'skip$
+ { new.sentence
+ titlenote output }
+ if$
format.chapter.pages output
}
if$