]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / OutputParams.h
index 6366422c16c374b3526537099efb29c5654573ab..56e698c873ea0bc5160c04098fae0331ae0a215f 100644 (file)
@@ -102,6 +102,15 @@ public:
        */
        bool intitle;
 
+       /** need_maketitle == true means that the last layout was a title layout
+        * this is to track when \maketitle needs to be output.
+       */
+       mutable bool need_maketitle;
+
+       /** have_maketitle == true means that \maketitle already hase been output.
+       */
+       mutable bool have_maketitle;
+
        /** inbranch == true means that the environment being typeset
            is inside an active branch inset.
        */