How to understand which control sequence in undefined in “Undefined control sequence.” message? The Next CEO of Stack OverflowLuaTeX nil value errorsdocumentclass: undefined control sequenceusing Hoefler Text font under lualatex and MacOSXport this template to lualatexLuaLaTeX from texlive-2014: Command textsubscript unavailable in encoding EU2Latex upgrade hell - Ubuntu 14.04 to 16.04pgfmathrandom doesn't work in LuaTeXPgfplot - Compiling with Luatex - Problem with standalone classUsing LuaLaTeX + a custom font … How to let (non-spaced) Chinese characters break across linesHow to speed up LuaLaTeX startup with fontspec?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
% symbol leads to superlong (forever?) compilations
Does it take more energy to get to Venus or to Mars?
Describing a person. What needs to be mentioned?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
How long to clear the 'suck zone' of a turbofan after start is initiated?
Whats the best way to handle refactoring a big file?
What does "Its cash flow is deeply negative" mean?
How do scammers retract money, while you can’t?
Why do remote companies require working in the US?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
Horror movie/show or scene where a horse creature opens its mouth really wide and devours a man in a stables
Why does standard notation not preserve intervals (visually)
Implement the Thanos sorting algorithm
How do we know the LHC results are robust?
What makes a siege story/plot interesting?
Does the Brexit deal have to be agreed by both Houses?
Increase performance creating Mandelbrot set in python
WOW air has ceased operation, can I get my tickets refunded?
Natural language into sentence logic
Anatomically Correct Mesopelagic Aves
Why does C# sound extremely flat when saxophone is tuned to G?
Why did we only see the N-1 starfighters in one film?
What do "high sea" and "carry" mean in this sentence?
How to understand which control sequence in undefined in “Undefined control sequence.” message?
The Next CEO of Stack OverflowLuaTeX nil value errorsdocumentclass: undefined control sequenceusing Hoefler Text font under lualatex and MacOSXport this template to lualatexLuaLaTeX from texlive-2014: Command textsubscript unavailable in encoding EU2Latex upgrade hell - Ubuntu 14.04 to 16.04pgfmathrandom doesn't work in LuaTeXPgfplot - Compiling with Luatex - Problem with standalone classUsing LuaLaTeX + a custom font … How to let (non-spaced) Chinese characters break across linesHow to speed up LuaLaTeX startup with fontspec?
I got "Undefined control sequence."
message, but from ...sdir{directluatex.sprint(lfs.currentdir())
I do not understand, on which control sequence LuaLaTeX refers:
How can I explore it?
The MWE is
documentclass[a4paper, twoside]ltjsarticle
usepackageluatexja-fontspec
edefcurrfileabsdirdirectluatex.sprint(lfs.currentdir())/
begindocument
done
enddocument
luatex
add a comment |
I got "Undefined control sequence."
message, but from ...sdir{directluatex.sprint(lfs.currentdir())
I do not understand, on which control sequence LuaLaTeX refers:
How can I explore it?
The MWE is
documentclass[a4paper, twoside]ltjsarticle
usepackageluatexja-fontspec
edefcurrfileabsdirdirectluatex.sprint(lfs.currentdir())/
begindocument
done
enddocument
luatex
1
Your file compiles without errors for me (TL 2018).
– Alan Munn
5 hours ago
1
Is there a non-ascii character in your user name you wiped out?
– Kurt
5 hours ago
@AlanMunn, Thank you for try. Did you compile by LuaLaTeX? It's interesting, what I missed. I'll upload a screencast later.
– Gurebu Bokofu
5 hours ago
@Kurt, no. Anyway, the cause is not here because I compile other LuaLaTeX project without errors on same PC.
– Gurebu Bokofu
5 hours ago
Usetex.sprint(-2,lfs.currentdir())
to switch to verbatim catcodes.
– Henri Menke
4 hours ago
add a comment |
I got "Undefined control sequence."
message, but from ...sdir{directluatex.sprint(lfs.currentdir())
I do not understand, on which control sequence LuaLaTeX refers:
How can I explore it?
The MWE is
documentclass[a4paper, twoside]ltjsarticle
usepackageluatexja-fontspec
edefcurrfileabsdirdirectluatex.sprint(lfs.currentdir())/
begindocument
done
enddocument
luatex
I got "Undefined control sequence."
message, but from ...sdir{directluatex.sprint(lfs.currentdir())
I do not understand, on which control sequence LuaLaTeX refers:
How can I explore it?
The MWE is
documentclass[a4paper, twoside]ltjsarticle
usepackageluatexja-fontspec
edefcurrfileabsdirdirectluatex.sprint(lfs.currentdir())/
begindocument
done
enddocument
luatex
luatex
asked 6 hours ago
Gurebu BokofuGurebu Bokofu
3151316
3151316
1
Your file compiles without errors for me (TL 2018).
– Alan Munn
5 hours ago
1
Is there a non-ascii character in your user name you wiped out?
– Kurt
5 hours ago
@AlanMunn, Thank you for try. Did you compile by LuaLaTeX? It's interesting, what I missed. I'll upload a screencast later.
– Gurebu Bokofu
5 hours ago
@Kurt, no. Anyway, the cause is not here because I compile other LuaLaTeX project without errors on same PC.
– Gurebu Bokofu
5 hours ago
Usetex.sprint(-2,lfs.currentdir())
to switch to verbatim catcodes.
– Henri Menke
4 hours ago
add a comment |
1
Your file compiles without errors for me (TL 2018).
– Alan Munn
5 hours ago
1
Is there a non-ascii character in your user name you wiped out?
– Kurt
5 hours ago
@AlanMunn, Thank you for try. Did you compile by LuaLaTeX? It's interesting, what I missed. I'll upload a screencast later.
– Gurebu Bokofu
5 hours ago
@Kurt, no. Anyway, the cause is not here because I compile other LuaLaTeX project without errors on same PC.
– Gurebu Bokofu
5 hours ago
Usetex.sprint(-2,lfs.currentdir())
to switch to verbatim catcodes.
– Henri Menke
4 hours ago
1
1
Your file compiles without errors for me (TL 2018).
– Alan Munn
5 hours ago
Your file compiles without errors for me (TL 2018).
– Alan Munn
5 hours ago
1
1
Is there a non-ascii character in your user name you wiped out?
– Kurt
5 hours ago
Is there a non-ascii character in your user name you wiped out?
– Kurt
5 hours ago
@AlanMunn, Thank you for try. Did you compile by LuaLaTeX? It's interesting, what I missed. I'll upload a screencast later.
– Gurebu Bokofu
5 hours ago
@AlanMunn, Thank you for try. Did you compile by LuaLaTeX? It's interesting, what I missed. I'll upload a screencast later.
– Gurebu Bokofu
5 hours ago
@Kurt, no. Anyway, the cause is not here because I compile other LuaLaTeX project without errors on same PC.
– Gurebu Bokofu
5 hours ago
@Kurt, no. Anyway, the cause is not here because I compile other LuaLaTeX project without errors on same PC.
– Gurebu Bokofu
5 hours ago
Use
tex.sprint(-2,lfs.currentdir())
to switch to verbatim catcodes.– Henri Menke
4 hours ago
Use
tex.sprint(-2,lfs.currentdir())
to switch to verbatim catcodes.– Henri Menke
4 hours ago
add a comment |
2 Answers
2
active
oldest
votes
The undefined control sequence is Users
which is part of the path. Even though here is meant to be the path separator, LuaTeX doesn't know that and just feeds the path with the currently active catcodes back to TeX, where
happens to be the escape characters. Luckily, you can tell
tex.sprint
to use a different catcode table using an optional argument. To use verbatim catcodes (everything is catcode 12, except space which retains catcode 10) use the catcode table with number -2
.
edefcurrfileabsdirdirectluatex.sprint(-2, lfs.currentdir())/
That why I did not understand... You have the deep understanding. Thank you for the answer!
– Gurebu Bokofu
3 hours ago
add a comment |
The undefined control sequence is the thing just before the line break:
documentclassarticle
begindocument
quadacommandthatdoesntexistquad
enddocument
Has the output:
! Undefined control sequence.
<*> quadacommandthatdoesntexist
quad
In your case, that appears to be Users
, which may suggest that TeX is trying to read a Windows path and interpreting the as beginning a command. You'll probably need a package that can navigate Windows directories.
add a comment |
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%2f482016%2fhow-to-understand-which-control-sequence-in-undefined-in-undefined-control-sequ%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The undefined control sequence is Users
which is part of the path. Even though here is meant to be the path separator, LuaTeX doesn't know that and just feeds the path with the currently active catcodes back to TeX, where
happens to be the escape characters. Luckily, you can tell
tex.sprint
to use a different catcode table using an optional argument. To use verbatim catcodes (everything is catcode 12, except space which retains catcode 10) use the catcode table with number -2
.
edefcurrfileabsdirdirectluatex.sprint(-2, lfs.currentdir())/
That why I did not understand... You have the deep understanding. Thank you for the answer!
– Gurebu Bokofu
3 hours ago
add a comment |
The undefined control sequence is Users
which is part of the path. Even though here is meant to be the path separator, LuaTeX doesn't know that and just feeds the path with the currently active catcodes back to TeX, where
happens to be the escape characters. Luckily, you can tell
tex.sprint
to use a different catcode table using an optional argument. To use verbatim catcodes (everything is catcode 12, except space which retains catcode 10) use the catcode table with number -2
.
edefcurrfileabsdirdirectluatex.sprint(-2, lfs.currentdir())/
That why I did not understand... You have the deep understanding. Thank you for the answer!
– Gurebu Bokofu
3 hours ago
add a comment |
The undefined control sequence is Users
which is part of the path. Even though here is meant to be the path separator, LuaTeX doesn't know that and just feeds the path with the currently active catcodes back to TeX, where
happens to be the escape characters. Luckily, you can tell
tex.sprint
to use a different catcode table using an optional argument. To use verbatim catcodes (everything is catcode 12, except space which retains catcode 10) use the catcode table with number -2
.
edefcurrfileabsdirdirectluatex.sprint(-2, lfs.currentdir())/
The undefined control sequence is Users
which is part of the path. Even though here is meant to be the path separator, LuaTeX doesn't know that and just feeds the path with the currently active catcodes back to TeX, where
happens to be the escape characters. Luckily, you can tell
tex.sprint
to use a different catcode table using an optional argument. To use verbatim catcodes (everything is catcode 12, except space which retains catcode 10) use the catcode table with number -2
.
edefcurrfileabsdirdirectluatex.sprint(-2, lfs.currentdir())/
answered 4 hours ago
Henri MenkeHenri Menke
77.2k8170284
77.2k8170284
That why I did not understand... You have the deep understanding. Thank you for the answer!
– Gurebu Bokofu
3 hours ago
add a comment |
That why I did not understand... You have the deep understanding. Thank you for the answer!
– Gurebu Bokofu
3 hours ago
That why I did not understand... You have the deep understanding. Thank you for the answer!
– Gurebu Bokofu
3 hours ago
That why I did not understand... You have the deep understanding. Thank you for the answer!
– Gurebu Bokofu
3 hours ago
add a comment |
The undefined control sequence is the thing just before the line break:
documentclassarticle
begindocument
quadacommandthatdoesntexistquad
enddocument
Has the output:
! Undefined control sequence.
<*> quadacommandthatdoesntexist
quad
In your case, that appears to be Users
, which may suggest that TeX is trying to read a Windows path and interpreting the as beginning a command. You'll probably need a package that can navigate Windows directories.
add a comment |
The undefined control sequence is the thing just before the line break:
documentclassarticle
begindocument
quadacommandthatdoesntexistquad
enddocument
Has the output:
! Undefined control sequence.
<*> quadacommandthatdoesntexist
quad
In your case, that appears to be Users
, which may suggest that TeX is trying to read a Windows path and interpreting the as beginning a command. You'll probably need a package that can navigate Windows directories.
add a comment |
The undefined control sequence is the thing just before the line break:
documentclassarticle
begindocument
quadacommandthatdoesntexistquad
enddocument
Has the output:
! Undefined control sequence.
<*> quadacommandthatdoesntexist
quad
In your case, that appears to be Users
, which may suggest that TeX is trying to read a Windows path and interpreting the as beginning a command. You'll probably need a package that can navigate Windows directories.
The undefined control sequence is the thing just before the line break:
documentclassarticle
begindocument
quadacommandthatdoesntexistquad
enddocument
Has the output:
! Undefined control sequence.
<*> quadacommandthatdoesntexist
quad
In your case, that appears to be Users
, which may suggest that TeX is trying to read a Windows path and interpreting the as beginning a command. You'll probably need a package that can navigate Windows directories.
answered 4 hours ago
TeepeemmTeepeemm
1,738717
1,738717
add a comment |
add a comment |
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%2f482016%2fhow-to-understand-which-control-sequence-in-undefined-in-undefined-control-sequ%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
1
Your file compiles without errors for me (TL 2018).
– Alan Munn
5 hours ago
1
Is there a non-ascii character in your user name you wiped out?
– Kurt
5 hours ago
@AlanMunn, Thank you for try. Did you compile by LuaLaTeX? It's interesting, what I missed. I'll upload a screencast later.
– Gurebu Bokofu
5 hours ago
@Kurt, no. Anyway, the cause is not here because I compile other LuaLaTeX project without errors on same PC.
– Gurebu Bokofu
5 hours ago
Use
tex.sprint(-2,lfs.currentdir())
to switch to verbatim catcodes.– Henri Menke
4 hours ago