Revert apparent accident introduced in fed71fa8c2

This commit is contained in:
Juergen Spitzmueller 2020-08-15 09:26:51 +02:00
parent ea122aa8fa
commit 469bc1bbe4

View File

@ -628,7 +628,7 @@ void InsetCitation::latex(otexstream & os, OutputParams const & runparams) const
// check if we have to do a qualified list
vector<docstring> keys = getVectorFromString(cleanupWhitespace(key));
bool const qualified = cs.hasQualifiedList
&& (!getParam("F").empty()
&& (!getParam("pretextlist").empty()
|| !getParam("posttextlist").empty());
if (runparams.inulemcmd > 0)