]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
empty file format change due to r29840.
[lyx.git] / src / OutputParams.h
index 9ead2167f7a475a8805ddecd9b03bbaf2a537de6..75e6918089ff10a1d3bae1b23d3bebc0e7a9f905 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;