]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Make the fake sequence for braces highly unlikely (addressing #6478).
[lyx.git] / src / OutputParams.h
index 1abbfe8dc776c29e45a6eb16d4be77f1130ac7af..2ea48be8b618f862a6a1e5b2b7cd8fe6c7524e74 100644 (file)
@@ -203,19 +203,30 @@ public:
 
        /// is this the last paragraph in the current buffer/inset?
        bool isLastPar;
+       
 
        /** whether or not do actual file copying and image conversion
         *  This mode will be used to preview the source code
         */
        bool dryrun;
+       
        /// Should we output verbatim or escape LaTeX's special chars?
        bool verbatim;
+       
        /// Should we output captions?
        bool html_disable_captions;
+       
        /// Are we already in a paragraph?
        bool html_in_par;
+       
        /// Does the present context even permit paragraphs?
        bool html_make_pars;
+       
+       /// Are we generating this material for inclusion in a TOC-like entity?
+       bool for_toc;
+       
+       /// Include all children notwithstanding the use of \includeonly
+       bool includeall;
 };