]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / OutputParams.h
index 414e07e60a95d77b2ad5948a8297ea7b0173810d..1abbfe8dc776c29e45a6eb16d4be77f1130ac7af 100644 (file)
@@ -214,6 +214,8 @@ public:
        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;
 };