WeBWorK Resources

Problem Library

Preliminary versions of the WeBWorK problem library is available here. The version people have been using until 7/26/05 is now dubbed version 1. By now everyone should be using version 2, so information on version 1 has been removed.

Version 2

Dvipng infrastructure

This requires two things: the dvipng binary compiled for your system and preview.sty, a LaTeX style file. They can be downloaded from http://sourceforge.net/projects/preview-latex and http://sourceforge.net/projects/dvipng. Preview.sty is part of preview-latex. Both have configure scripts to ease installation.

If configure for preview-latex fails, you should be able to complete the process as follows.

Start in the main directory created by unpacking preview-latex. Then give the commands

  cd latex
  tex bootstrap.ins
  tex preview-mk.ins
That creates all of the files you need. Next you need to know where the texmf directory is on your system. I will assume it is /usr/share/texmf (since that is where it is on mine). Then as root,
  mkdir /usr/share/texmf/tex/latex/preview
  cp *.sty *.cfg *.def /usr/share/texmf/tex/latex/preview
  texhash
If texhash is not in root's path, find it and give the command with its full path.

Everything else you need is in the current version of WeBWorK. Just customize values in Global.pm.

WeBWorK Scripts

Here are a variety of scripts I use in administering our system.

WeBWorK Library and Browser

This has been superceeded by the problem browser built into WeBWorK 2, and the problem library above.

Local Documentation

Anyone is welcome to read our local documentation for WeBWorK. Keep in mind that it is tuned to local needs in a few ways. It assumes one has local customizations discussed below, and it focuses on the things of particular interest to our effort.

More Answer Evaluators

This has been removed because it is part of the most recent release of WeBWorK.


John Jones
Last modified: Thu Jul 3 14:41:34 MST 2003

NSF Logo The work represented here was produced with partial support from a grant by the National Science Foundation (DUE-0125369).