How I can resolve `Font shape `xxx/it' undefined` warning for CJK in LuaLaTeX? The 2019 Stack...
Apparent duplicates between Haynes service instructions and MOT
What is the accessibility of a package's `Private` context variables?
"as much details as you can remember"
Does a dangling wire really electrocute me if I'm standing in water?
How to type this arrow in math mode?
What do the Banks children have against barley water?
FPGA - DIY Programming
Is three citations per paragraph excessive for undergraduate research paper?
Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?
Is bread bad for ducks?
Where to refill my bottle in India?
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
Geography at the pixel level
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Is a "Democratic" Oligarchy-Style System Possible?
Write faster on AT24C32
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Loose spokes after only a few rides
Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?
Does the shape of a die affect the probability of a number being rolled?
Protecting Dualbooting Windows from dangerous code (like rm -rf)
Can we generate random numbers using irrational numbers like π and e?
Is there a symbol for a right arrow with a square in the middle?
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}
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
add a comment |
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
add a comment |
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
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
luatex fontspec cjk
asked 2 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