diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/keyreader/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/keyreader/README | 38 |
1 files changed, 38 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..a0626c718e1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/keyreader/README @@ -0,0 +1,38 @@ +This is the README file for the 'keyreader' package. + +AUTHOR + +Ahmed Musa + +VERSION + +Version 0.4, December 2011 + +SUMMARY + +The keyreader package provides commands for compactly defining and +initializing all types of key (ordinary, command, boolean, and choice). +Keys are automatically set/initialized as soon as they are defined. +It provides a compact and robust interface to the xkeyval package. +The xkeyval package's commands for setting keys are made more robust, +in the sense that outer braces in key values are preserved throughout +parsing. In the case of choice keys, each admissible value of the key +can be associated with a callback, unlike in the xkeyval package. + +The keyreader package has been used as a development platform for the +ltxkeys package because the xkeyval package, on which the keyreader +package is based, has been quite stable for some years (its inherent +shortcomings not withstanding). + +LICENSE + +Copyright (c) 2011 Ahmed Musa. + +This software is author-maintained. Permission is granted to copy, +distribute and/or modify this software under the terms of the +LaTeX Project Public License, version 1.3 or higher. 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 any particular purpose. + +% End of file
\ No newline at end of file |