Skip to content
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

定义中文字体命令 #28

Open
shaodongtang opened this issue Oct 13, 2018 · 1 comment
Open

定义中文字体命令 #28

shaodongtang opened this issue Oct 13, 2018 · 1 comment

Comments

@shaodongtang
Copy link

  1. 字体从电脑导出
    首 先 windows+R 输 入 cmd 回 车 (管理员:命令提示符)
    输 入 fc-list -f "%{family}\n" :lang=zh >d:zhfont.txt
  2. 定义字体命令
    \usepackage{xeCJK}
    \newcommand{\heiti}{\CJKfontspec{FZHei-B01S}} %方正黑体
    其中,FZHei-B01S是zhfont.txt文件的相应代码。
    \heiti这个命令比较常用可能被定义过了,这时候就会出现Command \heiti already defined.
    这时候我们可以改成其他的命令或者\renewcommand{\heiti}.......
@shaodongtang
Copy link
Author

字体刷新,否则卡。
法I. 清 空 \texlive\2017\texmf-var\fonts\cache\ 中 的 文 件
法II. 运 行 里 面 windows 键 +R 输 入 cmd 点 击 确 定 或 者 回 车 键然 后 输 入 fc-cache -fsv或 者 切 换 目 录 到 \texlive\2016\bin\win32以 管 理 员 身 份 运 行 fc-cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants