chronos/docs/gaps_seps.typ

8 lines
263 B
Plaintext
Raw Normal View History

2024-10-02 16:33:21 +00:00
/// Creates a gap before the next element
/// - size (int): Size of the gap
#let _gap(size: 20) = {}
/// Creates a separator before the next element
/// #examples.gaps-seps
/// - name (content): Name to display in the middle of the separator
#let _sep(name) = {}