tuna / thuthesis

LaTeX Thesis Template for Tsinghua University
https://www.ctan.org/pkg/thuthesis
LaTeX Project Public License v1.3c
4.58k stars 1.08k forks source link

overleaf如何配置正确的字体 #815

Closed WuKongy closed 2 years ago

WuKongy commented 2 years ago

编译环境

编译的系统:Overleaf TeX 发行版:TeX Live 2022 模板版本:v7.3.1

描述问题

\documentclass中改为fontset=windows后(\documentclass[degree=master,fontset=windows]{thuthesis}),overleaf报错 Class thuthesis Error: Cannot find "SimSun" font. 将SimSun.ttf上传至overleaf项目的根目录后依然出现此错误,请问应该如何修改可以在overleaf环境中配置好正确的字体。

截屏2022-10-06 17 49 58

zepinglee commented 2 years ago

Overleaf 没有提供 Windows 的 SimSun(中易宋体)等字体,建议在本地 Windows 系统编译终稿。

另一种方法是将 Windows 的字体传到 Overleaf 上,但是模板的配置是按照字体名调用字体的,需要将模板中改为字体的文件名。参考 https://github.com/tuna/thuthesis/discussions/747