I am trying to use RJH style in beamer latex poster. However, it meets three errors when compiling. (see below, and screenshot attached)
Anyone knows how to solve this problem? Thanks in advance.
P.S. the .tex and .sty files were found here: https://tex.stackexchange.com/questions/148558/changing-block-background-color-in-beamerposter
============================================================================= beamerthemeRJH.sty:31:Package keyval Error: fg undefined ...font{footline}{fg=white,size=\normalsize} beamerthemeRJH.sty:43:Package keyval Error: bg undefined ...rge,series=\bf, bg=16colorscheme1,fg=white} beamerthemeRJH.sty:43:Package keyval Error: fg undefined ...rge,series=\bf, bg=16colorscheme1,fg=white}

The .sty file uses a wrong syntax, colours must be defined in the colour template, not in the font template. This means the two lines
must be changed to
In addition to this incorrect syntax, one should really not longer use the obsolete
\bfcommand, replace all occurrences with\bfseriesModified .sty file (to be used as
\usetheme{RJHrepaired}):