Annotation of capa/capa51/Manual/main.exa, revision 1.1
1.1 ! albertel 1: //************* Edit the 2 statements below to suit ****************
! 2: /LET coursename="Sample \capa Questions"
! 3: /LET DeptID="College of Natural Science, Michigan State University"
! 4: //******************************************************************
! 5: //
! 6: /IF (tex("Y","N")=="Y")
! 7: /DIS("\noindent{\large\bf "+name()+"\hfill Section {\Large "+section()+"}}\newline")
! 8: /DIS("\vskip -.1in")
! 9: /DIS("\noindent {\large \it "+coursename+" \hfill Set "+set()+"}\newline")
! 10: /DIS("\vskip -.16in")
! 11: /DIS("\noindent{\bf "+class()+"} Due "+due_date()+"\hfill CAPA\_ID "+capa_id())
! 12: /DIS("\vskip .05in \pagestyle{empty}")
! 13: /ENDIF
! 14: /DIS(html("<b>"+name()+"</b>"))
! 15: /LET stdendline=stdendlineA+DeptID+stdendlineB //A & B are in Tools/StdMacros
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>