]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Fix monolithic build
[lyx.git] / src / OutputParams.h
index 15736f667da4a11fc884036bcc92d3276f83a7b9..40857d5aa8ec46317244c87f5f5d3e786f9fa3c4 100644 (file)
@@ -35,7 +35,8 @@ public:
                XETEX,
                XML,
                HTML,
-               TEXT
+               TEXT,
+               LYX
        };
        
        enum MathFlavor {
@@ -80,6 +81,12 @@ public:
        */
        bool nice;
 
+       /** Is this a real child (i.e., compiled as a child)?
+           This depends on wherefrom we export the buffer. Even children
+           that have a master can be compiled standalone.
+       */
+       mutable bool is_child;
+
        /** 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.