]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Handle paragraph direction switch in captions (with polyglossia/bidi)
[lyx.git] / src / OutputParams.h
index 3ec4eddf226afe2e198561e4ca620ce7abb132ee..201d0915a92e951205cd2a987ed2936b137ed2fc 100644 (file)
@@ -71,6 +71,8 @@ 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;
@@ -132,6 +134,9 @@ public:
         */
        mutable Language const * master_language;
 
+       /// Active characters
+       std::string active_chars;
+
        /** Current stream encoding. Only used for LaTeX.
            This must be set to the document encoding (via the constructor)
            before output starts. Afterwards it must be kept up to date for