]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / OutputParams.h
index 65b4fc266f83975822775666a0cccf6d14ee4f00..9d9a7ae8f83248bb449bb18fd1b7c421cb10fce6 100644 (file)
@@ -83,8 +83,6 @@ public:
        bool isLaTeX() const;
        /// does this flavour support full unicode?
        bool isFullUnicode() const;
-       /// Do we use the bidi package (which does some reordering and stuff)?
-       bool useBidiPackage() const;
 
        /// Same, but for math output, which only matter is XHTML output.
        MathFlavor math_flavor = NotApplicable;
@@ -291,6 +289,10 @@ public:
         */
        bool inInclude = false;
 
+       /** Whether we are inside a footnote. 
+        */
+       mutable bool inFootnote = false;
+
        /** Whether a btUnit (for multiple biblographies) is open.
         */
        mutable bool openbtUnit = false;