]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Prevent warning when pressing OKAY while the dialog is in AUTOAPPLY_INITIAL state...
[lyx.git] / src / OutputParams.h
index 00a1e11030e896b973a35a4ddc372b82a91f0fdd..f0c06dc846461194837bc65f1b4f02e6eeb85381 100644 (file)
@@ -32,6 +32,7 @@ public:
        enum FLAVOR {
                LATEX,
                PDFLATEX,
+               XETEX,
                XML
        };
 
@@ -110,6 +111,10 @@ public:
        */
        bool use_babel;
 
+       /** Are we generating multiple indices?
+       */
+       bool use_indices;
+
        /** Are we using japanese (pLaTeX)?
        */
        bool use_japanese;