diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-23 21:56:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-23 21:56:50 +0000 |
commit | 1535dded3abe5cf9a26354e80ba3e9e9ab8baa26 (patch) | |
tree | 8eca7740e255ea5d5bc5e10485b8f7f3fda7b7e1 /Master/texmf-dist/doc/latex/expkv/README.md | |
parent | 3cbe503dbda14b8212adf6cad6bfb8fd7882f427 (diff) |
expkv (23jan20)
git-svn-id: svn://tug.org/texlive/trunk@53516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/expkv/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/expkv/README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/expkv/README.md b/Master/texmf-dist/doc/latex/expkv/README.md new file mode 100644 index 00000000000..4401986b557 --- /dev/null +++ b/Master/texmf-dist/doc/latex/expkv/README.md @@ -0,0 +1,31 @@ +------------------------------------------------------------------------------- +# expkv -- an expandable key=val implementation + +Version 2020-01-22 v0.3 + +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 + +------------------------------------------------------------------------------- + +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 provides an expandable key=val implementation that is somewhat fast, but +not the fastest key=val implementation available. It is generic code and +completely self-contained. There is a LaTeX package `expkv.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.tex`. |