]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
Continue to improve GtkLengthEntry
[lyx.git] / src / lyxrc.h
index 00271517f48ac1bb025e62bd0fa6408aa50a1067..016ac5ee98ff35e9d3e91a066d905693e87b401e 100644 (file)
@@ -123,6 +123,7 @@ public:
                RC_SPELL_COMMAND,
                RC_TEMPDIRPATH,
                RC_TEMPLATEPATH,
+               RC_TEX_ALLOWS_SPACES,
                RC_UIFILE,
                RC_USER_EMAIL,
                RC_USER_NAME,
@@ -377,6 +378,8 @@ public:
        std::string user_email;
        ///
        bool cygwin_path_fix;
+       /// True if the TeX engine can handle file names containing spaces
+       bool tex_allows_spaces;
        /** Prepend paths to the PATH environment variable.
         *  The string is input, stored and output in native format.
         */