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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
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.
All the files in this directory, and the LaTeX packages
that can be extracted from the source files in ths directory
may be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or (at your option) any later version.
David Carlisle david "at" dcarlisle "dot" demon "dot" co "dot" uk
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.
More or less superceeded by typexml, distributed from ctan
in a separate directory.
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
These files have moved: see macros/latex/contrib/colortbl
dotlessj.sty
If you are using a font set without a dotless j (\j and \jmath) then
this package will fake one. It requires the LaTeX color package.
It does not require any explicit PostScript support.
textcase.dtx
textcase.ins
These files have moved: see macros/latex/contrib/textcase
remreset.sty
\@removefromreset: a companion to the standard \@addtoreset command
allows counters to be removed from the reset list of a controlling
counter. For example, a class file based on book class may say
\@removefromreset{footnote}{chapter}
so that footnotes are no longer reset every chapter (the book class
default).
scalefnt.sty
\scalefont{2} selects the current font in twice the current size.
\scalefont{.75} reduces the current font size by three quarters.
fix2col.dtx
fix2col.ins
Superceeded by fixltx2e, part of the base LaTeX distribution.
Two column fixes.
a) Fix mark handling so \firstmark is taken from the first column
if that column has marks at all.
(A copy of Piet van Oostrum's fixmarks package, more or less.)
b) Keep two column floats like figure* in sequence with single
column floats like figure.
(Modelled on Ed Sznyter's 2.09 package, fixfloats.)
slashed.sty
Commands for the `Feynman slashed character' notation.
pspicture.ins
pspicture.dtx
Reimplement picture mode to use dvips specials, thus removing
restrictions on available slopes etc.
Previously distributed in other/misc.
Should be re-implemented to accept graphics package style driver
options.
tabulary.dtx
tabulary.ins
These files have now moved: see macros/latex/contrib/tabulary
|