Closed gjkf closed 6 years ago
Are you using the theme version shipped with TeXlive or the one from this GitHub repo? Because the externalization (issue #260 ) was fixed after the most recent release. I had similar progress bar issues (however on the section pages). Using the newer packages from GitHub solved them for me.
I was using TeXLive's version, yes. I guess that solves it, thanks for the reference. Guess we can close this.
Externalizing Tikz pictures for faster compile time breaks the progress bar. Consider the following MWE
This compiles fine but the progress bar will not be of the correct length, instead it will advance of a fixed distance, reaching 100% after many, many slides. Simply removing the
\tikzexternalize
command fixes it.You can see here the problem. Removing the command yields this:
There must be some sort of incompatibility between externalization and the progress bar since other figures work just fine.