Assure bibinfo is correctly processed

This commit is contained in:
Juergen Spitzmueller 2020-08-27 11:42:03 +02:00
parent c5c3323f32
commit b4ca3e4fa4

View File

@ -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_;