commit b8486ba6d1ed6e2e5d8f846b219c9b4ab5e487cf
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Tue Sep 20 11:51:04 2016 +0200

    Improve bibliography info (general), part II
    
    Consider collection and proceedings
---
 lib/layouts/stdciteformats.inc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/lib/layouts/stdciteformats.inc b/lib/layouts/stdciteformats.inc
index d3909a0..cc0e4b7 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%

Reply via email to