]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Russian layouttranslations reviewed by Yuriy, Dec 13 2017.
[lyx.git] / src / BufferParams.h
index e99238692d5e3ffc0c333c3aee0bcf700d24d483..bc5c10d194a9c70d9af0b7ed1b8beca8817a7230 100644 (file)
@@ -161,7 +161,7 @@ public:
                        { return removed_modules_; }
        ///
        /// Add a module to the list of modules in use. This checks only that the
-       /// module is not already in the list, so use layoutModuleCanBeAdeed first 
+       /// module is not already in the list, so use layoutModuleCanBeAdeed first
        /// if you want to check for compatibility.
        /// \return true if module was successfully added.
        bool addLayoutModule(std::string const & modName);
@@ -535,12 +535,16 @@ public:
        std::string html_latex_end;
        ///
        bool html_css_as_file;
+       /// allow the LaTeX backend to run external programs
+       bool shell_escape;
        /// generate output usable for reverse/forward search
        bool output_sync;
        /// custom LaTeX macro from user instead our own
        std::string output_sync_macro;
        /// use refstyle? or prettyref?
        bool use_refstyle;
+       /// use minted? or listings?
+       bool use_minted;
 
        /// Return true if language could be set to lang,
        /// otherwise return false and do not change language