diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-15 23:04:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-15 23:04:13 +0000 |
commit | 5c9d629f843570179358708a673501e5a647a617 (patch) | |
tree | 69bc8e44446b946194971933ac3756bdb60b9c30 /Master/texmf-dist/doc/latex/ltxkeys/README | |
parent | c94e2deaaa21a46bcd63069cb63f3f6a807139a9 (diff) |
ltxkeyx (15aug11)
git-svn-id: svn://tug.org/texlive/trunk@23566 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ltxkeys/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/ltxkeys/README | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/ltxkeys/README b/Master/texmf-dist/doc/latex/ltxkeys/README index a0d9804f9e3..ead54ad2089 100644 --- a/Master/texmf-dist/doc/latex/ltxkeys/README +++ b/Master/texmf-dist/doc/latex/ltxkeys/README @@ -1,5 +1,9 @@ This is the README file for the ltxkeys package. +VERSION + +Version 0.0.1, July 2011 + SUMMARY The ltxkeys package provides facilities for creating and managing @@ -7,40 +11,35 @@ keys in the sense of the keyval and xkeyval packages, but it is intended to be more robust and faster. Its robustness emanates from its ability to preserve braces in key values throughout parsing. The need to preserve braces in key values emerges often -in parsing keys. This is often the case in, eg, the xwatermark -package. The package is faster than the xkeyval package because, -among other features, it avoids character-wise parsing of key -values (which is called selective sanitization by the xkeyval +in parsing keys. This is often the case in, eg, the xwatermark +package. The package is faster than the xkeyval package because, +among other features, it avoids character-wise parsing of key +values (which is called selective sanitization by the xkeyval package). -It also provides additional functionalities for defining and +It also provides additional functions for defining and managing keys. In the ltxkeys package, the notion of 'presetting' keys differs from that of the xkeyval package. Only 'launched keys' are preset in the ltxkeys package. -AUTHOR - -Ahmed Musa (amusa22@gmail.com) - -RELATED PACKAGES - -xkeyval.sty - 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. -VERSION +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. -Version 0.1.0, July 2011 +RELATED PACKAGES + +keyval.sty, xkeyval.sty + +AUTHOR +Ahmed Musa (amusa22@gmail.com)
\ No newline at end of file |