You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| ltxnew | A simple means of creating commands. |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| README | 1 KiB | 2010-Aug-27 | Shown below |
| ltxnew.dtx | 36 KiB | 2011-Mar-02 | |
| ltxnew.ins | 3 KiB | 2011-Mar-02 | |
| ltxnew.pdf | 245 KiB | 2011-Mar-02 |
*File sizes in kibibytes.
% 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