guess we don't want the build dir
[latex2e.git] / trunk / required / tools / manifest.txt
blobe1b349818bad0a445a49b7ea4ae09299b4f5b247
1 % \iffalse meta-comment
3 % Copyright 1993-2016
4 % The LaTeX3 Project and any individual authors listed elsewhere
5 % in this file. 
6
7 % This file is part of the Standard LaTeX `Tools Bundle'.
8 % -------------------------------------------------------
9
10 % It may be distributed and/or modified under the
11 % conditions of the LaTeX Project Public License, either version 1.3c
12 % of this license or (at your option) any later version.
13 % The latest version of this license is in
14 %    http://www.latex-project.org/lppl.txt
15 % and version 1.3c or later is part of all distributions of LaTeX 
16 % version 2005/12/01 or later.
17
18 % The list of all files belonging to the LaTeX `Tools Bundle' is
19 % given in the file `manifest.txt'.
20
21 % \fi
23 % CONTENTS OF THE TOOLS BUNDLE
24 % ============================
26 tools-overview.tex
27         Overview of the content of the tools bundle.
29 array.dtx
30         Extended versions of the environments array, tabular and tabular*.
31 dcolumn.dtx
32         Alignment on `decimal points' in tabular entries. Requires array.
33 delarray.dtx
34         Adds `large delimiters' around arrays. Requires array.
35 hhline.dtx
36         Finer control over horizontal rules in tables. Requires array.
37 longtable.dtx
38         Multipage tables. (Does not require array, but uses the extended
39         features if both are loaded.)  
40 tabularx.dtx
41         Defines tabularx environment (similar to tabular*) but modifies
42         column widths, not inter-column space, to achieve a desired
43         table width.
45 afterpage.dtx
46         Place text after the current page.
48 bm.dtx
49         Access bold math symbols.
51 calc.dtx
52         Infix arithmetic expresions. Contributed to the distribution by 
53         Kresten Krab Thorup and Frank Jensen.
55 enumerate.dtx
56         Extended version of the enumerate environment.
58 fileerr.dtx
59         Suite of small files which may be used to control TeX's 
60         missing file error loop.
62 fontsmpl.dtx
63         Package and test file for producing `font samples'
65 ftnright.dtx
66         Place footnotes in the right hand column in two-column mode.
68 indentfirst.dtx
69         Indent the first paragraph of sections etc.
71 layout.dtx
72         Produces an overview of the layout of the current document.
74 multicol.dtx
75         Typeset text in columns, with the length of the final columns
76         `balanced'.
78 rawfonts.dtx
79         Preload fonts under the old internal font names of LaTeX2.09.
80         Not recomended for new packages, but may help when updating old
81         files.
83 shellesc.dtx
84         Unified interface for accessing system commands.
85         
86 showkeys.dtx
87         Draft mode showing the `keys' used by \label, \ref, \cite etc.
89 somedefs.dtx
90        Selective handling of package options. (Used in rawfonts.sty.)
92 theorem.dtx
93        Flexible definition of `theorem-like' environments.
95 trace.dtx
96       The package helps to suppress and to control the amount of tracing
97       output (\tracingall) by taming calc and making NFSS less noisy.
99 varioref.dtx
100        `Smart' handling of page references.
102 verbatim.dtx
103         Flexible version of verbatim environment.
105 xr.dtx
106        eXternall References. Extend \ref to access \label commands in
107        other documents.
109 xspace.dtx
110        Smart space command that avoids the common mistake of missing
111        spaces after command names.