Log of /branches/rel-2-4-dev/webwork-modperl/conf/snippets
Directory Listing
Revision
3973 -
Directory Listing
Modified
Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/conf/snippets
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)
Revision
3635 -
Directory Listing
Modified
Sat Sep 17 20:12:01 2005 UTC (7 years, 8 months ago) by
gage
Original Path:
trunk/webwork-modperl/conf/snippets
Added \usepackage{epstopdf} on the suggestion of Frank Wolfs to the TeX header.
This allows the CAPA files to print pictures with pdflatex even though they
use .eps figures.
Revision
3069 -
Directory Listing
Modified
Tue Dec 28 04:56:27 2004 UTC (8 years, 4 months ago) by
gage
Original Path:
trunk/webwork-modperl/conf/snippets
Added modifications that support the creation of blank problems
to be added to sets. blankProblem.pg is stationery for a new
problem.
Revision
1966 -
Directory Listing
Modified
Thu Apr 22 20:47:24 2004 UTC (9 years, 1 month ago) by
gage
Original Path:
trunk/webwork-modperl/conf/snippets
I made modifications to these files so that they will work with both
hardcopy and on the screen. (The two files are currently identical.)
I think they provide a better model than the previous versions.
Revision
1663 -
Directory Listing
Modified
Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/conf/snippets
Normalized headers. All files now contain the text below as a header.
This is important since all files now (a) use the full name of the
package, (b) assign copyright to "The WeBWorK Project", (c) give the
full path of the file (relative to CVSROOT) instead of simply the file
name, and (d) include license and warranty information.
Here is the new header:
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2003 The WeBWorK Projcct, http://openwebwork.sf.net/
# $CVSHeader$
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################
Revision
1187 -
Directory Listing
Modified
Tue Jun 17 19:59:59 2003 UTC (9 years, 11 months ago) by
gage
Original Path:
trunk/webwork-modperl/conf/snippets
Removed an error in this file that caused the message
"Answer evaluators must be subroutines."
This is the default set header file if none is specified.
--Mike
Revision
1112 -
Directory Listing
Modified
Wed Jun 11 01:58:43 2003 UTC (9 years, 11 months ago) by
gage
Original Path:
trunk/webwork-modperl/conf/snippets
Modified these tex files so that the \newpage command does not occur in the middle
of a column environment where it does no good. In other words use
\end{multicols}
\newpage
\begin{\multicols}
etc. This fixes part of bug #13
--Mike
Revision
1100 -
Directory Listing
Added
Tue Jun 10 00:18:14 2003 UTC (9 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/conf/snippets
in the interest of alleviating crowding:
moved snippets to conf/snippets.
moved templates to conf/templates.
updated global.conf.dist to match.
-sam