X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=1631dac9d09d2989994bf44cafe5bfcdfc53e878;hb=c10e3f87ac087486971eaedead42d98891596758;hp=5977e2f75e3ff30d3de3bb6e5959832bbba094f1;hpb=7ca20b292c285ae8d6380292626345b78a13abf4;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 5977e2f75e..1631dac9d0 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -104,7 +104,7 @@ public: /** inulemcmd > 0 means that the environment in which the inset is typeset is part of a ulem command (\uline, \uuline, - \uwave, or \sout). Insets that output latex commands relying + \uwave, \sout or \xout). Insets that output latex commands relying on local assignments (such as \cite) should enclose such commands in \mbox{} in order to avoid breakage. */ @@ -207,7 +207,12 @@ public: /** Whether a btUnit (for multiple biblographies) is open. */ - bool openbtUnit; + mutable bool openbtUnit; + + /** Process only the children's aux files with BibTeX. + * This is necessary with chapterbib. + */ + bool only_childbibs; /** Whether we are in a table cell. * For newline, it matters whether its content is aligned or not. @@ -260,7 +265,7 @@ public: bool isLastPar; - /** whether or not do actual file copying and image conversion + /** whether or not to do actual file copying and image conversion * This mode will be used to preview the source code */ bool dryrun;