This commit is contained in:
Juergen Spitzmueller 2022-04-02 12:05:18 +02:00
parent d96135a9dc
commit 0ab862f942

View File

@ -207,6 +207,7 @@ bool InsetNote::isMacroScope() const
void InsetNote::latex(otexstream & os, OutputParams const & runparams_in) const
{
if (params_.type != InsetNoteParams::Greyedout
&& runparams_in.for_searchAdv != OutputParams::NoSearch
&& (runparams_in.for_searchAdv & OutputParams::SearchNonOutput) == 0)
return;