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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 490 - (download) (annotate)
Wed Aug 21 15:28:06 2002 UTC (10 years, 9 months ago) by sh002i
File size: 621 byte(s)
added TeX/PG snippets for hardcopy generation.
-sam

    1 ################################################################################
    2 # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
    3 # $Id: hardcopySetFooter.pg,v 1.1 2002-08-21 15:28:06 sh002i Exp $
    4 ################################################################################
    5 #
    6 # hardcopySetFooter.pg - generic hardcopy set footer file
    7 #
    8 
    9 DOCUMENT();
   10 loadMacros(
   11   "PG.pl",
   12   "PGbasicmacros.pl"
   13 );
   14 
   15 BEGIN_TEXT
   16 $BEGIN_ONE_COLUMN
   17 
   18 \noindent {\tiny Generated by the WeBWorK system \copyright WeBWorK Team, Department of Mathematics, University of Rochester}
   19 
   20 $END_ONE_COLUMN
   21 END_TEXT
   22 
   23 ENDDOCUMENT();

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9