mirror of
				https://github.com/kastdeur/dotfiles.git
				synced 2025-10-31 03:06:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			608 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			608 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
if exists("caption2_package_file")
 | 
						|
	finish
 | 
						|
endif
 | 
						|
let caption2_package_file = 1
 | 
						|
 | 
						|
let g:TeX_package_option_caption2 = 
 | 
						|
\ 'scriptsize,'
 | 
						|
\.'footnotesize,'
 | 
						|
\.'small,'
 | 
						|
\.'normalsize,'
 | 
						|
\.'large,'
 | 
						|
\.'Large,'
 | 
						|
\.'up,'
 | 
						|
\.'it,'
 | 
						|
\.'sl,'
 | 
						|
\.'sc,'
 | 
						|
\.'md,'
 | 
						|
\.'bf,'
 | 
						|
\.'rm,'
 | 
						|
\.'sf,'
 | 
						|
\.'tt,'
 | 
						|
\.'ruled,'
 | 
						|
\.'boxed,'
 | 
						|
\.'centerlast,'
 | 
						|
\.'anne,'
 | 
						|
\.'center,'
 | 
						|
\.'flushleft,'
 | 
						|
\.'flushright,'
 | 
						|
\.'oneline,'
 | 
						|
\.'nooneline,'
 | 
						|
\.'hang,'
 | 
						|
\.'isu,'
 | 
						|
\.'indent,'
 | 
						|
\.'longtable'
 | 
						|
 | 
						|
let g:TeX_package_caption2 = 
 | 
						|
\ 'bra:captionsize,'
 | 
						|
\.'bra:captionfont,'
 | 
						|
\.'bra:captionlabelfont,'
 | 
						|
\.'bra:setcaptionmargin,'
 | 
						|
\.'bra:setcaptionwidth'
 | 
						|
 | 
						|
" vim:ft=vim:ff=unix:
 |