Some Chinese fonts cannot be used in xelatex











up vote
1
down vote

favorite
1












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









share|improve this question














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 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








  • 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















up vote
1
down vote

favorite
1












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









share|improve this question














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 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








  • 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













up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





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









share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 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








  • 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










  • @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










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.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    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

























    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.






    share|improve this answer

























      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.






      share|improve this answer























        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.






        share|improve this answer












        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 20 at 2:33









        zyy

        628612




        628612






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            サソリ

            広島県道265号伴広島線

            Accessing regular linux commands in Huawei's Dopra Linux