summaryrefslogtreecommitdiff
path: root/macros/generic/expkv-opt/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-04 03:02:41 +0000
committerNorbert Preining <norbert@preining.info>2020-07-04 03:02:41 +0000
commitce9d7362aa8813c6cea1e0fe6974561f28a103a5 (patch)
treeca629fc25eb82851ec99ec6119f47ed425c915c0 /macros/generic/expkv-opt/README.md
parent925eebea568c77dab877e87724fe7b001b3b5e7f (diff)
CTAN sync 202007040302
Diffstat (limited to 'macros/generic/expkv-opt/README.md')
-rw-r--r--macros/generic/expkv-opt/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/generic/expkv-opt/README.md b/macros/generic/expkv-opt/README.md
new file mode 100644
index 0000000000..762484ed12
--- /dev/null
+++ b/macros/generic/expkv-opt/README.md
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------------------
+# expkv-opt -- parse class and package options with expkv
+
+Version 2020-07-02 v0.1
+
+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`.