TeX Live and MacTeXupdate LaTeX broke package dependencies required by beamer

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
letsfetz
Posts: 2
Joined: Tue Dec 17, 2019 12:10 pm

update LaTeX broke package dependencies required by beamer

Post by letsfetz »

Folks,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10358
Joined: Mon Mar 10, 2008 9:44 pm

update LaTeX broke package dependencies required by beamer

Post by Stefan Kottwitz »

Hello,

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
LaTeX.org admin
Post Reply