LaTeXML::Core::Tokens(3) | User Contributed Perl Documentation | LaTeXML::Core::Tokens(3) |
NAME¶
"LaTeXML::Core::Tokens" - represents lists of LaTeXML::Core::Token's; extends LaTeXML::Common::Object.
Exported functions¶
- "$tokens = Tokens(@token);"
- Creates a LaTeXML::Core::Tokens from a list of LaTeXML::Core::Token's
Tokens methods¶
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".
AUTHOR¶
Bruce Miller <bruce.miller@nist.gov>
COPYRIGHT¶
Public domain software, produced as part of work done by the United States Government & not subject to copyright in the US.
2024-02-26 | perl v5.40.0 |