]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
FindAdv: Comments
[lyx.git] / src / tex2lyx / Preamble.h
index 9c70dca62a7e8744f09189d8d743beb038326b5e..804e5caf0ccd59b28538dc9ec268df925b0deb25 100644 (file)
@@ -54,6 +54,8 @@ public:
        std::string docLanguage() const { return h_language; }
        /// The language of text which is not explicitly marked
        std::string defaultLanguage() const  { return default_language; }
+       /// The quotation marks style
+       std::string quotesStyle() const { return h_quotes_style; }
        ///
        bool usePolyglossia() const;
        ///
@@ -80,6 +82,10 @@ public:
        ///
        void citeEngine(std::string const & e) { h_cite_engine = e; }
        ///
+       std::string multibib() const { return h_multibib; }
+       ///
+       void multibib(std::string const & s) { h_multibib = s; }
+       ///
        bool titleLayoutFound() const { return title_layout_found; }
        ///
        void titleLayoutFound(bool found) { title_layout_found = found; }
@@ -106,6 +112,10 @@ public:
        static const char * const coded_polyglossia_languages[];
        ///
        std::vector<std::string> biblatex_bibliographies;
+       ///
+       std::string bibencoding;
+       ///
+       std::string docencoding;
 
 private:
        ///