Directory macros/latex/contrib/ltxkeys
This is the README file for the ltxkeys package. VERSION Version 0.0.3c, 2012/11/17 LOCATION ON CTAN macros/latex/contrib/ltxkeys 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. Depending on the functions called by the user, this 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 many new functions for defining and managing keys. LICENSE Copyright (c) 2011-2012 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. RELATED PACKAGES keyval.sty, xkeyval.sty, skeyval.sty AUTHOR Ahmed Musa (amusa22@gmail.com)
Download the contents of this package in one zip archive (793.6k).
ltxkeys – A robust key parser for LaTeX
The 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 comes from its ability to preserve braces in key values throughout parsing. The need to preserve braces in key values arises often in parsing keys (for example, in the xwatermark package). The package is faster than xkeyval package because (among other things) it avoids character-wise parsing of key values (called “selective sanitization” by the xkeyval package).
The package also provides functions for defining and managing keys.
Package | ltxkeys |
Version | 0.0.3c |
Licenses | The LaTeX Project Public License |
Copyright | 2011 Ahmed Musa |
Maintainer | Ahmed Musa |
Contained in | TeX Live as ltxkeys MiKTeX as ltxkeys |
Topics | Key-Val |
See also | xkeyval |