]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
tex2lyx: add strike-outs etc. to the TeX testfile
[lyx.git] / src / LyXRC.h
index e8e4ee16db7af9310e793b14d6dc7339010736b1..9b067da329c1905687178c779a2c780c93b1e9a8 100644 (file)
@@ -174,6 +174,7 @@ public:
                RC_TEMPLATEPATH,
                RC_TEX_ALLOWS_SPACES,
                RC_TEX_EXPECTS_WINDOWS_PATHS,
+               RC_TEXINPUTS_PREFIX,
                RC_THESAURUSDIRPATH,
                RC_UIFILE,
                RC_USELASTFILEPOS,
@@ -469,6 +470,11 @@ public:
         *  The string is input, stored and output in native format.
         */
        std::string path_prefix;
+       /** Prepend paths to the TEXINPUTS environment variable.
+        *  The string is input, stored and output in native format.
+        *  A '.' here stands for the current document directory.
+        */
+       std::string texinputs_prefix;
        /// Use the cache for file converters?
        bool use_converter_cache;
        /// The maximum age of cache files in seconds