Add missing space in front of edition in generated bibentry.

This commit is contained in:
Julien Rioux 2013-05-13 21:07:04 +02:00
parent 5e030858e6
commit 626a38a600
2 changed files with 4 additions and 2 deletions

View 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%

View 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