.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "LaTeXML::Common::Glue 3pm" .TH LaTeXML::Common::Glue 3pm 2024-02-27 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME "LaTeXML::Common::Glue" \- representation of glue, skips, stretchy dimensions; extends LaTeXML::Common::Dimension. .SS "Exported functions" .IX Subsection "Exported functions" .ie n .IP """$glue = Glue($spec);""" 4 .el .IP "\f(CW$glue = Glue($spec);\fR" 4 .IX Item "$glue = Glue($spec);" .PD 0 .ie n .IP """$glue = Glue($sp,$plus,$pfill,$minus,$mfill);""" 4 .el .IP "\f(CW$glue = Glue($sp,$plus,$pfill,$minus,$mfill);\fR" 4 .IX Item "$glue = Glue($sp,$plus,$pfill,$minus,$mfill);" .PD Creates a Glue object. \f(CW$spec\fR can be a string in the form that TeX recognizes (number units optional plus and minus parts). Alternatively, the dimension, plus and minus parts can be given separately as scaled points (fixpoint), while \f(CW$pfill\fR and \f(CW$mfill\fR are 0 (when the \f(CW$plus\fR or \f(CW$minus\fR part is in scaledpoints) or 1,2,3 for fil, fill or filll, respectively. .SH AUTHOR .IX Header "AUTHOR" Bruce Miller .SH COPYRIGHT .IX Header "COPYRIGHT" Public domain software, produced as part of work done by the United States Government & not subject to copyright in the US.