Why does Quarto use a custom kind
(e.g. "quarto-float-fig") in Typst?
#12587
-
DescriptionWhen a figure or table is created in Quarto which will be compiled as Typst, the I'm sure there's a good reason for the choice, but I was wondering what the philosophy behind it is? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's possible that we could have arrived at a different design, but here are the constraints:
The design we have allowed for those features with what we thought was the minimum amount of complexity. With that said, we're nowhere near expert typst programmers. If there's a strong reason to make a change, and that change doesn't break backwards compatibility, we'd be happy to take it (our plates are pretty full in 2025 to work on this, unfortunately.) |
Beta Was this translation helpful? Give feedback.
It's possible that we could have arrived at a different design, but here are the constraints:
The design we have allowed for those features with what we thought was the minimum amou…