blob: f7f720ae83dccb79264a61610df080b7051d9cb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
This small package is intended to be a second resource when typesetting
tables that would look a little better if they were set with a specified width.
It differs from tabularX since here all cells are widened by working on the
inter column glue, not on the measure of certain specified textual cells as
it is done with tabularX. Computations may be executed by means of the e-TeX
extensions if they are available.
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
of this license or (at your option) any later version.
The latest version of this license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of LaTeX
version 2003/12/01 or later.
This work has the LPPL maintenance status "maintained".
The Current Maintainer of this work is Claudio Beccari
The list of all files belonging to the distribution is
given in this file `manifest.txt'.
The list of derived (unpacked) files belonging to the distribution
and covered by LPPL is defined by the unpacking scripts (with
extension .ins) which are part of the distribution.
The main files of this work are
widetable.ins
widteable.dtx
The derived files are
widetable.pdf (obtained by pdflatexing widetale.dtx)
widetable.sty (obtained by (la)texing widetale.ins)
Claudio Beccari, 26 October 2009
|