nesi / NeSI_QuickReference

Quick Reference Guide to the NeSI High Performance Computer Environment at the University of Auckland
1 stars 0 forks source link

improper parameters in setbeamerfont #4

Open kiwifb opened 11 years ago

kiwifb commented 11 years ago

When I try to produce the document localy with texlive2012/beamer 3.27 I get a lot of stuff in my logs:

! Package keyval Error: fg undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.49 ...rfont{footline}{fg=white,size=\normalsize}

! Package keyval Error: bg undefined.

See the keyval package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.61 ...rge,series=\bf,bg=i6colorscheme1,fg=white}

! Package keyval Error: fg undefined.

And so on. It looks like setbeamerfont doesn't actually have bg or fg keyowrds. So they should go.

jordiblasco commented 10 years ago

Install the NeSI beamer template in your system (beamerthemeNeSI.sty) or change the reference in the tex file.

kiwifb commented 10 years ago

I just realise by going through my mailbox that I never gave you the low down on that particular problem. It boils down to this: You claim to use texlive 2012 in your email but one of the style file you were using was of a version that was not even in CTAN in October 2013, let alone TeXlive 2012. You only could find it directly from the author website. And by combing my browsing history I found it: http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php You are using version 1.12 only 1.07 is on CTAN, furthermore in the current subversion repo of TeXlive beamerposter is unchanged from 5 years ago and still at that version 1.07. Please distribute your newer version of beamerposter.sty along with the other sources.