]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.C
speedup latex export a lot
[lyx.git] / src / insets / insetfoot.C
index cc844c8c622002277739f458c877972f404f5e3d..2d3b0c6f5cc03c34a01d5dbe57f9ca2519b18ce4 100644 (file)
@@ -61,7 +61,8 @@ int InsetFoot::latex(Buffer const & buf, ostream & os,
                     OutputParams const & runparams_in) const
 {
        OutputParams runparams = runparams_in;
-       runparams.moving_arg |= ownerPar(buf, this).layout()->intitle;
+       // footnotes in titling commands like \title have moving arguments
+       runparams.moving_arg |= runparams_in.intitle;
 
        os << "%\n\\footnote{";