chronos/docs/gaps_seps.typ
2024-10-02 18:33:21 +02:00

8 lines
263 B
Plaintext

/// 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) = {}