added manual

This commit is contained in:
2024-10-02 18:33:21 +02:00
parent 6f563750fb
commit 522cd1537a
10 changed files with 531 additions and 0 deletions

8
docs/gaps_seps.typ Normal file
View File

@ -0,0 +1,8 @@
/// 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) = {}