diff options
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/combofont/combofont.sty')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/combofont/combofont.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/combofont/combofont.sty b/Master/texmf-dist/tex/lualatex/combofont/combofont.sty index 3ea66627aeb..abeb91097f4 100644 --- a/Master/texmf-dist/tex/lualatex/combofont/combofont.sty +++ b/Master/texmf-dist/tex/lualatex/combofont/combofont.sty @@ -1,5 +1,5 @@ \RequirePackage{xparse} -\ProvidesExplPackage {combofont} {2017/05/26} {0.1} +\ProvidesExplPackage {combofont} {2017/07/03} {0.2} {An EXPERIMENTAL package to add nfss-declaration of combo fonts to a luaLaTeX document} % highly experimental! Comments to Ulrike Fischer. fischer@troubleshooting-tex.de @@ -19,7 +19,7 @@ \endinput } -\RequirePackage{xfp,l3regex} +\RequirePackage{xfp} \cs_generate_variant:Nn \seq_set_split:Nnn {cnV} |