Lualatex/Japanese document compiles fine in TeXstudio, but not MacTex Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
The Nth Gryphon Number
Short story about astronauts fertilizing soil with their own bodies
Why are current probes so expensive?
Pointing to problems without suggesting solutions
systemd and copy (/bin/cp): no such file or directory
Twin's vs. Twins'
Weaponising the Grasp-at-a-Distance spell
The test team as an enemy of development? And how can this be avoided?
"Destructive power" carried by a B-52?
How to evaluate this function?
Does a random sequence of vectors span a Hilbert space?
Can gravitational waves pass through a black hole?
Is this Half dragon Quaggoth Balanced
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
Why weren't discrete x86 CPUs ever used in game hardware?
Does the Rock Gnome trait Artificer's Lore apply when you aren't proficient in History?
What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?
Nose gear failure in single prop aircraft: belly landing or nose landing?
Is this Kuo-toa homebrew race balanced?
What are some likely causes to domain member PC losing contact to domain controller?
How to make an animal which can only breed for a certain number of generations?
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
Putting class ranking in CV, but against dept guidelines
Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?
Lualatex/Japanese document compiles fine in TeXstudio, but not MacTex
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
I'm having trouble compiling the following document.
I have done a fresh install of MacOS 10.14 and installed the full size MacTex 2018. I have also upgraded all packaged using the TexLive Utility.
I installed TexStudio from MacPorts and tried to compile the following document:
%% start of file `template.tex'.
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
documentclass[11pt,a4paper]moderncv
usepackage[ngerman]babel
moderncvstyleclassic
moderncvcolorgrey
usepackageluatexja-fontspec
setmainjfont[BoldFont=IPAexGothic]IPAexMincho % mcfamily
setsansjfontIPAexGothic % gtfamily
newjfontfamilyjisninety[CJKShape=JIS1990]IPAexMincho
renewcommand*namefontfontsize1820mdseriesupshape
renewcommand*titlefontfontsize1820mdseriesupshape
usepackagemulticol
usepackagefontawesome
usepackagefootmisc
usepackage[scale=0.75]geometry
setlengthhintscolumnwidth3.5cm
usepackagetabularx
usepackageltablex
usepackagetabu
usepackagelongtable
usepackagearray
newcolumntypeL[1]>raggedrightletnewline\arraybackslashhspace0ptm#1
newcolumntypeC[1]>centeringletnewline\arraybackslashhspace0ptm#1
newcolumntypeR[1]>raggedleftletnewline\arraybackslashhspace0ptm#1
renewcommandarraystretch1.3
newcolumntypebX
newcolumntypes>hsize=.2hsizeX
usepackagebooktabs
% personal data
name芭蕉松尾
address123-3456日本語をかきましょう。日本語をかきましょう。
emailsth@mail.net
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
begindocument
%----- resume ---------------------------------------------------------
makecvtitle
sectionheadline
cvitemghitextitthis should actually compile just fine
sectionheadline
cventry00/2011 -- 03/2023InputMoreInput
beginitemize
item I studied.
enditemize
cventry00/2011 -- 03/2023InputMoreInput
beginitemize
item Stuff
enditemize
sectionheadline
cventry00/2011 -- 03/2023InputMoreInput
Stuff and stuff
beginitemize
item This is one.
item And another one.
enditemize
sectionheadlinefootnotemark
cvitemwithcomment日本語C1/C1/C1
footnotetextThis is a footnote
enddocument
I get the following error(s):
- Undefined control sequence. makecvtitle
- You have requested package
moderncvheadi', but the package providesmoderncvheadi'. - Font shape
JT3/mc/m/it' undefined(Font) usingJT3/mc/m/n' instead - Font shape
JT3/IPAexMincho(0)/m/sl' undefined(Font) usingJT3/IPAexMincho(0)/m/n' instead - Some font shapes were not available, defaults substituted.
I thought it had something to do with the font (IPAexMincho). But the package ipaex is actually installed (included in MacTex, although I'm not sure if that's the one I need, because in Linux the packages are named differently).
However, this document here compiles perfectly fine on the other hand:
documentclassltjsarticle
usepackageluatexja-fontspec
setmainfont[Ligatures=TeX]TeXGyreTermes
setsansfont[Ligatures=TeX]TeXGyreHeros
setmainjfont[BoldFont=IPAexGothic]IPAexMincho
setsansjfontIPAexGothic
newjfontfamilyjisninety[CJKShape=JIS1990]IPAexMincho
begindocument
mainのフォント. bfseries boldのフォント. sffamilygtfamily sansのフォント.
通常の「辻」. jisninety JIS90字形の「辻」.
enddocument
Help would be much appreciated :)
luatex mactex japanese
add a comment |
I'm having trouble compiling the following document.
I have done a fresh install of MacOS 10.14 and installed the full size MacTex 2018. I have also upgraded all packaged using the TexLive Utility.
I installed TexStudio from MacPorts and tried to compile the following document:
%% start of file `template.tex'.
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
documentclass[11pt,a4paper]moderncv
usepackage[ngerman]babel
moderncvstyleclassic
moderncvcolorgrey
usepackageluatexja-fontspec
setmainjfont[BoldFont=IPAexGothic]IPAexMincho % mcfamily
setsansjfontIPAexGothic % gtfamily
newjfontfamilyjisninety[CJKShape=JIS1990]IPAexMincho
renewcommand*namefontfontsize1820mdseriesupshape
renewcommand*titlefontfontsize1820mdseriesupshape
usepackagemulticol
usepackagefontawesome
usepackagefootmisc
usepackage[scale=0.75]geometry
setlengthhintscolumnwidth3.5cm
usepackagetabularx
usepackageltablex
usepackagetabu
usepackagelongtable
usepackagearray
newcolumntypeL[1]>raggedrightletnewline\arraybackslashhspace0ptm#1
newcolumntypeC[1]>centeringletnewline\arraybackslashhspace0ptm#1
newcolumntypeR[1]>raggedleftletnewline\arraybackslashhspace0ptm#1
renewcommandarraystretch1.3
newcolumntypebX
newcolumntypes>hsize=.2hsizeX
usepackagebooktabs
% personal data
name芭蕉松尾
address123-3456日本語をかきましょう。日本語をかきましょう。
emailsth@mail.net
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
begindocument
%----- resume ---------------------------------------------------------
makecvtitle
sectionheadline
cvitemghitextitthis should actually compile just fine
sectionheadline
cventry00/2011 -- 03/2023InputMoreInput
beginitemize
item I studied.
enditemize
cventry00/2011 -- 03/2023InputMoreInput
beginitemize
item Stuff
enditemize
sectionheadline
cventry00/2011 -- 03/2023InputMoreInput
Stuff and stuff
beginitemize
item This is one.
item And another one.
enditemize
sectionheadlinefootnotemark
cvitemwithcomment日本語C1/C1/C1
footnotetextThis is a footnote
enddocument
I get the following error(s):
- Undefined control sequence. makecvtitle
- You have requested package
moderncvheadi', but the package providesmoderncvheadi'. - Font shape
JT3/mc/m/it' undefined(Font) usingJT3/mc/m/n' instead - Font shape
JT3/IPAexMincho(0)/m/sl' undefined(Font) usingJT3/IPAexMincho(0)/m/n' instead - Some font shapes were not available, defaults substituted.
I thought it had something to do with the font (IPAexMincho). But the package ipaex is actually installed (included in MacTex, although I'm not sure if that's the one I need, because in Linux the packages are named differently).
However, this document here compiles perfectly fine on the other hand:
documentclassltjsarticle
usepackageluatexja-fontspec
setmainfont[Ligatures=TeX]TeXGyreTermes
setsansfont[Ligatures=TeX]TeXGyreHeros
setmainjfont[BoldFont=IPAexGothic]IPAexMincho
setsansjfontIPAexGothic
newjfontfamilyjisninety[CJKShape=JIS1990]IPAexMincho
begindocument
mainのフォント. bfseries boldのフォント. sffamilygtfamily sansのフォント.
通常の「辻」. jisninety JIS90字形の「辻」.
enddocument
Help would be much appreciated :)
luatex mactex japanese
add a comment |
I'm having trouble compiling the following document.
I have done a fresh install of MacOS 10.14 and installed the full size MacTex 2018. I have also upgraded all packaged using the TexLive Utility.
I installed TexStudio from MacPorts and tried to compile the following document:
%% start of file `template.tex'.
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
documentclass[11pt,a4paper]moderncv
usepackage[ngerman]babel
moderncvstyleclassic
moderncvcolorgrey
usepackageluatexja-fontspec
setmainjfont[BoldFont=IPAexGothic]IPAexMincho % mcfamily
setsansjfontIPAexGothic % gtfamily
newjfontfamilyjisninety[CJKShape=JIS1990]IPAexMincho
renewcommand*namefontfontsize1820mdseriesupshape
renewcommand*titlefontfontsize1820mdseriesupshape
usepackagemulticol
usepackagefontawesome
usepackagefootmisc
usepackage[scale=0.75]geometry
setlengthhintscolumnwidth3.5cm
usepackagetabularx
usepackageltablex
usepackagetabu
usepackagelongtable
usepackagearray
newcolumntypeL[1]>raggedrightletnewline\arraybackslashhspace0ptm#1
newcolumntypeC[1]>centeringletnewline\arraybackslashhspace0ptm#1
newcolumntypeR[1]>raggedleftletnewline\arraybackslashhspace0ptm#1
renewcommandarraystretch1.3
newcolumntypebX
newcolumntypes>hsize=.2hsizeX
usepackagebooktabs
% personal data
name芭蕉松尾
address123-3456日本語をかきましょう。日本語をかきましょう。
emailsth@mail.net
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
begindocument
%----- resume ---------------------------------------------------------
makecvtitle
sectionheadline
cvitemghitextitthis should actually compile just fine
sectionheadline
cventry00/2011 -- 03/2023InputMoreInput
beginitemize
item I studied.
enditemize
cventry00/2011 -- 03/2023InputMoreInput
beginitemize
item Stuff
enditemize
sectionheadline
cventry00/2011 -- 03/2023InputMoreInput
Stuff and stuff
beginitemize
item This is one.
item And another one.
enditemize
sectionheadlinefootnotemark
cvitemwithcomment日本語C1/C1/C1
footnotetextThis is a footnote
enddocument
I get the following error(s):
- Undefined control sequence. makecvtitle
- You have requested package
moderncvheadi', but the package providesmoderncvheadi'. - Font shape
JT3/mc/m/it' undefined(Font) usingJT3/mc/m/n' instead - Font shape
JT3/IPAexMincho(0)/m/sl' undefined(Font) usingJT3/IPAexMincho(0)/m/n' instead - Some font shapes were not available, defaults substituted.
I thought it had something to do with the font (IPAexMincho). But the package ipaex is actually installed (included in MacTex, although I'm not sure if that's the one I need, because in Linux the packages are named differently).
However, this document here compiles perfectly fine on the other hand:
documentclassltjsarticle
usepackageluatexja-fontspec
setmainfont[Ligatures=TeX]TeXGyreTermes
setsansfont[Ligatures=TeX]TeXGyreHeros
setmainjfont[BoldFont=IPAexGothic]IPAexMincho
setsansjfontIPAexGothic
newjfontfamilyjisninety[CJKShape=JIS1990]IPAexMincho
begindocument
mainのフォント. bfseries boldのフォント. sffamilygtfamily sansのフォント.
通常の「辻」. jisninety JIS90字形の「辻」.
enddocument
Help would be much appreciated :)
luatex mactex japanese
I'm having trouble compiling the following document.
I have done a fresh install of MacOS 10.14 and installed the full size MacTex 2018. I have also upgraded all packaged using the TexLive Utility.
I installed TexStudio from MacPorts and tried to compile the following document:
%% start of file `template.tex'.
%% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
documentclass[11pt,a4paper]moderncv
usepackage[ngerman]babel
moderncvstyleclassic
moderncvcolorgrey
usepackageluatexja-fontspec
setmainjfont[BoldFont=IPAexGothic]IPAexMincho % mcfamily
setsansjfontIPAexGothic % gtfamily
newjfontfamilyjisninety[CJKShape=JIS1990]IPAexMincho
renewcommand*namefontfontsize1820mdseriesupshape
renewcommand*titlefontfontsize1820mdseriesupshape
usepackagemulticol
usepackagefontawesome
usepackagefootmisc
usepackage[scale=0.75]geometry
setlengthhintscolumnwidth3.5cm
usepackagetabularx
usepackageltablex
usepackagetabu
usepackagelongtable
usepackagearray
newcolumntypeL[1]>raggedrightletnewline\arraybackslashhspace0ptm#1
newcolumntypeC[1]>centeringletnewline\arraybackslashhspace0ptm#1
newcolumntypeR[1]>raggedleftletnewline\arraybackslashhspace0ptm#1
renewcommandarraystretch1.3
newcolumntypebX
newcolumntypes>hsize=.2hsizeX
usepackagebooktabs
% personal data
name芭蕉松尾
address123-3456日本語をかきましょう。日本語をかきましょう。
emailsth@mail.net
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
begindocument
%----- resume ---------------------------------------------------------
makecvtitle
sectionheadline
cvitemghitextitthis should actually compile just fine
sectionheadline
cventry00/2011 -- 03/2023InputMoreInput
beginitemize
item I studied.
enditemize
cventry00/2011 -- 03/2023InputMoreInput
beginitemize
item Stuff
enditemize
sectionheadline
cventry00/2011 -- 03/2023InputMoreInput
Stuff and stuff
beginitemize
item This is one.
item And another one.
enditemize
sectionheadlinefootnotemark
cvitemwithcomment日本語C1/C1/C1
footnotetextThis is a footnote
enddocument
I get the following error(s):
- Undefined control sequence. makecvtitle
- You have requested package
moderncvheadi', but the package providesmoderncvheadi'. - Font shape
JT3/mc/m/it' undefined(Font) usingJT3/mc/m/n' instead - Font shape
JT3/IPAexMincho(0)/m/sl' undefined(Font) usingJT3/IPAexMincho(0)/m/n' instead - Some font shapes were not available, defaults substituted.
I thought it had something to do with the font (IPAexMincho). But the package ipaex is actually installed (included in MacTex, although I'm not sure if that's the one I need, because in Linux the packages are named differently).
However, this document here compiles perfectly fine on the other hand:
documentclassltjsarticle
usepackageluatexja-fontspec
setmainfont[Ligatures=TeX]TeXGyreTermes
setsansfont[Ligatures=TeX]TeXGyreHeros
setmainjfont[BoldFont=IPAexGothic]IPAexMincho
setsansjfontIPAexGothic
newjfontfamilyjisninety[CJKShape=JIS1990]IPAexMincho
begindocument
mainのフォント. bfseries boldのフォント. sffamilygtfamily sansのフォント.
通常の「辻」. jisninety JIS90字形の「辻」.
enddocument
Help would be much appreciated :)
luatex mactex japanese
luatex mactex japanese
asked 49 secs ago
SF6SF6
1137
1137
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%2f485956%2flualatex-japanese-document-compiles-fine-in-texstudio-but-not-mactex%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%2f485956%2flualatex-japanese-document-compiles-fine-in-texstudio-but-not-mactex%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