-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featurelayoutRelated to layout, positioning, etc.Related to layout, positioning, etc.
Description
Description
I usually need to align the grid rows/columns and, at the moment, I am doing so by using using Typst's code mode, which is a little bit cumbersome... I wonder whether it isn't a often task that should have a align
.
Use Case
My idea would be something like
#grid(
columns: (1fr, 1fr, 1fr),
align: (center, right, left),
"Test1",
"Test2",
"Test3",
"Test4",
"Test5",
"Test6",
)
Each text entry would be aligned as defined in the align
option.
bastienvoirin and LarsHaalck
Metadata
Metadata
Assignees
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featurelayoutRelated to layout, positioning, etc.Related to layout, positioning, etc.