Problem loading expl3 in plain TeXTeX Live (and MiKTeX) + Windows 7 + Texmaker problem with expl3.styDriving the Options of a Given Package from Another Package or Class in LaTeX3/expl3What are expl3 equivalents for various macros useful to debugging and a building private packagesShould expl3 code be used in packages intended to be compatible with multiple formats?ERROR: You can't use a prefix with `begingroup'In a table, give an empty line the height 0, so that it virtually disappearsusetikzlibrarypositioning in an expl3 package but PGF Math Error: Unknown function `of'Feasible TeX projects to get started with (expl3?)expl3: lowercase sequence elements with line break breaksLatex Error: package too old
Keeping an "hot eyeball planet" wet
How do I run a game when my PCs have different approaches to combat?
Which creatures count as green creatures?
Will LSST make a significant increase in the rate of astronomical event alerts?
Area of parallelogram = Area of square. Shear transform
What should I say when a company asks you why someone (a friend) who was fired left?
How important is a good quality camera for good photography?
What to do when you reach a conclusion and find out later on that someone else already did?
How did C64 games handle music during gameplay?
Is the 2-Category of groupoids locally presentable?
Can I paint a load center cover?
Why are there not any MRI machines available in Interstellar?
What is the purpose of the fuel shutoff valve?
Sextortion with actual password not found in leaks
Is Grandpa Irrational? Another Grandpa Mystery
Why are angular mometum and angular velocity not necessarily parallel, but linear momentum and linear velocity are always parallel?
Why did NASA use U.S customary units?
High income, sudden windfall
Is a normal-sized rug with the Animate Objects spell cast on it able to carry a person and fly?
How do campaign rallies gain candidates votes?
Determine if a triangle is equilateral, isosceles, or scalene
Are gangsters hired to attack people at a train station classified as a terrorist attack?
Grid/table with lots of buttons
How to sort and filter a constantly changing list of data?
Problem loading expl3 in plain TeX
TeX Live (and MiKTeX) + Windows 7 + Texmaker problem with expl3.styDriving the Options of a Given Package from Another Package or Class in LaTeX3/expl3What are expl3 equivalents for various macros useful to debugging and a building private packagesShould expl3 code be used in packages intended to be compatible with multiple formats?ERROR: You can't use a prefix with `begingroup'In a table, give an empty line the height 0, so that it virtually disappearsusetikzlibrarypositioning in an expl3 package but PGF Math Error: Unknown function `of'Feasible TeX projects to get started with (expl3?)expl3: lowercase sequence elements with line break breaksLatex Error: package too old
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I try to use expl3
in plain TeX with the code:
input expl3-generic %
Some text
bye
I have en error message with all engines. For example, with pdftex
:
! I can't find file `l3backendpdfmode.def'
I suspect an hyphen to be lacking in expl3-generic.tex
(date 2019-07-01), line 89.
expl3
add a comment |
I try to use expl3
in plain TeX with the code:
input expl3-generic %
Some text
bye
I have en error message with all engines. For example, with pdftex
:
! I can't find file `l3backendpdfmode.def'
I suspect an hyphen to be lacking in expl3-generic.tex
(date 2019-07-01), line 89.
expl3
There is a hyphen missing in the file. It should look for l3backend-pdfmode.def.
– Ulrike Fischer
10 hours ago
add a comment |
I try to use expl3
in plain TeX with the code:
input expl3-generic %
Some text
bye
I have en error message with all engines. For example, with pdftex
:
! I can't find file `l3backendpdfmode.def'
I suspect an hyphen to be lacking in expl3-generic.tex
(date 2019-07-01), line 89.
expl3
I try to use expl3
in plain TeX with the code:
input expl3-generic %
Some text
bye
I have en error message with all engines. For example, with pdftex
:
! I can't find file `l3backendpdfmode.def'
I suspect an hyphen to be lacking in expl3-generic.tex
(date 2019-07-01), line 89.
expl3
expl3
asked 10 hours ago
F. PantignyF. Pantigny
1,2812 silver badges13 bronze badges
1,2812 silver badges13 bronze badges
There is a hyphen missing in the file. It should look for l3backend-pdfmode.def.
– Ulrike Fischer
10 hours ago
add a comment |
There is a hyphen missing in the file. It should look for l3backend-pdfmode.def.
– Ulrike Fischer
10 hours ago
There is a hyphen missing in the file. It should look for l3backend-pdfmode.def.
– Ulrike Fischer
10 hours ago
There is a hyphen missing in the file. It should look for l3backend-pdfmode.def.
– Ulrike Fischer
10 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Yes, there is a missing -
here. We have a fix in-hand in the development version: this is likely reasonably urgent, and I will arrange a CTAN release later today.
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%2f501418%2fproblem-loading-expl3-in-plain-tex%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
Yes, there is a missing -
here. We have a fix in-hand in the development version: this is likely reasonably urgent, and I will arrange a CTAN release later today.
add a comment |
Yes, there is a missing -
here. We have a fix in-hand in the development version: this is likely reasonably urgent, and I will arrange a CTAN release later today.
add a comment |
Yes, there is a missing -
here. We have a fix in-hand in the development version: this is likely reasonably urgent, and I will arrange a CTAN release later today.
Yes, there is a missing -
here. We have a fix in-hand in the development version: this is likely reasonably urgent, and I will arrange a CTAN release later today.
answered 10 hours ago
Joseph Wright♦Joseph Wright
209k24 gold badges572 silver badges903 bronze badges
209k24 gold badges572 silver badges903 bronze badges
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%2f501418%2fproblem-loading-expl3-in-plain-tex%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
There is a hyphen missing in the file. It should look for l3backend-pdfmode.def.
– Ulrike Fischer
10 hours ago