In commit a1eb06e2b461bccb7efc632486fcee5f1a7bd7ad, the colorschemes.tex was removed in favor of migrating to the new fancybeamer package. However, the standalone graphics in pics/ were not adapted and still included colorschemes.tex, hence could not be compiled anymore.
As a fix, in commit 6a04c0152c28726931c6b78f5e473fd4ea40108f, I removed the input and instead added \usepackage{../../FancyBeamer/fancybeamer} which fixed the problem. However, it is not yet sure whether this is the best (or intended way) to fix it. In case it is, this issue can be closed without further action.
In commit a1eb06e2b461bccb7efc632486fcee5f1a7bd7ad, the
colorschemes.tex
was removed in favor of migrating to the new fancybeamer package. However, the standalone graphics inpics/
were not adapted and still includedcolorschemes.tex
, hence could not be compiled anymore.As a fix, in commit 6a04c0152c28726931c6b78f5e473fd4ea40108f, I removed the
input
and instead added\usepackage{../../FancyBeamer/fancybeamer}
which fixed the problem. However, it is not yet sure whether this is the best (or intended way) to fix it. In case it is, this issue can be closed without further action.