fix xelatex font problem in all-cap image

这个提交包含在:
binary-husky
2025-01-22 01:49:53 +08:00
父节点 286f7303be
当前提交 aaafe2a797
共有 2 个文件被更改,包括 4 次插入1 次删除

查看文件

@@ -373,7 +373,7 @@ def 编译Latex(chatbot, history, main_file_original, main_file_modified, work_f
# 根据编译器类型返回编译命令
def get_compile_command(compiler, filename):
compile_command = f'{compiler} -interaction=batchmode -file-line-error {filename}.tex'
logger.info('Latex 编译指令: ', compile_command)
logger.info('Latex 编译指令: ' + compile_command)
return compile_command
# 确定使用的编译器