README.adoc in asciimath2unitsml-0.2.4 vs README.adoc in asciimath2unitsml-0.2.5

- old
+ new

@@ -51,10 +51,12 @@ from UnitsDB. For example, `unitsml(cal_th/cm^2, name: langley)`. * `unitsml(unit-string, symbol: SYMBOL)` provides an alternate symbol for the unit, in AsciiMath. The unit-string gives the canonical representation of the unit, but SYMBOL is what will be rendered. For example, `unitsml(cal_th/cm^2, name: langley, symbol: La)`, or `unitsml(mm*s^-2, symbol: mm cdot s^-2)`. (All variables in SYMBOL are rendered upright, as is the default for units.) +* `unitsml(unit-string, multiplier: SYMBOL)` provides an alternate symbol for the multiliper of +units. The options are an XML entity, or the values `space` or `nospace` (for which see discussion under _Usage_). Standalone prefixes can be recognised by replacing the unit with hyphen; so `unitsml(p-)` corresponds to the standalone prefix "pico" (and is rendered as "p"). == Rendering @@ -228,11 +230,11 @@ | s | second: `s` | second, sidereal: `s_sidereal` | | | | | tbsp | tablespoon: `tbsp` | tablespoon (FDA): `tbsp_label` | | | | | ton | ton of TNT (energy equivalent): `ton_TNT` | ton of refrigeration (12 000 Btu_IT/h): `ton_refrigeration` | | | | | tsp | teaspoon: `tsp` | teaspoon (FDA): `tsp_label` | | | | | yd | yard: `yd` | yard (based on US survey foot): `yd_US_survey` | | | | -| º | degree (degree of arc): `deg` | | | | | +| ° | degree (degree of arc): `deg` | | | | | | γ | gamma: `gamma` | | | | | | μ | micron: `micron` | | | | | | Ω | ohm: `Ohm` | | | | | | Å | angstrom: `Aring` | | | | | | ħ | natural unit of action in eV s: `h-bar_eV_s` | | | | | @@ -256,5 +258,6 @@ | kcal~th~ | kilocalorie_th: `kcal_th` | | | | | | mmH~2~O | conventional millimeter of water: `mmH_2O` | | | | | | °R | degree Rankine: `degR` | | | | | | ƛ~C~ | natural unit of length: `lambda-bar_C` | | | | | |=== +