home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / programs / amiga / pastex / macros / distribs / array / readme.mz5 < prev    next >
Text File  |  1992-10-11  |  4KB  |  126 lines

  1.  
  2. This file is part of the array package.
  3. ---------------------------------------
  4.  
  5. \def\filedate{92/08/30}
  6.  
  7. Copyright (C) 1989-1992 by Frank Mittelbach.  All rights reserved.
  8.  
  9. IMPORTANT NOTICE:
  10.  
  11. You are not allowed to change this readme file.
  12.  
  13. For distribution of unchanged and changed versions see readme.mz.
  14.  
  15. This is the array package that contains the array.sty option which
  16. enhances the standard tabular and array environments of LaTeX. To
  17. generate executable files from this package you need the utility
  18. programs docstrip and doc.sty which are contained in the doc package
  19. mz0.
  20.  
  21. You should get the following files:
  22.  
  23.  
  24.   array.doc        Main style file with macros for the new array
  25.                    implementation.
  26.  
  27.   dcolumn.doc      Defining a D column specifier, denoting a column of
  28.                    numbers to be aligned on a `decimal point'.
  29.  
  30.   delarray.doc     An extension of array.sty, defining a system of
  31.                    `implicit delimiters'. 
  32.  
  33.  
  34.   tabularx.doc     Defines the tabularx environment. This is like
  35.                    tabular*, but affects the widths of certain *columns*
  36.                    rather than the intercolumn *space*.
  37.  
  38.   hhline.doc       Defines the \hhline command, a customisable version
  39.                    of \hline
  40.  
  41.   longtable.doc    Defines the longtable environment, a multi-page
  42.                    version of tabular.
  43.  
  44.  
  45.   install.mz5      This is the installation script that will produce
  46.                    the executable files in this package and the driver
  47.            files for the documentation.
  48.  
  49.   readme.mz        File that describes distribution restrictions and
  50.                    gives a short overview about other distributions
  51.                    from Mainz.
  52.  
  53.   readme.mz5       This readme file.
  54.  
  55.  
  56.  
  57.  
  58. To produce the executable files please run install.mz5 through LaTeX or
  59. TeX, i.e., say
  60.  
  61.    latex install.mz5
  62.  
  63. or whatever is necessary to run process a file with LaTeX on your
  64. system.  This will generate all necessary files. If you already have
  65. older versions of the files, the script will ask whether or not you
  66. want to overwrite those versions. Note, that the script calls
  67. docstrip.tex internally which is distributed in the doc package (MZ0).
  68.  
  69. This script will generate the following files:
  70.  
  71.   array.sty     The array option for LaTeX.
  72.   array.drv     The driver file for the documentation.
  73.  
  74.   delarray.sty   
  75.   delarray.drv
  76.   newarray.sty   Help for people using the old newarray option.
  77.  
  78.   dcolumn.sty
  79.   dcolumn.drv
  80.  
  81.   tabularx.sty
  82.   tabularx.drv
  83.  
  84.   hhline.sty
  85.   hhline.drv
  86.  
  87.   longtable.sty
  88.   longtable.drv
  89.  
  90. To produce the documentation files run the corresponding driver files
  91. through LaTeX.  You are allowed to change the driver files to get a
  92. special layout, etc.  To get an index and history listing run the idx
  93. and glo files through the program MAKEINDEX.  MAKEINDEX should be part
  94. of every LaTeX installation.
  95.  
  96. Please note that you need to specify a style file for MAKEINDEX:
  97.  
  98.    gind.ist   for the index file   (result should be named *.ind)
  99.    gglo.ist   for the history file (result should be named *.gls)
  100.  
  101. Sample invocation for Unix:
  102.  
  103.    makeindex -s gind.ist array
  104.    makeindex -s gglo.ist -o array.gls array.glo
  105.  
  106.  
  107. The \fileversion and \filedate lines are listed below so that you can
  108. easily check differences to your version by using diff etc.
  109.  
  110.         array.bug:       \filedate{92/07/04}
  111.         array.doc:       \fileversion{v2.1b}
  112.         array.doc:       \filedate{92/07/06}
  113.         dcolumn.doc:     \fileversion{v1.01}
  114.         dcolumn.doc:     \filedate{92/06/12}
  115.         delarray.doc:    \fileversion{v1.00}
  116.         delarray.doc:    \filedate{92/07/06}
  117.         hhline.doc:      \fileversion{v2.01}
  118.         hhline.doc:      \filedate{92/06/26}
  119.         install.mz5:     \filedate{92/08/30}
  120.         longtable.doc:   \fileversion{v3.04}
  121.         longtable.doc:   \filedate{92/10/12}
  122.         readme.mz:       \filedate{92/07/07}
  123.         readme.mz5:      \filedate{92/08/30}
  124.         tabularx.doc:    \fileversion{v1.04}
  125.         tabularx.doc:    \filedate{92/09/02}
  126.