]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Update tex2lyx files to new format
[lyx.git] / src / OutputParams.h
index 5977e2f75e3ff30d3de3bb6e5959832bbba094f1..ddb3482b02c07e0c388b292f96ef849afd1fb394 100644 (file)
@@ -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.