logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"LaTeXML::Core::Tokens" - represents lists of LaTeXML::Core::Token's; extends LaTeXML::Common::Object.

Author

       Bruce Miller <bruce.miller@nist.gov>

Name

       "LaTeXML::Core::Tokens" - represents lists of LaTeXML::Core::Token's; extends LaTeXML::Common::Object.

   Exportedfunctions
       "$tokens = Tokens(@token);"
           Creates a LaTeXML::Core::Tokens from a list of LaTeXML::Core::Token's

   Tokensmethods
       The following method is specific to "LaTeXML::Core::Tokens".

       "$tokenscopy = $tokens->clone;"
           Return a shallow copy of the $tokens.  This is useful before reading from a "LaTeXML::Core::Tokens".

See Also