standout frame has issues with ignorenonframetext option (Ch 21: Creating Handouts Using the Article Mode )
I was trying to use the method outlined in Ch 21 of the Beamer Guide (User Guide for version 3.36) to create handouts and beamer slides in the same file.
The method pointed out on pages 205-207 is to add the option ignorenonframetext while loading the beamer class.
\documentclass[10pt, ignorenonframetext]{beamer}
This has some issues with the title slide which can be solved using
\mode<all>{\maketitle} as discussed in
http://tex.stackexchange.com/a/29355/42648.
However, the slide after a frame of type standout (slide 4 in the example) does not correct its colours. See the file mymetro_Issue.pdf. A minimal working example is attached as
mymetro.txt
Even wrapping \appendix as \mode<all>{\appendix} does not solve the problem.
Using \documentclass[10pt]{beamer} (that is not loading beamer with the option ignorenonframetext) gives the output attached as mymetro_NonIssue.pdf which shows the expected outcome (all correct colours).
This is possibly the same thing being talked about in beamer@startpageofappendix corrupted by overlay OR ignorenonframetext
Did you figure out any workaround to this? Having this issue as well.
If I get the answer to the SE question right, the solution should be something like this:
\mode<all>
\begin{frame}[standout]
Questions?
\end{frame}
\mode*