1LaTeXML::Common::Glue(3U)ser Contributed Perl DocumentatiLoanTeXML::Common::Glue(3)
2
3
4
6 "LaTeXML::Common::Glue" - representation of glue, skips, stretchy
7 dimensions; extends LaTeXML::Common::Dimension.
8
9 Exported functions
10 "$glue = Glue($gluespec);"
11 "$glue = Glue($sp,$plus,$pfill,$minus,$mfill);"
12 Creates a Glue object. $gluespec can be a string in the form that
13 TeX recognizes (number units optional plus and minus parts).
14 Alternatively, the dimension, plus and minus parts can be given
15 separately: $pfill and $mfill are 0 (when the $plus or $minus part
16 is in sp) or 1,2,3 for fil, fill or filll.
17
19 Bruce Miller <bruce.miller@nist.gov>
20
22 Public domain software, produced as part of work done by the United
23 States Government & not subject to copyright in the US.
24
25
26
27perl v5.28.0 2018-07-08 LaTeXML::Common::Glue(3)