summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ltxnew/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ltxnew/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/ltxnew/README')
-rw-r--r--macros/latex/contrib/ltxnew/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/macros/latex/contrib/ltxnew/README b/macros/latex/contrib/ltxnew/README
new file mode 100644
index 0000000000..85f2f1b5e2
--- /dev/null
+++ b/macros/latex/contrib/ltxnew/README
@@ -0,0 +1,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
+
+
+
+