blob: 85f2f1b5e2ec1dd5580d6038ca8994463b4392fc (
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
|
% ltxnew provides the \new, \renew and \provide prefixes for checking
% definitions. It is designed to work with e-TeX distributions of LaTeX
% and relies on the LaTeX macro \@ifdefinable.
%
% Local allocation of counters, dimensions, skips, muskips, boxes,
% tokens and marks are provided by the etex.sty package.
%
% \new and \renew as well as \provide may be used for all kind of
% control sequences. Please refer to the section "Using \new" of the pdf
% documentation.
%
% *********************************************************************************
% This work consists of the main source file ltxnew.dtx
% and the derived files
% ltxnew.sty, ltxnew.pdf, ltxnew.ins,
%
% Unpacking:
% (a) If ltxnew.ins is present:
% etex ltxnew.ins
% (b) Without ltxnew.ins:
% etex ltxnew.dtx
% (c) If you insist on using LaTeX
% latex \let\install=y\input{ltxnew.dtx}
% (quote the arguments according to the demands of your shell)
%
% Documentation:
% (pdf)latex ltxnew.dtx
%
% F Chervet - July 2009
|