mirror of
				https://github.com/kastdeur/dotfiles.git
				synced 2025-10-31 03:06:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			444 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			444 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
if exists("newalg_package_file")
 | 
						|
	finish
 | 
						|
endif
 | 
						|
let newalg_package_file = 1
 | 
						|
 | 
						|
let g:TeX_package_option_newalg = ''
 | 
						|
 | 
						|
let g:TeX_package_newalg = 
 | 
						|
\ 'ens:algorithm:{<+name+>}{<++>},'
 | 
						|
\.'ens:IF:{<+cond+>},'
 | 
						|
\.'ens:FOR:{<+loop+>},'
 | 
						|
\.'ens:WHILE:{<+cond+>},'
 | 
						|
\.'bra:ERROR,'
 | 
						|
\.'nor:ELSE,'
 | 
						|
\.'nor:RETURN,'
 | 
						|
\.'nor:NIL,'
 | 
						|
\.'nor:TO,'
 | 
						|
\.'bra:CALL,'
 | 
						|
\.'bra:text,'
 | 
						|
\.'env:REPEAT,'
 | 
						|
\.'env:SWITCH,'
 | 
						|
\.'nor:=,'
 | 
						|
\.'bra:item,'
 | 
						|
\.'nor:algkey'
 | 
						|
 | 
						|
" vim:ft=vim:ff=unix:
 |