Variables declared in micrometres are displayed as 'um' where they really should display as 'μm'
loadMacros(
"PGstandard.pl",
"parserNumberWithUnits.pl",
);
$thickness = NumberWithUnits( 70, 'um');
Context()->texStrings;
BEGIN_TEXT
The thickness of a human hair is about \($thickness\)
END_TEXT
The rendered text should display as \( 70 \ \rm \mu m\)
I assume that this is also the case for the microNewton, microFarad, microSievert and microMol
Variables declared in micrometres are displayed as 'um' where they really should display as 'μm'
The rendered text should display as
\( 70 \ \rm \mu m\)I assume that this is also the case for the microNewton, microFarad, microSievert and microMol