diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-13 22:07:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-13 22:07:13 +0000 |
commit | bb69c6ad45c96b1cf0b5fa79318c64e26b1c9bcd (patch) | |
tree | ee517eb9ecacfeda7ef5a8accc66c219393a3318 /Master/texmf-dist/bibtex/bst | |
parent | 1965df58ffe4e19a18e219430bc2d4e9ac345f4f (diff) |
resphilosophica (13dec13)
git-svn-id: svn://tug.org/texlive/trunk@32404 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst index 12b6d941313..1298e62474e 100644 --- a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst +++ b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst @@ -1216,6 +1216,39 @@ FUNCTION {incollection} format.note output fin.entry } + +FUNCTION {inloosecollection} +{ output.bibitem + format.authors "author" output.check + author format.key output + 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 + format.chapter.pages output + new.sentence + format.publisher.address output + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + new.block + format.note output + fin.entry +} + + + FUNCTION {inproceedings} { output.bibitem format.authors "author" output.check |