X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIndexMacro.cpp;h=80ba766b538afdb6438b69521a7b03ffe6973aa4;hb=26ba2a65838731ce639a09539f617cb0f0be3b22;hp=e4dc167ca338d536699d76b0558c6a73de740ec9;hpb=fd5adacef25eb40f813dedd961920c353448213a;p=lyx.git diff --git a/src/insets/InsetIndexMacro.cpp b/src/insets/InsetIndexMacro.cpp index e4dc167ca3..80ba766b53 100644 --- a/src/insets/InsetIndexMacro.cpp +++ b/src/insets/InsetIndexMacro.cpp @@ -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);