| unit-conversion-alist | ||
|---|---|---|
| Prev | Next | |
unit-conversion-alist
This list identifies the length of each unit.
Norman Walsh, <ndw@nwalsh.com>
(define unit-conversion-alist
;; Defines the base length of specific unit names
(list
'("default" 1pi)
'("mm" 1mm)
'("cm" 1cm)
'("in" 1in)
'("pi" 1pi)
'("pc" 1pi)
'("pt" 1pt)
'("px" 1px)
'("barleycorn" 2pi)))| Prev | Home | Next |
| string-with-space | Up | x-absolute-child-number |