]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/texparser.h
some tabular fixes for the problems reported by Helge
[lyx.git] / src / tex2lyx / texparser.h
index 0fc250e14f11a29b0c1aa463705c4b968b6d194a..b8107f75db6d815bcac7b0e712565c3663c4c3fc 100644 (file)
@@ -150,6 +150,12 @@ public:
        std::string getFullOpt();
        /// \returns getArg('[', ']') including the brackets
        std::string getOpt();
+       /*!
+        * \returns the contents of the environment \p name.
+        * <tt>\begin{name}</tt> must be parsed already, <tt>\end{name}</tt>
+        * is parsed but not returned.
+        */
+       std::string const verbatimEnvironment(std::string const & name);
        /// Returns the character of the current token and increments the token position.
        char getChar();
        ///