[LON-CAPA-users] formatting hardcopy of Homework sets

Guy Albertelli II lon-capa-users@mail.lon-capa.org
Tue, 7 Sep 2004 16:02:51 -0400 (EDT)


Hi Mike,

> We print out hardcopy of the homework sets and distribute them to the 
> students.  Below each problem in the hardcopy is a blank rectangle, 
> representing the answer box.  Is there anyway to get a printout that does 
> not have the answer box shown?

Yep, create a .sty file with this in it:

<definetag name="textline">
    <render>
       <tex> \strut </tex>
    </render>
</definetag>
<definetag name="/textline">
    <render>
       <tex> \strut </tex>
    </render>
</definetag>



Publish it.

Go into your course, Click on PARM, Click on "Set Course Environment
Parameters'

In the 'Default XML Style File' field enter the above published style
file.


Note, you can redefine the effects of any tag this way, you also can
easily shoot yourself severally in the foot with this, so you should
test it out in a spare course before unleashing on your students.


-- 
guy@albertelli.com  LON-CAPA Developer  0-7-3-4-