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













6















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.










share|improve this question

















  • 1





    The ** prompt expects a file name, so you have to type relax Abye.

    – Henri Menke
    May 5 at 22:07
















6















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.










share|improve this question

















  • 1





    The ** prompt expects a file name, so you have to type relax Abye.

    – Henri Menke
    May 5 at 22:07














6












6








6








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 5 at 22:01









Ying ZhouYing Zhou

1479




1479







  • 1





    The ** prompt expects a file name, so you have to type relax Abye.

    – Henri Menke
    May 5 at 22:07













  • 1





    The ** prompt expects a file name, so you have to type relax 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











1 Answer
1






active

oldest

votes


















9














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.





share|improve this answer




















  • 1





    Great! That does work! I mean 'relax Abye'.

    – Ying Zhou
    May 5 at 22:12












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
);



);













draft saved

draft discarded


















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









9














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.





share|improve this answer




















  • 1





    Great! That does work! I mean 'relax Abye'.

    – Ying Zhou
    May 5 at 22:12
















9














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.





share|improve this answer




















  • 1





    Great! That does work! I mean 'relax Abye'.

    – Ying Zhou
    May 5 at 22:12














9












9








9







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.





share|improve this answer















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.






share|improve this answer














share|improve this answer



share|improve this answer








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













  • 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


















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form