9 lines
		
	
	
		
			269 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			269 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# -*- mode: snippet -*-
 | 
						|
# contributor : Mads D. Kristensen <madsdk@gmail.com>
 | 
						|
# key: ssub
 | 
						|
# group: sections
 | 
						|
# name : \subsubsection
 | 
						|
# --
 | 
						|
\subsubsection{${1:name}}
 | 
						|
\label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}
 | 
						|
$0 |