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 ?
withargsthat need addressing ... – Joseph Wright Jan 07 '19 at 15:19