X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flatexrunparams.h;h=890ada158ef6af11d25728be4b3dcd4799f8cd5f;hb=fe390e9da1538e20eabbc98977d845295f8e563d;hp=39c46ace1d36255f2cbf716e5b565f885da17214;hpb=453f294074a588ac62886d512e97619ff219c766;p=lyx.git diff --git a/src/latexrunparams.h b/src/latexrunparams.h index 39c46ace1d..890ada158e 100644 --- a/src/latexrunparams.h +++ b/src/latexrunparams.h @@ -19,7 +19,7 @@ struct LatexRunParams { }; LatexRunParams() : flavor(LATEX), nice(false), - fragile(false), free_spacing(false), + moving_arg(false), free_spacing(false), use_babel(false) {} /** The latex that we export depends occasionally on what is to @@ -34,10 +34,11 @@ struct LatexRunParams { */ bool nice; - /** fragile == true means that the inset should take care about + /** moving_arg == true means that the environment in which the inset + is typeset is a moving argument. The inset should take care about fragile commands by preceding the latex with \protect. */ - bool fragile; + bool moving_arg; /** free_spacing == true means that the inset is in a free-spacing paragraph.