10 lines
		
	
	
		
			228 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			228 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # contributor : Mads D. Kristensen <madsdk@gmail.com>
 | |
| # key : desc
 | |
| # group: environments
 | |
| # name : \begin{description} ... \end{description}
 | |
| # --
 | |
| \begin{description}
 | |
| \item[${1:label}] $0
 | |
| \end{description}
 |