Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load pkgloader #6

Closed
jnyrup opened this issue Aug 30, 2015 · 3 comments
Closed

Cannot load pkgloader #6

jnyrup opened this issue Aug 30, 2015 · 3 comments
Assignees
Labels

Comments

@jnyrup
Copy link
Contributor

jnyrup commented Aug 30, 2015

Trying to typeset the following throws multiple errors.

\RequirePackage{pkgloader}
\documentclass{article}
\usepackage{algorithm}
\usepackage{hyperref}
\usepackage{float}
\LoadPackagesNow
\begin{document}
\end{document}

Here is the log.

@mhelvens mhelvens added the bug label Aug 30, 2015
@mhelvens
Copy link
Owner

Right. This is, in fact, a bug in the withargs package. It uses the \int_case:nnn function, which was removed in a recent update of expl3. The function is now called \int_case:nnF. As a quick fix, try to replace the function name in withargs.sty. (Alternatively, use an earlier version of expl3.)

I'll try to get out a fixed version as soon as possible, but it may have to wait a week or so. In the meantime, I'd like to hear if the above fix works for you.

Thanks!

@mhelvens mhelvens self-assigned this Aug 30, 2015
@jnyrup
Copy link
Contributor Author

jnyrup commented Aug 30, 2015

Patching withargs.sty solves the problem.

Thanks!

@jnyrup jnyrup closed this as completed Aug 30, 2015
@mhelvens
Copy link
Owner

Good to hear. But withargs is also a package of mine, so I still need to fix it. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants