General ⇒ Practice sheets in lectures: public and private version
Practice sheets in lectures: public and private version
I want to make my practice sheets for my lectures by Latex, public version without solution and my private version including solution - just by switching, let's say, an option in preamble. How is this feature supported by Latex?
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Practice sheets in lectures: public and private version
I am confused by what you are asking. Do you want notes sheets, and then a separate sheet that has answers?
You can use the exam class to do this.
If you want the answers printed you can use the command:
here is the online manual to help you. This can tell you about some good commands to use in the document.
http://docs.google.com/viewer?a=v&q=ca ... YdmS9Rfasg
Hope this helps.
Nick
You can use the exam class to do this.
Code: Select all
Code, edit and compile here:
\documentclass[12pt]{exam}\begin{document}.....\end{document}
http://docs.google.com/viewer?a=v&q=ca ... YdmS9Rfasg
Hope this helps.
Nick
Re: Practice sheets in lectures: public and private version
If you distribute them by hand, you could create a new command with at least two arguments for writing a "task" and its "solution". Then print the solution's text in white and partially disable the printing of figures for the solutions when printing the public version..
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1