Skip to content
Snippets Groups Projects
Commit e0e7952b authored by Herten, Andreas's avatar Herten, Andreas
Browse files

Add safeguard against non-appendix slidedecks

parent ad4e33a1
No related branches found
No related tags found
No related merge requests found
Pipeline #129496 passed
......@@ -191,12 +191,16 @@
\fi% -- overlays
\fi% -- titlepage
%% Check if in appendix, numbering is different there (no titlepage)
\ifthenelse{% --condition
\not\(\insertpagenumber<\beamer@startpageofappendix\)}{% --true
\renewcommand{\fzj@progressbar@titlepagereduction@current}{0}%
\renewcommand{\fzj@progressbar@titlepagereduction@end}{0}%
}{% -- false
}%
\ifx\beamer@startpageofappendix\@empty%
\else
\ifthenelse{%
\not\(\insertpagenumber<\beamer@startpageofappendix\)
}{% --true
\renewcommand{\fzj@progressbar@titlepagereduction@current}{0}%
\renewcommand{\fzj@progressbar@titlepagereduction@end}{0}%
}{% -- false
}%
\fi
%% Invert appendix progress bar
%%% Only supported for frames
%%% Makes only sense if count appendix=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment