diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-20 23:34:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-20 23:34:14 +0000 |
commit | 046d8ea1784304bf8a1e2d4d635fd3a35b4eca3c (patch) | |
tree | eeec90edde40945bd99e4527c51a9123cbb3bfef /Master/texmf-dist/doc/latex/keycommand/README | |
parent | 2abc8d3b3a4acaf5a3e7a2a95c1de4cbe5884e1a (diff) |
new latex package keycommand (19jul09)
git-svn-id: svn://tug.org/texlive/trunk@14353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/keycommand/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/keycommand/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/keycommand/README b/Master/texmf-dist/doc/latex/keycommand/README new file mode 100644 index 00000000000..aaa4981ba4b --- /dev/null +++ b/Master/texmf-dist/doc/latex/keycommand/README @@ -0,0 +1,24 @@ +% keycommand is a package providing an easy way to define commands +% with keys in LaTeX. The code is based on kvsetkeys by Heiko +% Oberdiek. It does not rely on keyval. +% +% This work consists of the main source file keycommand.dtx +% and the derived files +% keycommand.sty, keycommand.pdf, keycommand.ins, +% keycommand-example.tex +% +% Unpacking: +% (a) If keycommand.ins is present: +% etex keycommand.ins +% (b) Without keycommand.ins: +% etex keycommand.dtx +% (c) If you insist on using LaTeX +% latex \let\install=y\input{keycommand.dtx} +% (quote the arguments according to the demands of your shell) +% +% Documentation: +% (pdf)latex keycommand.dtx + + + + |