summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/conv-xkv/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/conv-xkv/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/conv-xkv/README.md')
-rw-r--r--macros/latex/contrib/conv-xkv/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/conv-xkv/README.md b/macros/latex/contrib/conv-xkv/README.md
new file mode 100644
index 0000000000..398e0e02e5
--- /dev/null
+++ b/macros/latex/contrib/conv-xkv/README.md
@@ -0,0 +1,26 @@
+The conv-xkv Package
+Author: D. P. Story
+Dated: 2017-02-17
+
+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.
+
+D. P. Story
+www.acrotex.net
+dpstory@uakron.edu
+dpstory@acrotex.net
+
+