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

How can I autofill dates in Excel excluding Sunday?

Output the Arecibo Message

Shouldn't "much" here be used instead of "more"?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

Why do UK politicians seemingly ignore opinion polls on Brexit?

Resizing object distorts it (Illustrator CC 2018)

Who coined the term "madman theory"?

Did 3000BC Egyptians use meteoric iron weapons?

The difference between dialogue marks

Is there a symbol for a right arrow with a square in the middle?

Right tool to dig six foot holes?

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

Is a "Democratic" Oligarchy-Style System Possible?

What does "fetching by region is not available for SAM files" means?

Why did Acorn's A3000 have red function keys?

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?

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

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

What is the meaning of the verb "bear" in this context?

How to obtain Confidence Intervals for a LASSO regression?

Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Apparent duplicates between Haynes service instructions and MOT

Protecting Dualbooting Windows from dangerous code (like rm -rf)



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}

usepackage{luatexja-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}

begin{document}
section{フォント試験試験}
begin{itemize}
item 主要フォント
begin{itemize}
item 漢あア
item bfseries{漢あア}
end{itemize}
item ゴシックのフォント
begin{itemize}
item sffamily{漢あア}
item sffamily{bfseries{漢あア}}
end{itemize}
end{itemize}
end{document}


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}

    usepackage{luatexja-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}

    begin{document}
    section{フォント試験試験}
    begin{itemize}
    item 主要フォント
    begin{itemize}
    item 漢あア
    item bfseries{漢あア}
    end{itemize}
    item ゴシックのフォント
    begin{itemize}
    item sffamily{漢あア}
    item sffamily{bfseries{漢あア}}
    end{itemize}
    end{itemize}
    end{document}


    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}

      usepackage{luatexja-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}

      begin{document}
      section{フォント試験試験}
      begin{itemize}
      item 主要フォント
      begin{itemize}
      item 漢あア
      item bfseries{漢あア}
      end{itemize}
      item ゴシックのフォント
      begin{itemize}
      item sffamily{漢あア}
      item sffamily{bfseries{漢あア}}
      end{itemize}
      end{itemize}
      end{document}


      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}

      usepackage{luatexja-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}

      begin{document}
      section{フォント試験試験}
      begin{itemize}
      item 主要フォント
      begin{itemize}
      item 漢あア
      item bfseries{漢あア}
      end{itemize}
      item ゴシックのフォント
      begin{itemize}
      item sffamily{漢あア}
      item sffamily{bfseries{漢あア}}
      end{itemize}
      end{itemize}
      end{document}


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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...