1LaTeXML::Core::Tokens(3U)ser Contributed Perl DocumentatiLoanTeXML::Core::Tokens(3)
2
3
4
6 "LaTeXML::Core::Tokens" - represents lists of LaTeXML::Core::Token's;
7 extends LaTeXML::Common::Object.
8
9 Exported functions
10 "$tokens = Tokens(@token);"
11 Creates a LaTeXML::Core::Tokens from a list of
12 LaTeXML::Core::Token's
13
14 Tokens methods
15 The following method is specific to "LaTeXML::Core::Tokens".
16
17 "$tokenscopy = $tokens->clone;"
18 Return a shallow copy of the $tokens. This is useful before
19 reading from a "LaTeXML::Core::Tokens".
20
22 Bruce Miller <bruce.miller@nist.gov>
23
25 Public domain software, produced as part of work done by the United
26 States Government & not subject to copyright in the US.
27
28
29
30perl v5.30.0 2019-10-13 LaTeXML::Core::Tokens(3)