mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix output of subentry with sortkey
This commit is contained in:
parent
262f0b528a
commit
5a53a5f608
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user