X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrc.h;h=016ac5ee98ff35e9d3e91a066d905693e87b401e;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=00271517f48ac1bb025e62bd0fa6408aa50a1067;hpb=3f938d4dbfdccd9829d4d1216a51805f55f07bfe;p=lyx.git diff --git a/src/lyxrc.h b/src/lyxrc.h index 00271517f4..016ac5ee98 100644 --- a/src/lyxrc.h +++ b/src/lyxrc.h @@ -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. */