xdanaux / moderncv

A modern curriculum vitae class for LaTeX
1.8k stars 556 forks source link

Package l3regex.sty does not exist enymore #79

Open whnr opened 5 years ago

whnr commented 5 years ago

The package l3regex.sty does not exist anymore. Texlive version in Archlinux: 2018.50036-1 or TeX 3.14159265 (TeX Live 2018/Arch Linux) kpathsea version 6.3.0

Quick fix, to get my CV to compile: Comment out the following line: https://github.com/xdanaux/moderncv/blob/2033517d3f29f9c16af1b3421d52f281e94aa2a5/moderncv.cls#L194

Apparently it was integrated into some higher package.

FlyingPhilipp commented 5 years ago

I still do have the same issue. Commenting out "RequirePackage{l3regex} does not solve the issue. Neither does replacing the line with "RequirePackage{expl3}.

pinpox commented 4 years ago

Still getting this error, any news?

emiroge commented 4 years ago

It works fine for me after commenting out "RequirePackage{l3regex}. It might be related to the update I've done this morning.

1aaronscott commented 4 years ago

In the moderncv.cls file: change (close to line 193): \RequirePackage{l3regex}

to:


\usepackage{expl3}
\expandafter\def\csname ver@l3regex.sty\endcsname{}
\RequirePackage{l3regex}```
gooney47 commented 3 years ago

The trailing ``` in the above comment are not necessary, they even broke my compilation.

pinpox commented 3 years ago

The trailing ``` in the above comment are not necessary, they even broke my compilation.

I'm pretty sure that's a markdown typo here in the comment.