]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
HTML for comments and colors.
[lyx.git] / src / OutputParams.h
index cea089e1f1a5bb99021a76c354629746a188cdfd..2ea48be8b618f862a6a1e5b2b7cd8fe6c7524e74 100644 (file)
@@ -203,19 +203,28 @@ 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;
 };