Fix output of subentry with sortkey

This commit is contained in:
Juergen Spitzmueller 2022-11-01 11:55:57 +01:00
parent 262f0b528a
commit 5a53a5f608

View File

@ -159,6 +159,7 @@ void InsetIndexMacro::getLatex(otexstream & os, OutputParams const & runparams)
if (hasSortKey()) {
getSortkey(os, runparams);
os << "@";
InsetText::latex(os, runparams);
} else {
odocstringstream ourlatex;
otexstream ots(ourlatex);