9 lines
		
	
	
		
			145 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# -*- mode: snippet -*-
 | 
						|
# name: figure
 | 
						|
# key: fig
 | 
						|
# uuid: fig
 | 
						|
# --
 | 
						|
#+caption: ${1:caption}
 | 
						|
#+attr_latex: ${2:scale=0.75}
 | 
						|
#+label: fig:${3:label}
 |