]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Capitalize labels of floats, etc. Fixes #11993.
[lyx.git] / src / tex2lyx / Preamble.h
index dccd780a4eee6621d4ee3d9db5fbb69239f2a72b..5287f53d8a7d8b5330a868d2e5e9fabdf12e4bf3 100644 (file)
@@ -95,6 +95,8 @@ public:
        void registerAuthor(std::string const & name, std::string const & initials);
        /// Get author named \p name (must be registered first)
        Author const & getAuthor(std::string const & name) const;
+       /// Set text class
+       void setTextClass(std::string const & tclass, TeX2LyXDocClass & tc);
        /// Get number of arguments of special table column type \c or -1
        /// if no column type \p c exists
        int getSpecialTableColumnArguments(char c) const;