Bing Guo

Results 3 comments of Bing Guo

> Here's an idea for a workaround while this isn't implemented yet: > > ```typst > #let outlined-figure( > contents, > label-name, > placement: auto, > caption: none, > outline-caption:...

> Here is another solution that is maybe a little bit less cursed: > > ```typst > #let in-outline = state("in-outline", false) > #show outline: it => { > in-outline.update(true)...

I had a similar experience. Thanks for the workaround of putting color and alpha together as a tuple