NAME
LaTeXML::Core::MuGlue - representation of math glue; extends LaTeXML::Common::Glue.
Exported functions
$glue = MuGlue($spec);$glue = MuGlue($spec,$plus,$pfill,$minus,$mfill);-
Creates a MuGlue object (similar to Glue).
$speccan be a string in the form that TeX recognizes (number "mu" optional plus and minus parts). Alternatively, the dimension, plus and minus parts can be given separately as scaled mu (fixpoint), while$pfilland$mfillare 0 (when the$plusor$minuspart is in scaledmu) or 1,2,3 for fil, fill or filll, respectively.
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.