summaryrefslogtreecommitdiff
path: root/obsolete/macros/generic/expkv-cs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/generic/expkv-cs/README.md')
-rw-r--r--obsolete/macros/generic/expkv-cs/README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/obsolete/macros/generic/expkv-cs/README.md b/obsolete/macros/generic/expkv-cs/README.md
new file mode 100644
index 0000000000..481d94ba34
--- /dev/null
+++ b/obsolete/macros/generic/expkv-cs/README.md
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------------------
+# expkv-cs -- define expandable key=val macros using expkv
+
+Version 2022-02-13 v1.2
+
+Released under the LaTeX Project Public License v1.3c or later
+See http://www.latex-project.org/lppl.txt
+
+Hosted at https://github.com/Skillmon/tex_expkv-cs
+
+-------------------------------------------------------------------------------
+
+Copyright (C) 2020-2022 Jonathan P. Spratte
+
+This work may be distributed and/or modified under the conditions of the
+LaTeX Project Public License (LPPL), either version 1.3c of this license or
+(at your option) any later version. The latest version of this license is in
+the file:
+
+ http://www.latex-project.org/lppl.txt
+
+This work is "maintained" (as per LPPL maintenance status) by
+ Jonathan P. Spratte.
+
+-------------------------------------------------------------------------------
+
+This provides means to define expandable key=val taking macros utilizing
+[`expkv`](https://github.com/Skillmon/tex_expkv). It is generic code and only
+requires `expkv` for its parsing. There is a LaTeX package `expkv-cs.sty`
+included to play nice on LaTeX's package loading system, but that package is not
+needed and does not provide more functionality than the generic code in
+`expkv-cs.tex`.