ua-beamer icon indicating copy to clipboard operation
ua-beamer copied to clipboard

Note pages are unreadable

Open Ivesvdf opened this issue 13 years ago • 2 comments

Currently, when the user turns on notes with

\documentclass[pdflatex,compress,notes=show]{beamer}

or equivalent, and then uses \note{foo} in a frame, the next frame containing the note will contain white text (current fg color) on a white background (default implementation of note page). Which is hard to read.

I'm currently using

\setbeamercolor{note page}{fg=black}

as the last line in beamercolortheme*.sty, because for some reason bg= does not do anything there. I have no idea why.

Ivesvdf avatar Nov 02 '11 00:11 Ivesvdf

I didn't even know that there's such a options as "notes". I might have to read up on this, but realistically I don't think that'll happen anytime soon. Feel free to submit a patch if you need it though.

nschloe avatar Nov 04 '11 00:11 nschloe

Yeah, I only found it while reading through the Beamer docs and decided to try it. I looked through some other light on dark beamer templates (not that easy a task in itself) but apparently nobody seems to know these notes exist. The current fix of just using black on white works good enough for me (after all, the presenter is the only one who sees the notes) so don't hold your breath on a patch.

On Fri, Nov 4, 2011 at 01:25, Nico Schlömer [email protected] wrote:

I didn't even know that there's such a options as "notes". I might have to read up on this, but realistically I don't think that'll happen anytime soon. Feel free to submit a patch if you need it though.


Reply to this email directly or view it on GitHub: https://github.com/nschloe/ua-beamer/issues/5#issuecomment-2625799

Ives van der Flaas Wijntuinstraat 10 2330 Merksplas ☎ 0499/31.54.37 www.GoodSoft.be

Ivesvdf avatar Nov 04 '11 00:11 Ivesvdf