X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FOutputParams.h;h=9d9a7ae8f83248bb449bb18fd1b7c421cb10fce6;hb=26ba2a65838731ce639a09539f617cb0f0be3b22;hp=65b4fc266f83975822775666a0cccf6d14ee4f00;hpb=047004cb0fca7247a6e13dde9f22c9a56ab245e6;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 65b4fc266f..9d9a7ae8f8 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -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;