-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm trying to use the dm-size function to generate a data matrix code with a specific width and height:
#import "@preview/tiaoma:0.3.0"
#tiaoma.data-matrix(
"MY DATA",
options: (
option-3: tiaoma.dm-size(12, 36),
),
)However, I'm getting the following error:
plugin errored with: provided invalid options: Semantic(None, "invalid option value for option_3: 28")It appears that only "square", "rect" and "iso-144" work. Is there something I'm missing, or is this a bug?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working