]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndexMacro.cpp
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / insets / InsetIndexMacro.cpp
index e4dc167ca338d536699d76b0558c6a73de740ec9..80ba766b538afdb6438b69521a7b03ffe6973aa4 100644 (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);