I'm trying to produce handouts for students of lecture notes that I've written using Beamer -- I'd like the handouts and presentation slides to look exactly the same except have gaps in the handout version for students to fill in information. In other words, I'd like to preserve the spacing with say specific equations/text removed.
I've tried the \only command, but that doesn't seem to preserve the spacing (it removes it completely and closes up the gap).
Is there a simple way to do this without just setting the text to "white" or having to insert spacing commands everywhere? [I can do it this way, but would prefer something more "automatic"]


\visible<handout:0>{stuff to hide in handout}. – Herr K. Jan 27 '15 at 03:08\onslide<handout:0>too, but\invisible<handout>seems cleaner. – Mark Jan 27 '15 at 03:11censorpackage. – Steven B. Segletes Jan 27 '15 at 03:19beamer.censorseems unnecessary here. [It may be a duplicate of something else - I just don't see it as a duplicate of that particular question.] – cfr Jan 27 '15 at 03:38