summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/conv-xkv/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/conv-xkv/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/conv-xkv/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/conv-xkv/README.md b/Master/texmf-dist/doc/latex/conv-xkv/README.md
index 634bf0bfee8..efca36d48aa 100644
--- a/Master/texmf-dist/doc/latex/conv-xkv/README.md
+++ b/Master/texmf-dist/doc/latex/conv-xkv/README.md
@@ -1,12 +1,19 @@
The conv-xkv Package
Author: D. P. Story
-Dated: 2016/12/20
+Dated: 2017/01/09
This small package supports key-value syntax other than the standard latex
syntax of <key>=<value>. Using this package, create key-values of the form
<key>:<value> or <key>-><value>, for example. The package converts the new
notation to xkeyval notation and passes it on to xkeyval.
+What's new: (2017/01/03) The delimiters for the optional first argument
+of \cxkvsetkeys is changed from the standard `[]' to `()'. Also, if no key-value
+of the special type (such as <key>:<value> or <key>-><value>) is detected, the
+whole argument is passed to \setkeys. This means that either the new key-value
+pairing or the standard pairing may be used; \cxkvsetkeys{lname:Story} or
+\cxkvsetkey{lname=Story} both work.
+
Please test and give feedback.
Enjoy.