Skip to content

Conversation

@quachpas
Copy link
Contributor

No description provided.

@cschreib-ibex
Copy link

cschreib-ibex commented Feb 13, 2025

I am hitting this as well after migrating from v0.1.0; not sure what I am doing wrong.

#import "@preview/metro:0.3.0": unit, units, prefixes, qty, declare-unit

#declare-unit("mm", unit($prefixes.milli units.meter$))

#qty(0, "mm")

Workaround seems to be to remove the unit(...)

#import "@preview/metro:0.3.0": unit, units, prefixes, qty, declare-unit

#declare-unit("mm", $prefixes.milli units.meter$)

#qty(0, "mm")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants