diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-11 22:48:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-11 22:48:43 +0000 |
commit | dd46e77217f10b237782ef34e01bc018cc7a9506 (patch) | |
tree | eb71f825419292be096e5fa436b036b88ae95e5b /Master/texmf-dist/doc/latex/expkv-cs/README.md | |
parent | 987a07641cd12f2042a852d5daebf511eda77025 (diff) |
expkv-cs (5apr20)
git-svn-id: svn://tug.org/texlive/trunk@54674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/expkv-cs/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/expkv-cs/README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/expkv-cs/README.md b/Master/texmf-dist/doc/latex/expkv-cs/README.md new file mode 100644 index 00000000000..f58d38f429c --- /dev/null +++ b/Master/texmf-dist/doc/latex/expkv-cs/README.md @@ -0,0 +1,32 @@ +------------------------------------------------------------------------------- +# expkv-cs -- define expandable key=val macros using expkv + +Version 2020-04-05 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-cs + +------------------------------------------------------------------------------- + +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 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`. |