updated manual
This commit is contained in:
@ -1,8 +1,15 @@
|
||||
/// 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
|
||||
/// #examples.seps
|
||||
/// - name (content): Name to display in the middle of the separator
|
||||
#let _sep(name) = {}
|
||||
#let _sep(name) = {}
|
||||
|
||||
/// Creates a delay before the next element
|
||||
/// #examples.delays
|
||||
/// - name (content, none): Name to display in the middle of the delay area
|
||||
/// - size (int): Size of the delay
|
||||
#let _delay(name: none, size: 30) = {}
|
||||
|
||||
/// Creates a gap before the next element
|
||||
/// #examples.gaps
|
||||
/// - size (int): Size of the gap
|
||||
#let _gap(size: 20) = {}
|
Reference in New Issue
Block a user