From 9974d15a74b3b46ecbc79f53453bc85c05b60592 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 20 Sep 2016 11:51:04 +0200 Subject: [PATCH] Improve bibliography info (general), part II Consider collection and proceedings --- lib/layouts/stdciteformats.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/layouts/stdciteformats.inc b/lib/layouts/stdciteformats.inc index 07de74ba35..10004a6427 100644 --- a/lib/layouts/stdciteformats.inc +++ b/lib/layouts/stdciteformats.inc @@ -25,7 +25,10 @@ CiteFormat default article %author%, %!quotetitle%, %!emphjournal% {%volume%[[ %volume%{%number%[[, %number%]]}]]} (%year%)%!pages%.{%note%[[ %note%]]} - book %!authoredit%%!emphtitle%%!volnum%{%edition%[[ %edition%]]} (%!location%%publisher%, %year%).{%note%[[ %note%]]} + !booklike %!authoredit%%!emphtitle%%!volnum%{%edition%[[ %edition%]]} (%!location%%publisher%, %year%).{%note%[[ %note%]]} + book %!booklike% + collection %!booklike% + proceedings %!booklike% incollection %!insomething% inproceedings %!insomething% -- 2.39.5