-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The font "SimHei" cannot be found.无法用伪粗体规避 #297
Comments
伪粗体、伪斜体依然需要加载原本的字体,所以这从来不是一个规避的办法。我不在 windows 下,留给用 windows 的用户提供帮助吧。 |
问题在于,在 所以,应该使用 |
@sikouhjw 这不冲突吧,在 preamble 里 例如,在 overleaf 的 linux 环境里,下面「把 \documentclass{ctexart}
\setCJKmainfont[AutoFakeBold,AutoFakeSlant]{FandolSong}
\begin{document}
\textbf{你好}
\end{document} @gingerkitti 只加载 |
我理解他的问题是「miktex 找不到 SimHei」,那问题就在于 ctex 的内部字体加载。
\documentclass{ctexart}
\setCJKmainfont{SimSun}[BoldFont=aaaa.otf]
\setCJKmainfont{SimSun}
\begin{document}
test
\end{document} 所以解决他的办法: |
@sikouhjw 啊,是我把 更新:想起我自己之前在 GitHub Actions 的 windows hoster 上跑 ctex 也遇到过这个问题,
这下我也理解
的意思了。 |
非常感谢各位的帮忙。我后来在StackExchange也提了个类似的问题,
我照着评论的代码试了一下,居然成功了。 我又查了一下《CTEX 宏集手册》(2022/07/14 v2.5.10),发现第8页(4.3节)有这样一句话
我猜测可能跟这个有关系。之前我看手册里fontset后面没有“五角星”也没有“*”,也就没有管太多了。 我试了一下,如果说先这样设置 @muzimuzhi 我试了一下应该是可以的
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Microsoft YaHei}
\begin{document}
\textbf{你好}
\end{document} 一些可能的题外话
|
可以发第一例出来看看。 |
检查
编译环境
操作系统
TeX 发行版
描述问题
编译报错
SimHei not found
,我尝试用
\setCJKmainfont[AutoFakeBold,AutoFakeSlant]{SimSun}
来规避这个问题。但是仍然报错是SimHei not found
我注意到TeXworks console output有
尝试过updmap,但是仍然没有用
我的MikTex安装方式“user”(仅为自己安装),由于在公司电脑,权限很低,无法自行安装软件以及连接外网,因此也不能下载字体
这是我的编译设置:菜单 -> Edit -> TeXworks Preferences -> Processing tools -> XeLaTeX+MakeIndex+BibTex -> Tool Configuration设置为
最小工作示例(MWE)
我还做了这些尝试
附件
用 XeLaTeX+MakeIndex+BibTex 编译后,日志文件输出:
这是
C:\Users\Test Virtual Machine\AppData\Local\MiKTeX\miktex\log\miktex-makemf.log
The text was updated successfully, but these errors were encountered: