TeX Live and MacTeX ⇒ update LaTeX broke package dependencies required by beamer
update LaTeX broke package dependencies required by beamer
I've updated my LaTeX distribution today (2019-12-17), which broke the dependencies from beamer: missing "atbegshi.sty". I found this one and reinstalled it manually through TeX Live Utility. But "atbegshi.sty" requires the packages "infwarerr" and "ltxcmds". The first one, I also could install manually, but the later "ltxcmds" seems to have disappeared. Where can I get help?!?
Thanks & cheers
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
update LaTeX broke package dependencies required by beamer
welcome to the forum! Thanks for letting us know that the problem is solved.
Also for our readers here in the forum: the oberdiek bundle is a set of many packages. Originally it contained really a lot of packages, that requires much effort in maintaining, so if one package has been changes the whole bundle needs to be updated as well. So, recently, packages have been separated from the bundle and are maintained standalone.
That's why LaTeX distribution update may now require installing some additional packages. If the compiler says it's missing, just install it. You may install the old (backup) oberdiek bundle again or just install the missing packages via the package manager.
Stefan