Skip to content

texString display for micrometres missing greek prefix #503

Description

@duffee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions