]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Forgot these bits.
[lyx.git] / src / LyXRC.h
index 15268b850a0121083d927af1779282e8ec9e997b..a51d63fffc21390fe2c3bdc2d4938c60712351e7 100644 (file)
@@ -86,6 +86,8 @@ public:
                RC_GROUP_LAYOUTS,
                RC_INDEX_COMMAND,
                RC_INPUT,
+               RC_JBIBTEX_COMMAND,
+               RC_JINDEX_COMMAND,
                RC_KBMAP,
                RC_KBMAP_PRIMARY,
                RC_KBMAP_SECONDARY,
@@ -147,6 +149,7 @@ public:
                RC_SORT_LAYOUTS,
                RC_SPELL_COMMAND,
                RC_SPELLCHECK_CONTINUOUSLY,
+               RC_SPLITINDEX_COMMAND,
                RC_TEMPDIRPATH,
                RC_TEMPLATEPATH,
                RC_TEX_ALLOWS_SPACES,
@@ -244,8 +247,14 @@ public:
        std::string chktex_command;
        /// command to run bibtex incl. options
        std::string bibtex_command;
+       /// command to run japanese bibtex incl. options
+       std::string jbibtex_command;
        /// command to run makeindex incl. options or other index programs
        std::string index_command;
+       /// command to run japanese index program incl. options
+       std::string jindex_command;
+       /// command to generate multiple indices
+       std::string splitindex_command;
        /// command to run makeindex incl. options for nomencl
        std::string nomencl_command;
        ///