logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"LaTeXML::Core::MuGlue" - representation of math glue; extends LaTeXML::Common::Glue.

Author

       Bruce Miller <bruce.miller@nist.gov>

Name

       "LaTeXML::Core::MuGlue" - representation of math glue; extends LaTeXML::Common::Glue.

   Exportedfunctions
       "$glue = MuGlue($spec);"
       "$glue = MuGlue($spec,$plus,$pfill,$minus,$mfill);"
           Creates  a  MuGlue  object  (similar to Glue).  $spec can 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 $pfill and $mfill are 0 (when the $plus or $minus
           part is in scaledmu) or 1,2,3 for fil, fill or filll, respectively.

See Also