%% 
%% This is file `tabularx.drv', generated 
%% on <1994/5/20> with the docstrip utility (2.0r).
%% 
%% The original source files were:
%% 
%% tabularx.doc  (with options: `driver')
%% 
%% This file is part of the array package. 
%% --------------------------------------- 
%% 
%% To produce the documentation in the way you like you are allowed to 
%% change this driver file. 
%% 


%%% ====================================================================
%%%  @LaTeX-style-file{
%%%     author          = "David Carlisle",
%%%     version         = "1.04",
%%%     date            = "02 September 1992",
%%%     time            = "14:14:27 BST",
%%%     filename        = "tabularx.sty",
%%%     address         = "Computer Science Department
%%%                        Manchester University
%%%                        Oxford Road
%%%                        Manchester
%%%                        England
%%%                        M13 9PL",
%%%     telephone       = "+44 61 275 6139",
%%%     FAX             = "+44 61 275 6236",
%%%     checksum        = "26599 791 3987 29287",
%%%     email           = "carlisle@cs.man.ac.uk (Internet)",
%%%     codetable       = "ISO/ASCII",
%%%     keywords        = "LaTeX, tabular, tabularx",
%%%     supported       = "yes",
%%%     docstring       = "
%%%
%%%     tabularx.sty
%%%
%%%     A LaTeX style option defining the tabularx environment. This is
%%%     like tabular*, except that the widths of certain `p' columns are
%%%     modified to achieve the desired total width, rather than the
%%%     width of the inter-column space.
%%%
%%%          \begin{tabularx}{final width}{tabular-preamble}
%%%              tabular body
%%%          \end{tabularx}
%%%
%%%     In the {tabular-preamble} argument, X should be used to denote a
%%%     column that gets the final specification of p{<whatever width is
%%%     needed>}. So for example
%%%          \begin{tabularx}{250pt}{|cXcX|} ...
%%%     is equivalent to
%%%          \begin{tabular*}{250pt}{|cp{??}cp{??}|} ...
%%%     where the ?? is chosen automatically.
%%%
%%%     This style requires array.sty.
%%%
%%%     Documentation requires Mittelbach's doc.sty.
%%%
%%%     The checksum field above was produced by
%%%     Robert Solovay's checksum utility.",
%%%  }
%%% ====================================================================
\def\fileversion{v1.04}
\def\filedate{92/09/02}
\def\docdate {92/09/02}
\documentstyle[tabularx,doc]{article}

% dimensions from ltugboat.sty:

\setlength\textwidth{31pc} \setlength\textheight{54pc}
\parindent 0pt \parskip 2pt plus 1pt minus 1pt
\setlength{\oddsidemargin}{8pc}
\setlength{\marginparwidth}{8pc}
\setlength{\topmargin}{-2.5pc}
\setlength{\headsep}{20pt}
\setlength{\columnsep}{1.5pc}
\setlength{\columnwidth}{18.75pc}

\MakeShortVerb{\"}  % "\foo" acts like \verb+\foo+

\DisableCrossrefs

\CodelineIndex                  % Index code by line number

%\OnlyDescription    % comment out for implementation details

\setcounter{StandardModuleDepth}{1}

\begin{document}
   \DocInput{tabularx.doc}
\end{document}
\endinput
%% 
%% End of file `tabularx.drv'.
