]> git.lyx.org Git - features.git/commitdiff
Add missing space in front of edition in generated bibentry.
authorJulien Rioux <jrioux@lyx.org>
Mon, 13 May 2013 19:07:04 +0000 (21:07 +0200)
committerJulien Rioux <jrioux@lyx.org>
Sun, 26 May 2013 17:43:03 +0000 (19:43 +0200)
lib/layouts/stdciteformats.inc
status.20x

index 2055e1c791d6c7afb84d0952714b5f4678eaa95a..a7b8fc8c4ef0a56e768975b108760cb4ecb292c6 100644 (file)
@@ -20,11 +20,11 @@ CiteFormat
        !emphtitle {!<i>!}%title%{!</i>!}
        !emphjournal {!<i>!}%journal%{!</i>!}
 
-       !insomething %author%, %!quotetitle%, %_in%{%editor%[[ %editor%, %_edtext%,]]} {!<i>!}%booktitle%{!</i>!}%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%)%!pages%.{%note%[[ %note%]]}
+       !insomething %author%, %!quotetitle%, %_in%{%editor%[[ %editor%, %_edtext%,]]} {!<i>!}%booktitle%{!</i>!}%!volnum%{%edition%[[ %edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%)%!pages%.{%note%[[ %note%]]}
 
        article %author%, %!quotetitle%, %!emphjournal% {%volume%[[ %volume%{%number%[[, %number%]]}]]} (%year%)%!pages%.{%note%[[ %note%]]}
 
-       book %!authoredit%%!emphtitle%%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%).{%note%[[ %note%]]}
+       book %!authoredit%%!emphtitle%%!volnum%{%edition%[[ %edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%).{%note%[[ %note%]]}
 
        incollection %!insomething%
        inproceedings %!insomething%
index 7528f7ae341daade0541a216b4c670bc8383a0da..d434c556cb2dd7aa7e99217909c99af25cc82b1a 100644 (file)
@@ -87,6 +87,8 @@ What's new
 
 - Fix problem with size of superscripts and such inside footnotes (bug 8610).
 
+- Add missing space before the edition in the bibliography (part of bug 8488).
+
 
 * TEX2LYX