We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
参考 文件路径: source\somensi\LyX.nsi 修改前:
System::Call 'kernel32::SetEnvironmentVariable(t, t) i("FONTCONFIG_FILE", "")' System::Call 'kernel32::SetEnvironmentVariable(t, t) i("FONTCONFIG_PATH", "")' System::Call 'kernel32::SetEnvironmentVariable(t, t) i("FC_CACHEDIR", "")'
将上述代码注释掉或改为下面这样:
System::Call 'kernel32::SetEnvironmentVariable(t, t) i("FONTCONFIG_FILE", "fonts.conf")' System::Call 'kernel32::SetEnvironmentVariable(t, t) i("FONTCONFIG_PATH", "$EXEDIR\MiKTeX\texmf-local\fontconfig\config")' System::Call 'kernel32::SetEnvironmentVariable(t, t) i("FC_CACHEDIR", "$EXEDIR\MiKTeX\texmf-local\fontconfig\cache")'
The text was updated successfully, but these errors were encountered:
2021-2-23 tlmgr update --self更新后遇到了no appropriate script or program found: fmtutil的问题 多番折腾后发现是命令行更新的方式更新文件不完整, 需要下载tlmgr在Windows下的独立更新包后解压覆盖的方式更新 覆盖之后需再执行一次tlmgr update --self可解决问题。
tlmgr update --self
no appropriate script or program found: fmtutil
Sorry, something went wrong.
Missing glyphs! Missing character: There is no * in font *
字体中缺少部分字符所致,修正方法:在文档导言处插入\setmainfont{Times New Roman}或者\setmainfont{SimSun}都行
\setmainfont{Times New Roman}
\setmainfont{SimSun}
pdflatex.exe (file *): Font * at * not found 参考
pdflatex.exe (file *): Font * at * not found
在MikTeX环境下解决办法: initexmf --admin --mkmaps 在TinyTeX/TexLive环境下: 进入TinyTeX\bin\win32目录,把updmap开头的三个程序挨个双击执行一遍
MikTeX
initexmf --admin --mkmaps
TinyTeX/TexLive
TinyTeX\bin\win32
updmap
No branches or pull requests
修正了一处导致XeTex无法定位系统字体的错误
参考
文件路径: source\somensi\LyX.nsi
修改前:
将上述代码注释掉或改为下面这样:
The text was updated successfully, but these errors were encountered: