]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Update it.po
[lyx.git] / src / OutputParams.h
index 534e9721930167d6ed7f854ea6d6c4c7238358ca..414e07e60a95d77b2ad5948a8297ea7b0173810d 100644 (file)
@@ -35,7 +35,8 @@ public:
                PDFLATEX,
                XETEX,
                XML,
-               HTML
+               HTML,
+               TEXT
        };
 
        enum TableCell {
@@ -209,8 +210,10 @@ 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;
 };