]> git.lyx.org Git - features.git/blobdiff - src/OutputParams.h
Break the paragraph's big row according to margins
[features.git] / src / OutputParams.h
index 2191a83fde7e04ecc37cddd3787dcb5199820685..7ca5c1ff62bb3adc6269695c217c9b3263e606de 100644 (file)
@@ -283,7 +283,7 @@ public:
 
        /** Whether we are in a table cell.
         *  For newline, it matters whether its content is aligned or not.
-         */
+       */
        TableCell inTableCell = NO;
 
        /** Whether we are inside a float or subfloat.
@@ -422,6 +422,9 @@ public:
 
        /// Explicit output folder, if any is desired
        std::string export_folder;
+
+       /// A postponed \\noindent (after VSpace)
+       mutable bool need_noindent = false;
 };