How I can resolve `Font shape `xxx/it' undefined` warning for CJK in LuaLaTeX? The 2019 Stack Overflow Developer Survey Results Are In

Worn-tile Scrabble

Is three citations per paragraph excessive for undergraduate research paper?

Can a flute soloist sit?

Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?

The difference between dialogue marks

Why can Shazam fly?

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

Identify boardgame from Big movie

What is the most effective way of iterating a std::vector and why?

Falsification in Math vs Science

Is an up-to-date browser secure on an out-of-date OS?

What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?

How to deal with fear of taking dependencies

Can we generate random numbers using irrational numbers like π and e?

Are children permitted to help build the Beis Hamikdash?

How technical should a Scrum Master be to effectively remove impediments?

What do the Banks children have against barley water?

Is "plugging out" electronic devices an American expression?

Is flight data recorder erased after every flight?

Write faster on AT24C32

How to type this arrow in math mode?

Did Section 31 appear in Star Trek: The Next Generation?

Time travel alters history but people keep saying nothing's changed



How I can resolve `Font shape `xxx/it' undefined` warning for CJK in LuaLaTeX?



The 2019 Stack Overflow Developer Survey Results Are In










0















Below CJK-contains code compiles without errors however with warnings.



documentclass[a4paper, twoside]ltjsarticle

usepackageluatexja-fontspec
usepackage[abspath]currfile

setmainjfont[
Path = currfileabsdir,
UprightFont = fonts/HGS_Mincho/HGRMB.ttc,
BoldFont = fonts/HGS_Mincho/HGRME.ttc
]HGS Mincho

setsansjfont[
Path = currfileabsdir,
UprightFont = fonts/HGS_Gothic/HGRGM.ttc,
BoldFont = fonts/HGS_Gothic/HGRGE.ttc,
]HGS Gothic

begindocument
sectionフォント試験試験
beginitemize
item 主要フォント
beginitemize
item 漢あア
item bfseries漢あア
enditemize
item ゴシックのフォント
beginitemize
item sffamily漢あア
item sffamilybfseries漢あア
enditemize
enditemize
enddocument


The warning contents is:



LaTeX Font Warning: Font shape `JT3/mc/m/it' undefined
(Font) using `JT3/mc/m/n' instead on input line 3745.

*************************************************
* fontspec warning: "script-not-exist"
*
* Font 'fonts/HGS_Mincho/HGRMB.ttc' does not contain script 'CJK'.


I suppose, in LaTeX Font Warning: Font shape 'JT3/mc/m/it' undefined, JT3/mc/m/it refers to italic shape. Normally CJK has not italic font style, so I don't care if I can not use it. However, I need this warning do not disturb me. Off course, muffle all warnings is not allowed approach.



Font 'fonts/HGS_Mincho/HGRMB.ttc' does not contain script 'CJK'. is also requires an attention, however I cannot merge it in one question...









