This is the README file for the paralist package. Please read the file
license.txt for some legal information.


PURPOSE

This style file provides some new list environments. Itemized and enumerated 
lists can be typesetted within paragraphs, as paragraphs and in a compact
version. Most environments have optional arguments to format the labels.
Additionally, the LaTeX environments itemize and enumerate can be 
extended to use a similar optional argument.


INSTALLATION

To install the paralist package you need:
  paralist.ins
  paralist.dtx
  docstrip.tex (part of the standard LaTeX2e distribution)
               (I think you need at least version 2.4)

Run LaTeX on the file paralist.ins to strip the comments from paralist.dtx and 
produce the style file paralist.sty. Put the file paralist.sty somewhere LaTeX 
can find it. Read the documentation of your LaTeX system to find out where this 
might be. 


DOCUMENTATION

To produce the documentation you also need:
  ltxdoc.cls (part of the standard LaTeX2e distribution)
  doc.sty    (part of the standard LaTeX2e distribution)

If you want the standard documentation, run LaTeX on paralist.dtx.
If you want a more detailed documentation with the code and an index,
use paralist.drv and modify it according to the following notes.

To get documentation of the code, put a percent sign in front of the
\OnlyDescription.

If you additionally want to know about the change history, uncomment the
indicated lines in paralist.drv and use the following commands:
    latex paralist.drv
    makeindex -s gglo.ist -o paralist.gls paralist.glo
    latex paralist.drv
Then the change history should appear at the end of the documentation.
Note that this list is only complete if you include the code (see above).

If you want to have an index of all the new and redefined macros and
environments, uncomment the indicated lines and use the following 
commands:
    latex paralist.drv
    makeindex -s gind.ist paralist.idx
    latex paralist.drv


COPYING AND MODIFICATION

Please don't make any changes to the files paralist.ins and paralist.dtx other
than allowed by the LPPL (see the file license.txt). If you want to give the 
paralist package to anyone, please give them paralist.dtx and paralist.ins.

You might like to keep paralist.ins and paralist.dtx somewhere safe as a 
backup, or in case you want to pass the paralist class on to someone else.


HELP

Bernd Schandl
email bschand@math.clemson.edu
www   http://www.math.clemson.edu/~bschand/paralist
