]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Revert "AGUTeX: update layout to AGUTeX 2015 according to our new guidelines"
[lyx.git] / src / OutputParams.h
index e5e9ad0813d0b631b871ba18b72df4999564c67f..16fe7c4a765a03d75c64401aceda0c90d5f179a3 100644 (file)
@@ -275,6 +275,9 @@ public:
        /// Are we generating this material for use by advanced search?
        bool for_search;
 
+       /// Are we generating this material for instant preview?
+       bool for_preview;
+
        /// Include all children notwithstanding the use of \includeonly
        bool includeall;