]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Introduce new function copyInsetToTemp
[lyx.git] / src / BufferParams.h
index 38649e7c2ffd93e5a6927fd382884d4f6f5d45c0..890d8843a7e2ae68a56c0aef76766ecadd14892a 100644 (file)
@@ -367,6 +367,8 @@ public:
        std::string origin;
        ///
        docstring preamble;
+       /// DocumentMetadata as introduced by LaTeX 2022/06
+       docstring document_metadata;
        ///
        std::string options;
        /// use the class options defined in the layout?
@@ -620,6 +622,8 @@ private:
        ///
        void readPreamble(Lexer &);
        ///
+       void readDocumentMetadata(Lexer &);
+       ///
        void readLocalLayout(Lexer &, bool);
        ///
        void readLanguage(Lexer &);