summaryrefslogtreecommitdiff
path: root/obsolete/macros/generic/expkv-opt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/generic/expkv-opt/README.md')
-rw-r--r--obsolete/macros/generic/expkv-opt/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/obsolete/macros/generic/expkv-opt/README.md b/obsolete/macros/generic/expkv-opt/README.md
new file mode 100644
index 0000000000..447c4a87da
--- /dev/null
+++ b/obsolete/macros/generic/expkv-opt/README.md
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------------------
+# expkv-opt -- parse class and package options with expkv
+
+Version 2021-04-04 v0.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-opt
+
+-------------------------------------------------------------------------------
+
+Copyright (C) 2020 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 package allows to parse key=val options for LaTeX classes and packages
+using [`expkv`](https://github.com/Skillmon/tex_expkv). It handles global and
+local options completely separately. The only required package is `expkv`.