diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.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 |