Evert Provoost

Results 35 comments of Evert Provoost

I like the idea of putting the text in grey. I'm currently thinking of using the Fountain syntax and this colour as hints of it being notes. Synopses and other...

Doesn't seem possible at the moment.

I (unfortunately) also ran into this issue. My optimization problem is defined in terms of a variable number of matrices (hence stored as a `Vector{Matrix{T}}`). As a workaround, I could...

I guess 'complementary range' would be a better description; a list of subslides where the given range is not active. What you often want is an effect (e.g. `alert`) which...

`everywhere-but` is definitely nicer. Alternatively, something like `("2, 4": content1, "5": content2, "otherwise": content3)` as an argument to the `alternatives-match` function could be less confusing to end users? But that...