]> git.lyx.org Git - features.git/blobdiff - src/OutputParams.h
Verbatim for URL inset, \protect for special phrases (index inset)
[features.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;
 };