mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Assure bibinfo is correctly processed
This commit is contained in:
parent
c5c3323f32
commit
b4ca3e4fa4
@ -1000,8 +1000,10 @@ docstring const & BibTeXInfo::getInfo(BibTeXInfoList const & xrefs,
|
||||
{
|
||||
bool const richtext = ci.richtext;
|
||||
|
||||
if (!richtext && !info_.empty())
|
||||
if (!richtext && !info_.empty()) {
|
||||
info_ = convertLaTeXCommands(processRichtext(info_, false));
|
||||
return info_;
|
||||
}
|
||||
if (richtext && !info_richtext_.empty())
|
||||
return info_richtext_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user