Emergency stop in plain TeX, pdfTeX, XeTeX and LuaTeX?Problem viewing document in TEXmaker “Fontspec requires XeTeX or LuaTeX”fmtversion not the same with xelatex and pdflatexHow do I use psvectorian with xelatexXeLaTeX does not load newtxmath with LinuxLibertine (sometimes)Cannot make correct line breakfrench: Add usepackagefontspec to the preamble of your documentUsing Xetex to Include bmp file into document using Plain TeXHu and Ho do not appear in the lualatex output PDFamscls and ams fonts with TexLive, installing fontsXetex stopped working after update to Mojave
How come mathematicians published in Annals of Eugenics?
What does the "DS" in "DS-..." US visa application forms stand for?
Best species to breed to intelligence
resoldering copper waste pipe
Can the president of the United States be guilty of insider trading?
Do Rabbis admit emotional involvement in their rulings?
Narcissistic cube asks who are we?
Are there vaccine ingredients which may not be disclosed ("hidden", "trade secret", or similar)?
Ugin's Conjurant vs. un-preventable damage
Was there a contingency plan in place if Little Boy failed to detonate?
What is the minimum required technology to reanimate someone who has been cryogenically frozen?
Can I bring back Planetary Romance as a genre?
Are double contractions formal? Eg: "couldn't've" for "could not have"
How can I make parentheses stick to formula?
Does Thread.yield() do anything if we have enough processors to service all threads?
A Latin text with dependency tree
When do you stop "pushing" a book?
Do Monks gain the 9th level Unarmored Movement benefit when wearing armor or using a shield?
Unicode-math and mathrm result in missing symbols
Pre-1993 comic in which Wolverine's claws were turned to rubber?
How is Arya still alive?
How can Sam Wilson fulfill his future role?
Why did Missandei say this?
How can I test a shell script in a "safe environment" to avoid harm to my computer?
Emergency stop in plain TeX, pdfTeX, XeTeX and LuaTeX?
Problem viewing document in TEXmaker “Fontspec requires XeTeX or LuaTeX”fmtversion not the same with xelatex and pdflatexHow do I use psvectorian with xelatexXeLaTeX does not load newtxmath with LinuxLibertine (sometimes)Cannot make correct line breakfrench: Add usepackagefontspec to the preamble of your documentUsing Xetex to Include bmp file into document using Plain TeXHu and Ho do not appear in the lualatex output PDFamscls and ams fonts with TexLive, installing fontsXetex stopped working after update to Mojave
I'm using <TeX_Engine> -jobname=TEX_TESTING -halt-on-error -interaction=nonstopmode <my_code>
to TeX the one-line code Abye
. It does not work. Here are the logs:
Plain TeX:
This is TeX, Version 3.14159265 (TeX Live 2017) (preloaded format=tex
2017.5.23) 5 MAY 2019 17:59
**Abye
! Emergency stop. <to be read again>
par bye ->par
vfill supereject end <*> Abye
No pages of output.
pdfTeX:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdftex 2017.5.23) 5 MAY 2019 17:59
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
! ==> Fatal error occurred, no output PDF file produced!
XeTeX:
This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017) (preloaded format=xetex 2017.5.23) 5 MAY 2019 17:59
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
No pages of output.
LuaTeX:
This is LuaTeX, Version 1.0.4 (TeX Live 2017) (format=luatex 2017.5.23) 5 MAY 2019 17:59
restricted system commands enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
! ==> Fatal error occurred, no output PDF file produced!
What happened? In TeXShop things work. Is it because of -halt-on-error
or -interaction=nonstopmode
? I can't get rid of either because I really do not want stopping to happen under any circumstances.
What I need is the simplest valid TeX/XeTeX/LuaTeX code containing a certain string (here it is A
). That's it.
xetex pdftex luatex plain-tex
add a comment |
I'm using <TeX_Engine> -jobname=TEX_TESTING -halt-on-error -interaction=nonstopmode <my_code>
to TeX the one-line code Abye
. It does not work. Here are the logs:
Plain TeX:
This is TeX, Version 3.14159265 (TeX Live 2017) (preloaded format=tex
2017.5.23) 5 MAY 2019 17:59
**Abye
! Emergency stop. <to be read again>
par bye ->par
vfill supereject end <*> Abye
No pages of output.
pdfTeX:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdftex 2017.5.23) 5 MAY 2019 17:59
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
! ==> Fatal error occurred, no output PDF file produced!
XeTeX:
This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017) (preloaded format=xetex 2017.5.23) 5 MAY 2019 17:59
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
No pages of output.
LuaTeX:
This is LuaTeX, Version 1.0.4 (TeX Live 2017) (format=luatex 2017.5.23) 5 MAY 2019 17:59
restricted system commands enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
! ==> Fatal error occurred, no output PDF file produced!
What happened? In TeXShop things work. Is it because of -halt-on-error
or -interaction=nonstopmode
? I can't get rid of either because I really do not want stopping to happen under any circumstances.
What I need is the simplest valid TeX/XeTeX/LuaTeX code containing a certain string (here it is A
). That's it.
xetex pdftex luatex plain-tex
1
The**
prompt expects a file name, so you have to typerelax Abye
.
– Henri Menke
May 5 at 22:07
add a comment |
I'm using <TeX_Engine> -jobname=TEX_TESTING -halt-on-error -interaction=nonstopmode <my_code>
to TeX the one-line code Abye
. It does not work. Here are the logs:
Plain TeX:
This is TeX, Version 3.14159265 (TeX Live 2017) (preloaded format=tex
2017.5.23) 5 MAY 2019 17:59
**Abye
! Emergency stop. <to be read again>
par bye ->par
vfill supereject end <*> Abye
No pages of output.
pdfTeX:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdftex 2017.5.23) 5 MAY 2019 17:59
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
! ==> Fatal error occurred, no output PDF file produced!
XeTeX:
This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017) (preloaded format=xetex 2017.5.23) 5 MAY 2019 17:59
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
No pages of output.
LuaTeX:
This is LuaTeX, Version 1.0.4 (TeX Live 2017) (format=luatex 2017.5.23) 5 MAY 2019 17:59
restricted system commands enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
! ==> Fatal error occurred, no output PDF file produced!
What happened? In TeXShop things work. Is it because of -halt-on-error
or -interaction=nonstopmode
? I can't get rid of either because I really do not want stopping to happen under any circumstances.
What I need is the simplest valid TeX/XeTeX/LuaTeX code containing a certain string (here it is A
). That's it.
xetex pdftex luatex plain-tex
I'm using <TeX_Engine> -jobname=TEX_TESTING -halt-on-error -interaction=nonstopmode <my_code>
to TeX the one-line code Abye
. It does not work. Here are the logs:
Plain TeX:
This is TeX, Version 3.14159265 (TeX Live 2017) (preloaded format=tex
2017.5.23) 5 MAY 2019 17:59
**Abye
! Emergency stop. <to be read again>
par bye ->par
vfill supereject end <*> Abye
No pages of output.
pdfTeX:
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdftex 2017.5.23) 5 MAY 2019 17:59
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
! ==> Fatal error occurred, no output PDF file produced!
XeTeX:
This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017) (preloaded format=xetex 2017.5.23) 5 MAY 2019 17:59
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
No pages of output.
LuaTeX:
This is LuaTeX, Version 1.0.4 (TeX Live 2017) (format=luatex 2017.5.23) 5 MAY 2019 17:59
restricted system commands enabled.
**Abye
! Emergency stop.
<to be read again>
par
bye ->par
vfill supereject end
<*> Abye
! ==> Fatal error occurred, no output PDF file produced!
What happened? In TeXShop things work. Is it because of -halt-on-error
or -interaction=nonstopmode
? I can't get rid of either because I really do not want stopping to happen under any circumstances.
What I need is the simplest valid TeX/XeTeX/LuaTeX code containing a certain string (here it is A
). That's it.
xetex pdftex luatex plain-tex
xetex pdftex luatex plain-tex
asked May 5 at 22:01
Ying ZhouYing Zhou
1479
1479
1
The**
prompt expects a file name, so you have to typerelax Abye
.
– Henri Menke
May 5 at 22:07
add a comment |
1
The**
prompt expects a file name, so you have to typerelax Abye
.
– Henri Menke
May 5 at 22:07
1
1
The
**
prompt expects a file name, so you have to type relax Abye
.– Henri Menke
May 5 at 22:07
The
**
prompt expects a file name, so you have to type relax Abye
.– Henri Menke
May 5 at 22:07
add a comment |
1 Answer
1
active
oldest
votes
From the TeXbook page 23
The ‘
**
’ is TEX’s way of asking you for an input file name.
Since you want to use TeX interactively rather than processing a file, you have to let TeX know by saying relax
. The error you see comes from the fact that TeX tries to read Abye
as a file name, which involves full expansion of bye
which is defined as
outerdefbyeparvfillsuperejectend
which immediately chokes on par
because that is obviously not a legal part of a file name.
So if instead Abye
you say relax Abye
it works as expected:
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
You can also type only relax
at the **
prompt and then supply your commands at the *
prompt.
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax
*Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
1
Great! That does work! I mean 'relax Abye'.
– Ying Zhou
May 5 at 22:12
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%2f489359%2femergency-stop-in-plain-tex-pdftex-xetex-and-luatex%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From the TeXbook page 23
The ‘
**
’ is TEX’s way of asking you for an input file name.
Since you want to use TeX interactively rather than processing a file, you have to let TeX know by saying relax
. The error you see comes from the fact that TeX tries to read Abye
as a file name, which involves full expansion of bye
which is defined as
outerdefbyeparvfillsuperejectend
which immediately chokes on par
because that is obviously not a legal part of a file name.
So if instead Abye
you say relax Abye
it works as expected:
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
You can also type only relax
at the **
prompt and then supply your commands at the *
prompt.
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax
*Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
1
Great! That does work! I mean 'relax Abye'.
– Ying Zhou
May 5 at 22:12
add a comment |
From the TeXbook page 23
The ‘
**
’ is TEX’s way of asking you for an input file name.
Since you want to use TeX interactively rather than processing a file, you have to let TeX know by saying relax
. The error you see comes from the fact that TeX tries to read Abye
as a file name, which involves full expansion of bye
which is defined as
outerdefbyeparvfillsuperejectend
which immediately chokes on par
because that is obviously not a legal part of a file name.
So if instead Abye
you say relax Abye
it works as expected:
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
You can also type only relax
at the **
prompt and then supply your commands at the *
prompt.
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax
*Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
1
Great! That does work! I mean 'relax Abye'.
– Ying Zhou
May 5 at 22:12
add a comment |
From the TeXbook page 23
The ‘
**
’ is TEX’s way of asking you for an input file name.
Since you want to use TeX interactively rather than processing a file, you have to let TeX know by saying relax
. The error you see comes from the fact that TeX tries to read Abye
as a file name, which involves full expansion of bye
which is defined as
outerdefbyeparvfillsuperejectend
which immediately chokes on par
because that is obviously not a legal part of a file name.
So if instead Abye
you say relax Abye
it works as expected:
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
You can also type only relax
at the **
prompt and then supply your commands at the *
prompt.
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax
*Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
From the TeXbook page 23
The ‘
**
’ is TEX’s way of asking you for an input file name.
Since you want to use TeX interactively rather than processing a file, you have to let TeX know by saying relax
. The error you see comes from the fact that TeX tries to read Abye
as a file name, which involves full expansion of bye
which is defined as
outerdefbyeparvfillsuperejectend
which immediately chokes on par
because that is obviously not a legal part of a file name.
So if instead Abye
you say relax Abye
it works as expected:
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
You can also type only relax
at the **
prompt and then supply your commands at the *
prompt.
This is TeX, Version 3.14159265 (TeX Live 2019) (preloaded format=tex)
**relax
*Abye
[1]
Output written on texput.dvi (1 page, 208 bytes).
Transcript written on texput.log.
edited May 5 at 22:14
answered May 5 at 22:10
Henri MenkeHenri Menke
78.9k9172285
78.9k9172285
1
Great! That does work! I mean 'relax Abye'.
– Ying Zhou
May 5 at 22:12
add a comment |
1
Great! That does work! I mean 'relax Abye'.
– Ying Zhou
May 5 at 22:12
1
1
Great! That does work! I mean 'relax Abye'.
– Ying Zhou
May 5 at 22:12
Great! That does work! I mean 'relax Abye'.
– Ying Zhou
May 5 at 22:12
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%2f489359%2femergency-stop-in-plain-tex-pdftex-xetex-and-luatex%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
The
**
prompt expects a file name, so you have to typerelax Abye
.– Henri Menke
May 5 at 22:07