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

LaTeX error: "kernel/non-base-function" #10

Closed bonderado closed 7 years ago

bonderado commented 7 years ago

According to https://www.tug.org/pipermail/latex3-commits/2016-August/001050.html \cs_new:Nn now checks that the function it defines has only 'n' or 'N' in the signature. This breaks pkgloader.sty when trying to define __pkgloader_strip_extension:f This is fixed by using \cs_new:Npn instead.