8 lines
		
	
	
		
			263 B
		
	
	
	
		
			Typst
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			263 B
		
	
	
	
		
			Typst
		
	
	
	
	
	
| /// 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) = {} |