]> git.lyx.org Git - features.git/blobdiff - src/output_latex.cpp
Findadv: Handle \lettrine{} in initials.module
[features.git] / src / output_latex.cpp
index e6e628a5c24f19c6f1aeb076f2d660bf47c6bed6..47e92c1726f82d1a00d62b750ddc89f711d747af 100644 (file)
@@ -530,6 +530,10 @@ void getArgInsets(otexstream & os, OutputParams const & runparams, Layout::LaTeX
                        }
                }
        }
+       if (runparams.for_search) {
+               // Mark end of arguments for findadv() only
+               os << "\\endarguments{}";
+       }
 }