1LaTeXML::Core::MuGlue(3U)ser Contributed Perl DocumentatiLoanTeXML::Core::MuGlue(3)
2
3
4
6 "LaTeXML::Core::MuGlue" - representation of math glue; extends
7 LaTeXML::Common::Glue.
8
9 Exported functions
10 "$glue = MuGlue($spec);"
11 "$glue = MuGlue($spec,$plus,$pfill,$minus,$mfill);"
12 Creates a MuGlue object (similar to Glue). $spec can be a string
13 in the form that TeX recognizes (number "mu" optional plus and
14 minus parts). Alternatively, the dimension, plus and minus parts
15 can be given separately as scaled mu (fixpoint), while $pfill and
16 $mfill are 0 (when the $plus or $minus part is in scaledmu) or
17 1,2,3 for fil, fill or filll, respectively.
18
20 Bruce Miller <bruce.miller@nist.gov>
21
23 Public domain software, produced as part of work done by the United
24 States Government & not subject to copyright in the US.
25
26
27
28perl v5.36.0 2023-01-22 LaTeXML::Core::MuGlue(3)