]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / OutputParams.h
index f2c3868bd9daed9c726a5d386b500bbbc416ada3..1abbfe8dc776c29e45a6eb16d4be77f1130ac7af 100644 (file)
@@ -35,7 +35,8 @@ public:
                PDFLATEX,
                XETEX,
                XML,
-               HTML
+               HTML,
+               TEXT
        };
 
        enum TableCell {
@@ -213,6 +214,8 @@ public:
        bool html_disable_captions;
        /// Are we already in a paragraph?
        bool html_in_par;
+       /// Does the present context even permit paragraphs?
+       bool html_make_pars;
 };