From: Julien Rioux Date: Mon, 13 May 2013 19:07:04 +0000 (+0200) Subject: Add missing space in front of edition in generated bibentry. X-Git-Tag: 2.0.7~85 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=626a38a6009bf58b81a43418ec5f3e42524735fa;p=features.git Add missing space in front of edition in generated bibentry. --- diff --git a/lib/layouts/stdciteformats.inc b/lib/layouts/stdciteformats.inc index 2055e1c791..a7b8fc8c4e 100644 --- a/lib/layouts/stdciteformats.inc +++ b/lib/layouts/stdciteformats.inc @@ -20,11 +20,11 @@ CiteFormat !emphtitle {!!}%title%{!!} !emphjournal {!!}%journal%{!!} - !insomething %author%, %!quotetitle%, %_in%{%editor%[[ %editor%, %_edtext%,]]} {!!}%booktitle%{!!}%!volnum%{%edition%[[%edition%]]} ({%address%[[%address%: ]]}%publisher%, %year%)%!pages%.{%note%[[ %note%]]} + !insomething %author%, %!quotetitle%, %_in%{%editor%[[ %editor%, %_edtext%,]]} {!!}%booktitle%{!!}%!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% diff --git a/status.20x b/status.20x index 7528f7ae34..d434c556cb 100644 --- a/status.20x +++ b/status.20x @@ -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