At the top of my lecture notes I define the following environments:
%Student copy
\newenvironment{Notes}{\LARGE\color{white}}
%My copy (uncomment out "%" below)
%\newenvironment{Notes}{\LARGE\color{red}}
Throughout my lecture notes I use the Notes environment to comment out bits of text, equations, lists, and parts of tables. Sometimes {\Notes ...} will encompass a line, other times half a page.
However, I know this really isn't the best way of doing things as {\LARGE ..} doesn't play nicely with equations. But I'm not really sure what to do instead. Any suggestions?
Edit
I only need the sections to appear white, i.e. when I print them off. Students fill in the gaps during lectures. I noticed that when I used my solution to blank off a couple of equations at a time, the colour setting goes odd. By odd I mean that sections are incorrectly coloured.
redtowhite. I just need something simple. – csgillespie Oct 18 '10 at 12:24