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
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
add a comment |
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
add a comment |
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
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
luatex fontspec cjk
asked 4 mins ago
Gurebu BokofuGurebu Bokofu
3221416
3221416
add a comment |
add a comment |
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
);
);
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%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
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.
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%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
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