]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Kornel's gcc compile fix.
[lyx.git] / src / OutputParams.h
index 75e6918089ff10a1d3bae1b23d3bebc0e7a9f905..a368f9f81daabcf3c98054d89ffc5a5ef04b9443 100644 (file)
@@ -135,7 +135,7 @@ public:
        */
        mutable std::string index_command;
 
-       /** Line length to use with plaintext export.
+       /** Line length to use with plaintext or LaTeX export.
        */
        size_type linelen;
 
@@ -168,6 +168,11 @@ public:
         */
        Float inFloat;
 
+       /** Whether we are inside an index inset.
+        *  ERT needs to know this, due to the active chars.
+        */
+       bool inIndexEntry;
+
        /** Whether we are inside an inset that is logically deleted.
         *  A value > 0 indicates a deleted inset.
          */
@@ -198,6 +203,8 @@ 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;
 };