mtheme icon indicating copy to clipboard operation
mtheme copied to clipboard

\setbeameroption{show notes on second screen}

Open e5k opened this issue 7 years ago • 2 comments

Hi there,

Thanks for the awesome theme! I was trying the \setbeameroption{show notes on second screen} option, but it removed random bits of text. I saw a fix there: https://tex.stackexchange.com/questions/288408/beamer-show-notes-on-second-screen-with-xelatex-and-atbeginsection (be sure to scroll down to the edited answer), which seemed to fix the problem of the missing items. However, now the text on standout frames is dark over dark background (which I guess is related to #273). The quick fix (which is the extent of my LaTex coding) is to change the text color to white at the beginning of every new standout frame, but I am sure there is a more elegant way to implement both fixes.

Cheers

S

e5k avatar Aug 10 '17 19:08 e5k

Could you put together a MWE please?

benjamin-weiss avatar Aug 16 '17 22:08 benjamin-weiss

This seems to be specific to XeTeX as far as I can tell, and a bug in beamer, not necessary mtheme. Here's the issue tracking it:

https://github.com/josephwright/beamer/issues/337

I needed to use the same workaround that e5k mentioned.

lukehsiao avatar Mar 17 '21 22:03 lukehsiao