]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / OutputParams.h
index 534e9721930167d6ed7f854ea6d6c4c7238358ca..1abbfe8dc776c29e45a6eb16d4be77f1130ac7af 100644 (file)
@@ -35,7 +35,8 @@ public:
                PDFLATEX,
                XETEX,
                XML,
-               HTML
+               HTML,
+               TEXT
        };
 
        enum TableCell {
@@ -209,8 +210,12 @@ public:
        bool dryrun;
        /// Should we output verbatim or escape LaTeX's special chars?
        bool verbatim;
-       /// Should we output captions? (Used in HTML output.)
-       bool disable_captions;
+       /// Should we output captions?
+       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;
 };