8 lines
		
	
	
		
			213 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			213 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # contributor: Song Qiang <tsiangsung@gmail.com>
 | |
| # key: int
 | |
| # group: math
 | |
| # name: \int_{n}^{}
 | |
| # --
 | |
| \\${1:$$(yas/choose-value '("int" "oint" "iint" "iiint" "iiiint" "idotsint"))}{$2}^{$3}$0
 |