Failure to Run with Latest TexLive
The minimal example fails with the latest texlive
with the following error message. The issue occurs due to the patchcmd
failing in \patchcmd{\beamer@title}
here. My guess is that this is due to some change in the nature of the command. In specific, either \def\inserttitle{#2}
not existing, or not be patchable anymore.
#0 0.872
#0 0.872 ! Package beamerfzj Error: Patching original frame title failed.
#0 0.872
#0 0.872 See the beamerfzj package documentation for explanation.
#0 0.872 Type H <return> for immediate help.
#0 0.872 ...
#0 0.872
#0 0.872 l.236 ...tching original frame title failed}\@ehc}
#0 0.872
#0 0.872 ?
#0 0.872 ! Emergency stop.
#0 0.872 ...
#0 0.872
#0 0.872 l.236 ...tching original frame title failed}\@ehc}
#0 0.872
#0 0.872 ! ==> Fatal error occurred, no output PDF file produced!
#0 0.872 Transcript written on minimal.log.
Steps to Reproduce:
- Download the Dockerfile
- Run
docker build -t texlive-beamertheme-juelich-bug .
in the directory with the docker file.
Edited by admin.heidbuechel