Changes
removed lead-space from Chapter and put at end of Authors, Editors or Date
end
end
Chapter = " " .. Chapter .. "."
else
Chapter = ""
URL = nil
end
else
Title = ""
local text
if ( "" ~= Authors ) then
if ( "" ~= Date ) then Date = " ("..Date..")." else Authors = Authors .. "." end
if ( "" ~= Editors ) then Editors = " in " .. Editors .. "." end
text = Authors .. Coauthors .. " "..Date .. Chapter .. Others .. Editors .. tcommon .. Publisher .. idcommon
elseif ( "" ~= Editors) then
Editors = Editors .. " (eds.)"
if ( "" ~= Date ) then Date = " (" .. Date .. ")." else Editors = Editors .. "." end
text = Editors .. Date .. Chapter .. tcommon .. Publisher .. idcommon
else