Skip to content

关于数字加粗的问题。 #744

Closed Answered by zepinglee
qzxuhui asked this question in Q&A
Discussion options

You must be logged in to vote

模板中使用了 unicode-math 宏包,所以应当使用 \symbf 表示粗体。

\bm 能编译是因为模板做了兼容性处理,将 \bm 定义为 \symbfit。它作用于字母时总是使用粗斜体,但是对于数字而言就没有加粗的效果了。

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Harry-Chen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #743 on March 20, 2022 04:17.