mhelvens / latex-pkgloader

a LaTeX package for managing the options and loading order of other packages
LaTeX Project Public License v1.3c
33 stars 3 forks source link

Recent troubles: expl3, fixltx2e, etc. #12

Open dbitouze opened 6 years ago

dbitouze commented 6 years ago

The following MCE:

\RequirePackage{pkgloader}
\documentclass{article}
\usepackage{cleveref}
\usepackage{hyperref}
\LoadPackagesNow
\begin{document}
Foo.
\end{document}

points out some (recent, I guess) troubles:

mhelvens commented 6 years ago

Many thanks for reporting this, and my apologies for taking so long to respond. The fact is that I haven't used LaTeX for a number of years, and I'm too busy to actively maintain this package.

Short of finding someone who'd like to take over maintenance of the package, I'm happy to look at any PR you submit. I'll have a look at it, make sure it doesn't actually break stuff, and release it. But I'm afraid I won't be coding on this any time soon.

koppor commented 4 years ago

I think, this is fixed by https://github.com/mhelvens/latex-pkgloader/pull/25.

Think, one can just merge the PR and just release a new version.