-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
bugSomething isn't workingSomething isn't workingstylingAbout set and show rules or style propertiesAbout set and show rules or style properties
Description
Description
From #6218.
The next "set in show" rules should all do nothing, but for table/grid this is not the case.
/// Doesn't work
#show outline: it => {
set outline(title: "Custom")
it
}
#outline()
/// Doesn't work
#show heading: it => {
set heading(numbering: "1.")
it
}
#heading[Heading]
/// Doesn't work
#show heading: it => {
set math.equation(numbering: "(1)")
it
}
$ x = y $
/// Works
#show table: it => {
set table(stroke: red)
it
}
#table[]
/// Works
#show grid: it => {
set grid(stroke: red)
it
}
#grid[~]Reproduction URL
No response
Operating system
Linux
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstylingAbout set and show rules or style propertiesAbout set and show rules or style properties
