Log of /trunk/webwork2/conf/snippets
Directory Listing
Revision
3635 -
Directory Listing
Modified
Sat Sep 17 20:12:01 2005 UTC (7 years, 8 months ago) by
gage
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
3140 -
Directory Listing
Modified
Sun Feb 6 15:20:51 2005 UTC (8 years, 3 months ago) by
gage
backporting this file
Revision
3069 -
Directory Listing
Modified
Tue Dec 28 04:56:27 2004 UTC (8 years, 4 months ago) by
gage
Added modifications that support the creation of blank problems
to be added to sets. blankProblem.pg is stationery for a new
problem.
Revision
2449 -
Directory Listing
Modified
Wed Jul 7 11:35:34 2004 UTC (8 years, 10 months ago) by
gage
Added
\setcounter{page}{1}%
to these two pages.
This addresses bug #593
Revision
2395 -
Directory Listing
Modified
Thu Jun 24 21:10:50 2004 UTC (8 years, 10 months ago) by
dpvc
Make the spacing a little smaller, and make a break above the rule
more desirable, while disallowing one after the rule.
Revision
2271 -
Directory Listing
Modified
Mon Jun 7 19:34:36 2004 UTC (8 years, 11 months ago) by
jj
Set names might contain underscores, so they need to be protected in hardcopy
output.
Revision
2182 -
Directory Listing
Modified
Sun May 23 23:17:23 2004 UTC (8 years, 11 months ago) by
gage
Added comments to setHeader.pg. This is now the default set header
for both the screen and hardcopy output.
Revision
1969 -
Directory Listing
Modified
Thu Apr 22 22:17:17 2004 UTC (9 years ago) by
gage
Making this header file more compatible as well.
Revision
1968 -
Directory Listing
Modified
Thu Apr 22 22:15:09 2004 UTC (9 years ago) by
gage
Further modifications for the header file.
Revision
1966 -
Directory Listing
Modified
Thu Apr 22 20:47:24 2004 UTC (9 years ago) by
gage
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
1832 -
Directory Listing
Modified
Thu Mar 4 17:34:00 2004 UTC (9 years, 2 months ago) by
gage
Make sure that screenSetHeader.pg will work with both html and hardcopy
output.
This fixes bug #426
Revision
1830 -
Directory Listing
Modified
Thu Mar 4 04:43:44 2004 UTC (9 years, 2 months ago) by
gage
Changed the text of this file so that it doesn't bomb when used with hard copy
Revision
1793 -
Directory Listing
Modified
Thu Feb 12 14:33:07 2004 UTC (9 years, 3 months ago) by
gage
Changed addresses to login_info.txt and course_info.txt
These files must be in the template directory.
Revision
1663 -
Directory Listing
Modified
Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by
sh002i
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
1350 -
Directory Listing
Modified
Fri Jul 11 15:04:16 2003 UTC (9 years, 10 months ago) by
gage
Cosmetic fix
Revision
1349 -
Directory Listing
Modified
Fri Jul 11 15:03:40 2003 UTC (9 years, 10 months ago) by
gage
This set header can be used for both presentation on the screen
and on paper.
--Mike
Revision
1187 -
Directory Listing
Modified
Tue Jun 17 19:59:59 2003 UTC (9 years, 11 months ago) by
gage
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
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
in the interest of alleviating crowding:
moved snippets to conf/snippets.
moved templates to conf/templates.
updated global.conf.dist to match.
-sam