diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-13 00:08:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-13 00:08:31 +0000 |
commit | 1af5c8773983ef7a0aa17ab1c46e8ecc5d333bb7 (patch) | |
tree | c82a29a0d2e46757d149d5c2aff5bc96e8426413 /Master/texmf-dist/doc/latex/keyreader/README | |
parent | 8ef4b34298b082adaed9714c182beb730e8aafeb (diff) |
new latex package keyreader 0.1 (11jan10)
git-svn-id: svn://tug.org/texlive/trunk@16692 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/keyreader/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/keyreader/README | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/keyreader/README b/Master/texmf-dist/doc/latex/keyreader/README new file mode 100644 index 00000000000..b5fdc5d981b --- /dev/null +++ b/Master/texmf-dist/doc/latex/keyreader/README @@ -0,0 +1,39 @@ +%++++++++++++++++++++++++++++++++++++ MOTIVATION ++++++++++++++++++++++++++++++++++++% +% % +% The elaborate and useful xkeyval package introduced \define@cmdkeys and % +% \define@boolkeys, which allow for the setting of multiple command keys and % +% boolean keys, but in each category those keys must have the same default value % +% and no key macro/function. This package seeks to remove these restrictions, % +% so that multiple keys of all categories (ordinary keys, command keys, boolean % +% keys, and choice keys) can be set at one go and those keys can have different % +% default values and functions. This greatly saves tokens, as hundreds of keys % +% can, in principle, be issued simultaneously by one command. % +% % +% Also, the xkeyval package doesn't have the notion of complementary keys, % +% which is useful in the case of boolean keys. The present package introduces % +% this concept and additionally permits the submission of individual/different % +% key macros to the complementary keys. % +% % +% Some user guide is available in file 'keyreader-test.tex'. % +% % +%+++++++++++++++++++++++++++++++++++++ LICENSE ++++++++++++++++++++++++++++++++++++++% +% % +% This is file 'keyreader.sty', version 0.1. % +% % +% This package reads multiple keys to be defined by xkeyval.sty. % +% % +% This work may be distributed and/or modified under the conditions of the LaTeX % +% Project Public License, either version 1.3 of this license or any later version. % +% The latest version of this license is in http://www.latex-project.org/lppl.txt % +% and version 1.3 or later is part of all distributions of LaTeX version % +% 2005/12/01 or later. % +% % +% The LPPL maintenance status of this software is 'author-maintained'. % +% % +% This software is provided 'as it is', without warranty of any kind, either % +% expressed or implied, including, but not limited to, the implied warranties of % +% merchantability and fitness for a particular purpose. % +% % +% Copyright (c) 2010 Ahmed Musa (a.musa@rocketmail.com). % +% % +%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
\ No newline at end of file |