pkgloader is not finding l3regex
I would like to try a package which seems interesting, but it some dependencies are not satisfied.
Here is my minimal example:
documentclass{article}
usepackage{pkgloader}
LoadPackagesNow
begin{document}
pckloader trial
end{document}
And I get the following error: ! LaTeX Error: File 'l3regex.sty' not found.
. Therefore, I tried to update my distribution with the linux commands
tlmgr update --self
tlmgr update --all
But the package l3regex
is still not foundable. Plus, my computer is not lying since l3regex.sty
is not in my folder /texmf-dist/tex/latex/*
.
So, is it something normal ? How can I workaround this problem ?
l3regex
add a comment |
I would like to try a package which seems interesting, but it some dependencies are not satisfied.
Here is my minimal example:
documentclass{article}
usepackage{pkgloader}
LoadPackagesNow
begin{document}
pckloader trial
end{document}
And I get the following error: ! LaTeX Error: File 'l3regex.sty' not found.
. Therefore, I tried to update my distribution with the linux commands
tlmgr update --self
tlmgr update --all
But the package l3regex
is still not foundable. Plus, my computer is not lying since l3regex.sty
is not in my folder /texmf-dist/tex/latex/*
.
So, is it something normal ? How can I workaround this problem ?
l3regex
Write the package author, he should correct the package - l3regex is now part of expl3 and should no longer be loaded separately.
– Ulrike Fischer
Jan 7 at 14:09
Ok I will do that.
– R. N
Jan 7 at 14:24
I've logged github.com/mhelvens/latex-pkgloader/pull/25: there are also issues inwithargs
that need addressing ...
– Joseph Wright♦
Jan 7 at 15:19
add a comment |
I would like to try a package which seems interesting, but it some dependencies are not satisfied.
Here is my minimal example:
documentclass{article}
usepackage{pkgloader}
LoadPackagesNow
begin{document}
pckloader trial
end{document}
And I get the following error: ! LaTeX Error: File 'l3regex.sty' not found.
. Therefore, I tried to update my distribution with the linux commands
tlmgr update --self
tlmgr update --all
But the package l3regex
is still not foundable. Plus, my computer is not lying since l3regex.sty
is not in my folder /texmf-dist/tex/latex/*
.
So, is it something normal ? How can I workaround this problem ?
l3regex
I would like to try a package which seems interesting, but it some dependencies are not satisfied.
Here is my minimal example:
documentclass{article}
usepackage{pkgloader}
LoadPackagesNow
begin{document}
pckloader trial
end{document}
And I get the following error: ! LaTeX Error: File 'l3regex.sty' not found.
. Therefore, I tried to update my distribution with the linux commands
tlmgr update --self
tlmgr update --all
But the package l3regex
is still not foundable. Plus, my computer is not lying since l3regex.sty
is not in my folder /texmf-dist/tex/latex/*
.
So, is it something normal ? How can I workaround this problem ?
l3regex
l3regex
asked Jan 7 at 14:06
R. NR. N
199113
199113
Write the package author, he should correct the package - l3regex is now part of expl3 and should no longer be loaded separately.
– Ulrike Fischer
Jan 7 at 14:09
Ok I will do that.
– R. N
Jan 7 at 14:24
I've logged github.com/mhelvens/latex-pkgloader/pull/25: there are also issues inwithargs
that need addressing ...
– Joseph Wright♦
Jan 7 at 15:19
add a comment |
Write the package author, he should correct the package - l3regex is now part of expl3 and should no longer be loaded separately.
– Ulrike Fischer
Jan 7 at 14:09
Ok I will do that.
– R. N
Jan 7 at 14:24
I've logged github.com/mhelvens/latex-pkgloader/pull/25: there are also issues inwithargs
that need addressing ...
– Joseph Wright♦
Jan 7 at 15:19
Write the package author, he should correct the package - l3regex is now part of expl3 and should no longer be loaded separately.
– Ulrike Fischer
Jan 7 at 14:09
Write the package author, he should correct the package - l3regex is now part of expl3 and should no longer be loaded separately.
– Ulrike Fischer
Jan 7 at 14:09
Ok I will do that.
– R. N
Jan 7 at 14:24
Ok I will do that.
– R. N
Jan 7 at 14:24
I've logged github.com/mhelvens/latex-pkgloader/pull/25: there are also issues in
withargs
that need addressing ...– Joseph Wright♦
Jan 7 at 15:19
I've logged github.com/mhelvens/latex-pkgloader/pull/25: there are also issues in
withargs
that need addressing ...– Joseph Wright♦
Jan 7 at 15:19
add a comment |
1 Answer
1
active
oldest
votes
Stand-alone l3regex
was folded into the expl3
core some time ago. We've now withdrawn the 'stub' l3regex.sty
file, so pkgloader
needs to be updated. For the present, you could add
usepackage{expl3}
expandafterdefcsname ver@l3regex.styendcsname{}
before trying to load pkgloader
to 'fool it' into thinking l3regex
is loaded as a separate file.
3
That won't help. The package has more expl3 problems, e.g. quite a lot ! LaTeX3 Error: Variant form 'nncn'.
– Ulrike Fischer
Jan 7 at 14:12
@UlrikeFischer Ah, I'd just tried to solve the issue at hand ...
– Joseph Wright♦
Jan 7 at 14:54
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%2f468973%2fpkgloader-is-not-finding-l3regex%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
Stand-alone l3regex
was folded into the expl3
core some time ago. We've now withdrawn the 'stub' l3regex.sty
file, so pkgloader
needs to be updated. For the present, you could add
usepackage{expl3}
expandafterdefcsname ver@l3regex.styendcsname{}
before trying to load pkgloader
to 'fool it' into thinking l3regex
is loaded as a separate file.
3
That won't help. The package has more expl3 problems, e.g. quite a lot ! LaTeX3 Error: Variant form 'nncn'.
– Ulrike Fischer
Jan 7 at 14:12
@UlrikeFischer Ah, I'd just tried to solve the issue at hand ...
– Joseph Wright♦
Jan 7 at 14:54
add a comment |
Stand-alone l3regex
was folded into the expl3
core some time ago. We've now withdrawn the 'stub' l3regex.sty
file, so pkgloader
needs to be updated. For the present, you could add
usepackage{expl3}
expandafterdefcsname ver@l3regex.styendcsname{}
before trying to load pkgloader
to 'fool it' into thinking l3regex
is loaded as a separate file.
3
That won't help. The package has more expl3 problems, e.g. quite a lot ! LaTeX3 Error: Variant form 'nncn'.
– Ulrike Fischer
Jan 7 at 14:12
@UlrikeFischer Ah, I'd just tried to solve the issue at hand ...
– Joseph Wright♦
Jan 7 at 14:54
add a comment |
Stand-alone l3regex
was folded into the expl3
core some time ago. We've now withdrawn the 'stub' l3regex.sty
file, so pkgloader
needs to be updated. For the present, you could add
usepackage{expl3}
expandafterdefcsname ver@l3regex.styendcsname{}
before trying to load pkgloader
to 'fool it' into thinking l3regex
is loaded as a separate file.
Stand-alone l3regex
was folded into the expl3
core some time ago. We've now withdrawn the 'stub' l3regex.sty
file, so pkgloader
needs to be updated. For the present, you could add
usepackage{expl3}
expandafterdefcsname ver@l3regex.styendcsname{}
before trying to load pkgloader
to 'fool it' into thinking l3regex
is loaded as a separate file.
answered Jan 7 at 14:10
Joseph Wright♦Joseph Wright
203k21556883
203k21556883
3
That won't help. The package has more expl3 problems, e.g. quite a lot ! LaTeX3 Error: Variant form 'nncn'.
– Ulrike Fischer
Jan 7 at 14:12
@UlrikeFischer Ah, I'd just tried to solve the issue at hand ...
– Joseph Wright♦
Jan 7 at 14:54
add a comment |
3
That won't help. The package has more expl3 problems, e.g. quite a lot ! LaTeX3 Error: Variant form 'nncn'.
– Ulrike Fischer
Jan 7 at 14:12
@UlrikeFischer Ah, I'd just tried to solve the issue at hand ...
– Joseph Wright♦
Jan 7 at 14:54
3
3
That won't help. The package has more expl3 problems, e.g. quite a lot ! LaTeX3 Error: Variant form 'nncn'.
– Ulrike Fischer
Jan 7 at 14:12
That won't help. The package has more expl3 problems, e.g. quite a lot ! LaTeX3 Error: Variant form 'nncn'.
– Ulrike Fischer
Jan 7 at 14:12
@UlrikeFischer Ah, I'd just tried to solve the issue at hand ...
– Joseph Wright♦
Jan 7 at 14:54
@UlrikeFischer Ah, I'd just tried to solve the issue at hand ...
– Joseph Wright♦
Jan 7 at 14:54
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%2f468973%2fpkgloader-is-not-finding-l3regex%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
Write the package author, he should correct the package - l3regex is now part of expl3 and should no longer be loaded separately.
– Ulrike Fischer
Jan 7 at 14:09
Ok I will do that.
– R. N
Jan 7 at 14:24
I've logged github.com/mhelvens/latex-pkgloader/pull/25: there are also issues in
withargs
that need addressing ...– Joseph Wright♦
Jan 7 at 15:19