Some Chinese fonts cannot be used in xelatex
up vote
1
down vote
favorite
I'm using xelatex for I have to deal with Chinese characters. However, something weired bothers me.
usepackage{xeCJK}
...
The following command has no bold effect:
textbf{fontspec{SimSun} 中文}
If this is because SimSun have no bold shape, the following problem is much more weired:
{fontspec{STXinwei} 中文}
textbf{fontspec{STXinwei} 中文}
The former command shows Chinese characters in default font but the latter shows them in STXinwei!
I am using linux and this is my fc-list output
/path to my font/ SimSun 宋体:style=regular
/path to my font/ STXinwei 华文新魏:style =regular
fonts xetex
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
1
down vote
favorite
I'm using xelatex for I have to deal with Chinese characters. However, something weired bothers me.
usepackage{xeCJK}
...
The following command has no bold effect:
textbf{fontspec{SimSun} 中文}
If this is because SimSun have no bold shape, the following problem is much more weired:
{fontspec{STXinwei} 中文}
textbf{fontspec{STXinwei} 中文}
The former command shows Chinese characters in default font but the latter shows them in STXinwei!
I am using linux and this is my fc-list output
/path to my font/ SimSun 宋体:style=regular
/path to my font/ STXinwei 华文新魏:style =regular
fonts xetex
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting withdocumentclass{...}
and ending withend{document}
.
– Christian Hupfer
Jul 31 '14 at 14:35
@ChristianHupfer How do I give you my fonts? They are not built-in
– Chong Wang
Jul 31 '14 at 14:40
1
Check the log file. In general fontspec tells you if it can't create a variant like bold.
– Ulrike Fischer
Jul 31 '14 at 14:48
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm using xelatex for I have to deal with Chinese characters. However, something weired bothers me.
usepackage{xeCJK}
...
The following command has no bold effect:
textbf{fontspec{SimSun} 中文}
If this is because SimSun have no bold shape, the following problem is much more weired:
{fontspec{STXinwei} 中文}
textbf{fontspec{STXinwei} 中文}
The former command shows Chinese characters in default font but the latter shows them in STXinwei!
I am using linux and this is my fc-list output
/path to my font/ SimSun 宋体:style=regular
/path to my font/ STXinwei 华文新魏:style =regular
fonts xetex
I'm using xelatex for I have to deal with Chinese characters. However, something weired bothers me.
usepackage{xeCJK}
...
The following command has no bold effect:
textbf{fontspec{SimSun} 中文}
If this is because SimSun have no bold shape, the following problem is much more weired:
{fontspec{STXinwei} 中文}
textbf{fontspec{STXinwei} 中文}
The former command shows Chinese characters in default font but the latter shows them in STXinwei!
I am using linux and this is my fc-list output
/path to my font/ SimSun 宋体:style=regular
/path to my font/ STXinwei 华文新魏:style =regular
fonts xetex
fonts xetex
asked Jul 31 '14 at 14:31
Chong Wang
1062
1062
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting withdocumentclass{...}
and ending withend{document}
.
– Christian Hupfer
Jul 31 '14 at 14:35
@ChristianHupfer How do I give you my fonts? They are not built-in
– Chong Wang
Jul 31 '14 at 14:40
1
Check the log file. In general fontspec tells you if it can't create a variant like bold.
– Ulrike Fischer
Jul 31 '14 at 14:48
add a comment |
Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting withdocumentclass{...}
and ending withend{document}
.
– Christian Hupfer
Jul 31 '14 at 14:35
@ChristianHupfer How do I give you my fonts? They are not built-in
– Chong Wang
Jul 31 '14 at 14:40
1
Check the log file. In general fontspec tells you if it can't create a variant like bold.
– Ulrike Fischer
Jul 31 '14 at 14:48
Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with
documentclass{...}
and ending with end{document}
.– Christian Hupfer
Jul 31 '14 at 14:35
Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with
documentclass{...}
and ending with end{document}
.– Christian Hupfer
Jul 31 '14 at 14:35
@ChristianHupfer How do I give you my fonts? They are not built-in
– Chong Wang
Jul 31 '14 at 14:40
@ChristianHupfer How do I give you my fonts? They are not built-in
– Chong Wang
Jul 31 '14 at 14:40
1
1
Check the log file. In general fontspec tells you if it can't create a variant like bold.
– Ulrike Fischer
Jul 31 '14 at 14:48
Check the log file. In general fontspec tells you if it can't create a variant like bold.
– Ulrike Fischer
Jul 31 '14 at 14:48
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Using textbf
can not give you actual bold font in Chinese, there has to be a redesigned bold font for you to use.
Please refer to this article which explains the problem in its second section.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Using textbf
can not give you actual bold font in Chinese, there has to be a redesigned bold font for you to use.
Please refer to this article which explains the problem in its second section.
add a comment |
up vote
0
down vote
Using textbf
can not give you actual bold font in Chinese, there has to be a redesigned bold font for you to use.
Please refer to this article which explains the problem in its second section.
add a comment |
up vote
0
down vote
up vote
0
down vote
Using textbf
can not give you actual bold font in Chinese, there has to be a redesigned bold font for you to use.
Please refer to this article which explains the problem in its second section.
Using textbf
can not give you actual bold font in Chinese, there has to be a redesigned bold font for you to use.
Please refer to this article which explains the problem in its second section.
answered Oct 20 at 2:33
zyy
628612
628612
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f194161%2fsome-chinese-fonts-cannot-be-used-in-xelatex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to TeX.SX! Please help us to help you and add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with
documentclass{...}
and ending withend{document}
.– Christian Hupfer
Jul 31 '14 at 14:35
@ChristianHupfer How do I give you my fonts? They are not built-in
– Chong Wang
Jul 31 '14 at 14:40
1
Check the log file. In general fontspec tells you if it can't create a variant like bold.
– Ulrike Fischer
Jul 31 '14 at 14:48