1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
This is the README file for the ltxkeys package.
SUMMARY
The ltxkeys package provides facilities for creating and managing
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
package).
It also provides additional functionalities 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
Version 0.1.0, July 2011
|