!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! siunitx error: "support-outdated"
!
! Support package expl3 too old.
!
! See the siunitx documentation for further information.
!
! For immediate help type H <return>.
!...............................................
MiKTeX and proTeXt ⇒ Error after MiKTeX Update
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Error after MiKTeX Update
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Error after MiKTeX Update
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Error after MiKTeX Update
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: Error after MiKTeX Update
Re: Error after MiKTeX Update
However, a previous update (a week, or so, ago) already removed expl3, so I don't really understand the reason for the error.
Though there was no information available about the change I did figure out what I needed and I already have l3packages, l3kernel and l3experimental installed. Yet I still get this error with the newly updated siunitx.
Re: Error after MiKTeX Update
For me the problem is solved by finding the latest versions of these and installing them manually. Here is what I did:
1) I went to each of the following:
http://ctan.org/tex-archive/macros/late ... b/l3kernel
http://ctan.org/tex-archive/macros/late ... l3packages
and downloaded zip files of the latest builds for each (NB: obviously we can't get them from MikTeX or else we already would have),
2) unzipped each of the folders,
3) ran latex on each of the .ins files from a command wiindow (eg: latex l3.ins),
4) copied the produced .sty files to <miketex dir>\tex\latex\l3kernel and <miketex dir>\tex\latex\l3packages (for the later there are subfolders for each of the .sty files),
5) ran update of the file name database (FNDB) in Settings(Admin).
Now the very latest packages are in and I can compile my documents once more.
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: Error after MiKTeX Update
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: Error after MiKTeX Update

Error after MiKTeX Update
Thorsten provided the necessary hint
Which meant that the latest versions had to be out there somewhere, just not from MikTeX. CTAN is where it all originates.localghost wrote:The l3kernel package for MiKTeX has been packaged yesterday, thus should have been included into yesterday's update. Obviously this didn't happen
There is always more than one way of skinning a cat.
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: Error after MiKTeX Update
