When writing units with a fraction as the exponent the unit is rendered incorrectly.
The following minimal example demonstrates this behaviour
#import "@preview/zero:0.6.1": zi
#let J-kg-K = zi.declare("J / (kg K)")
#let K-1-2 = zi.declare("K^(1/2)")
$
#J-kg-K() \
#K-1-2(fraction: "inline") \
#K-1-2(fraction: "fraction") \
#K-1-2(fraction: "power")
$
While this can be circumvented with multiple slashes for normal units ("J / kg / K") the same is not possible for units which have fractions as exponents.
When writing units with a fraction as the exponent the unit is rendered incorrectly.
The following minimal example demonstrates this behaviour
While this can be circumvented with multiple slashes for normal units (
"J / kg / K") the same is not possible for units which have fractions as exponents.