share


























    0















    Below CJK-contains code compiles without errors however with warnings.



    documentclass[a4paper, twoside]ltjsarticle

    usepackageluatexja-fontspec
    usepackage[abspath]currfile

    setmainjfont[
    Path = currfileabsdir,
    UprightFont = fonts/HGS_Mincho/HGRMB.ttc,
    BoldFont = fonts/HGS_Mincho/HGRME.ttc
    ]HGS Mincho

    setsansjfont[
    Path = currfileabsdir,
    UprightFont = fonts/HGS_Gothic/HGRGM.ttc,
    BoldFont = fonts/HGS_Gothic/HGRGE.ttc,
    ]HGS Gothic

    begindocument
    sectionフォント試験試験
    beginitemize
    item 主要フォント
    beginitemize
    item 漢あア
    item bfseries漢あア
    enditemize
    item ゴシックのフォント
    beginitemize
    item sffamily漢あア
    item sffamilybfseries漢あア
    enditemize
    enditemize
    enddocument


    The warning contents is:



    LaTeX Font Warning: Font shape `JT3/mc/m/it' undefined
    (Font) using `JT3/mc/m/n' instead on input line 3745.

    *************************************************
    * fontspec warning: "script-not-exist"
    *
    * Font 'fonts/HGS_Mincho/HGRMB.ttc' does not contain script 'CJK'.


    I suppose, in LaTeX Font Warning: Font shape 'JT3/mc/m/it' undefined, JT3/mc/m/it refers to italic shape. Normally CJK has not italic font style, so I don't care if I can not use it. However, I need this warning do not disturb me. Off course, muffle all warnings is not allowed approach.



    Font 'fonts/HGS_Mincho/HGRMB.ttc' does not contain script 'CJK'. is also requires an attention, however I cannot merge it in one question...









    share
























      0












      0








      0








      Below CJK-contains code compiles without errors however with warnings.



      documentclass[a4paper, twoside]ltjsarticle

      usepackageluatexja-fontspec
      usepackage[abspath]currfile

      setmainjfont[
      Path = currfileabsdir,
      UprightFont = fonts/HGS_Mincho/HGRMB.ttc,
      BoldFont = fonts/HGS_Mincho/HGRME.ttc
      ]HGS Mincho

      setsansjfont[
      Path = currfileabsdir,
      UprightFont = fonts/HGS_Gothic/HGRGM.ttc,
      BoldFont = fonts/HGS_Gothic/HGRGE.ttc,
      ]HGS Gothic

      begindocument
      sectionフォント試験試験
      beginitemize
      item 主要フォント
      beginitemize
      item 漢あア
      item bfseries漢あア
      enditemize
      item ゴシックのフォント
      beginitemize
      item sffamily漢あア
      item sffamilybfseries漢あア
      enditemize
      enditemize
      enddocument


      The warning contents is:



      LaTeX Font Warning: Font shape `JT3/mc/m/it' undefined
      (Font) using `JT3/mc/m/n' instead on input line 3745.

      *************************************************
      * fontspec warning: "script-not-exist"
      *
      * Font 'fonts/HGS_Mincho/HGRMB.ttc' does not contain script 'CJK'.


      I suppose, in LaTeX Font Warning: Font shape 'JT3/mc/m/it' undefined, JT3/mc/m/it refers to italic shape. Normally CJK has not italic font style, so I don't care if I can not use it. However, I need this warning do not disturb me. Off course, muffle all warnings is not allowed approach.



      Font 'fonts/HGS_Mincho/HGRMB.ttc' does not contain script 'CJK'. is also requires an attention, however I cannot merge it in one question...









      share














      Below CJK-contains code compiles without errors however with warnings.



      documentclass[a4paper, twoside]ltjsarticle

      usepackageluatexja-fontspec
      usepackage[abspath]currfile

      setmainjfont[
      Path = currfileabsdir,
      UprightFont = fonts/HGS_Mincho/HGRMB.ttc,
      BoldFont = fonts/HGS_Mincho/HGRME.ttc
      ]HGS Mincho

      setsansjfont[
      Path = currfileabsdir,
      UprightFont = fonts/HGS_Gothic/HGRGM.ttc,
      BoldFont = fonts/HGS_Gothic/HGRGE.ttc,
      ]HGS Gothic

      begindocument
      sectionフォント試験試験
      beginitemize
      item 主要フォント
      beginitemize
      item 漢あア
      item bfseries漢あア
      enditemize
      item ゴシックのフォント
      beginitemize
      item sffamily漢あア
      item sffamilybfseries漢あア
      enditemize
      enditemize
      enddocument


      The warning contents is:



      LaTeX Font Warning: Font shape `JT3/mc/m/it' undefined
      (Font) using `JT3/mc/m/n' instead on input line 3745.

      *************************************************
      * fontspec warning: "script-not-exist"
      *
      * Font 'fonts/HGS_Mincho/HGRMB.ttc' does not contain script 'CJK'.


      I suppose, in LaTeX Font Warning: Font shape 'JT3/mc/m/it' undefined, JT3/mc/m/it refers to italic shape. Normally CJK has not italic font style, so I don't care if I can not use it. However, I need this warning do not disturb me. Off course, muffle all warnings is not allowed approach.



      Font 'fonts/HGS_Mincho/HGRMB.ttc' does not contain script 'CJK'. is also requires an attention, however I cannot merge it in one question...







      luatex fontspec cjk





      share












      share










      share



      share










      asked 4 mins ago









      Gurebu BokofuGurebu Bokofu

      3221416




      3221416




















          0






          active

          oldest

          votes












          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',
          autoActivateHeartbeat: false,
          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%2f484227%2fhow-i-can-resolve-font-shape-xxx-it-undefined-warning-for-cjk-in-lualatex%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484227%2fhow-i-can-resolve-font-shape-xxx-it-undefined-warning-for-cjk-in-lualatex%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

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

          Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm