mirror of
				https://github.com/congyu711/BeamerTheme.git
				synced 2025-11-04 08:01:08 +08:00 
			
		
		
		
	update font packages; add .latexmkrc for xelatex support
This commit is contained in:
		
							
								
								
									
										5
									
								
								.latexmkrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.latexmkrc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
$pdf_mode = 1;              # 生成PDF
 | 
			
		||||
$latex = 'xelatex %O %S';   # 用 xelatex 替代 latex
 | 
			
		||||
$pdflatex = 'xelatex %O %S'; # 用 xelatex 替代 pdflatex
 | 
			
		||||
$dvi_mode = 0;              # 禁用DVI输出
 | 
			
		||||
$postscript_mode = 0;       # 禁用PS输出
 | 
			
		||||
		Reference in New Issue
	
	Block a user