Hello,
I am writing a set of notes with three publication targets: web, print (as PDF), and a custom "blank notes". The blank notes are like the PDF except I use
<exercise-inline statement="yes" hint="no" answer="no" solution="no" />
in the publication file to hide the solution, which I am going to write in class using a tablet. These blank notes are also going to be handed out to students who can take their own notes to fill out the blank part.
This works well for exercises, but now I would like to achieve the same effect with theorem-like environments (theorem, proposition, corollary). Namely, I am looking for an option to hide the proof in my "blank notes" target with something like:
<theorem proof="no" />
so that students have a blank space to work out proofs in class. To make this more useful, it would be great if there was also a workspace="Xin" option for theorem environments to allow for X inches of blank space when proofs are not printed.
Is there any way to achieve this effect? Thank you.