[system] / trunk / webwork-modperl / conf / hardcopySetHeader.pg Repository:
ViewVC logotype

View of /trunk/webwork-modperl/conf/hardcopySetHeader.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 547 - (download) (annotate)
Fri Sep 13 20:54:59 2002 UTC (10 years, 8 months ago) by sh002i
File size: 684 byte(s)
fixed hardcopy generation (errors in EV3_math_general and the
hardcopySetHeader.
-sam

    1 ##Problem set header for WW_Prob_Lib1 Summer 2000
    2 
    3 DOCUMENT();        # This should be the first executable line in the problem.
    4 
    5 loadMacros("PG.pl",
    6            "PGbasicmacros.pl"
    7 );
    8 
    9 
   10 $dateTime = $formattedDueDate;
   11 $sectionNumber = protect_underbar($sectionNumber);
   12 $setNumber = protect_underbar($setNumber);
   13 $course = protect_underbar(WW_Prob_Lib1);
   14 
   15 BEGIN_TEXT
   16 $BEGIN_ONE_COLUMN
   17 
   18 \noindent {\large \bf $studentName}
   19 \hfill
   20 \noindent {\large \bf $course $sectionNumber Summer 2000}
   21 \par
   22 \noindent Sample WeBWorK problems. \hfill WeBWorK assignment $setNumber due $dateTime.
   23 
   24 $END_ONE_COLUMN
   25 END_TEXT
   26 
   27 ENDDOCUMENT();        # This should be the last executable line in the problem.
   28 

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9