]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Fix scons and CmdDef.h for the introduction of CmdDef.
[lyx.git] / src / OutputParams.h
index c45c1092299c3b605290d84f014bc57159e54680..dc2bc365f7da19987c096e76bd99132674703e2a 100644 (file)
@@ -146,6 +146,8 @@ public:
         *  This mode will be used to preview the source code
         */
        bool dryrun;
+       /// Should we output verbatim or escape LaTeX's special chars?
+       bool verbatim;
 };