]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
* GuiDocument.cpp:
[lyx.git] / src / OutputParams.h
index 9ead2167f7a475a8805ddecd9b03bbaf2a537de6..6b25658ee3e7425810ea1d1e53c07d244e04f103 100644 (file)
@@ -127,6 +127,14 @@ public:
        */
        bool use_japanese;
 
+       /** Customized bibtex_command
+       */
+       mutable std::string bibtex_command;
+
+       /** Customized index_command
+       */
+       mutable std::string index_command;
+
        /** Line length to use with plaintext export.
        */
        size_type linelen;
@@ -190,6 +198,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;
 };