
CTAN:macros/latex/contrib/supported/carlisle

This directory contains various packages that are not related to
each other except by the fact that they have the same author.

I shall add new files here from time to time, currently the directory
contains the following.

nopageno.sty
    Turn off all page numbers in standard LaTeX classes, without
    having to worry about \maketitle and friends putting them back.

ltxtable.tex
    This generates and documents the package ltxtable.sty. A merger of
    longtable and tabularx packages from the Standard LaTeX tools
    collection. This produces multipage tables in which the column
    widths are automatically calculated to achieve a specified total
    table width.

blkarray.sty
   Despite being in this `supported' directory this package is less
   supported than the others. I wrote it a long time ago. It is still
   documented using the conventions of LaTeX2.09 (although it appears
   to work with current LaTeX releases). I do not think I am going to
   be able to work on this in the foreseeable future, so have decided to
   let it out in its current state. It is not really a package for
   using in documents in its present state, but if you are interested
   in coding tables of various sorts in TeX, you may be interested to
   experiment with it...


mylatex.ltx
  This file provides a method of making a special format tailored to
  one document, with all the class and packages, and other preamble
  material pre-loaded. This can save quite a lot of time on some
  systems. See the comments in the file.


typehtml.dtx
typehtml.ins
  Typeset HTML (ie World Wide web documents) directly from LaTeX.
  Process the file html.ins to produce the html.sty package file.
  Process the file html.dtx to produce examples, documentation and
  code listings. Currently this package can handle almost all of
  HTML2, and most of the math fragment of the draft HTML3.


plain.sty
  Typeset plain TeX markup in LaTeX documents.
  Within \begin{plain} ... \end{plain} most plain TeX constructs work
  including commands such as \over which might have been disabled by
  other LaTeX packages such as amsmath.

comma.sty
  Adds a new possibility for printing counter values in addition
  to \arabic, \roman, etc.
  \commaform inserts a comma every three digits, as in 12,345.
  It may be easily customised to insert any other TeX command
  (such as a thin space `\,') instead of a comma.

colortbl.dtx
colortbl.ins
  Add colour to LaTeX tables. Requires array and color packages.
  Process colortbl.ins to produce the package file colortbl.sty.
  Process colortbl.dtx to get the documentation (this requires
  longtable hhline and dcolumn from the standard `tools'
  distribution.)