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/tex/latex | |
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/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/expkv/expkv.sty | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/expkv/expkv.sty b/Master/texmf-dist/tex/latex/expkv/expkv.sty new file mode 100644 index 00000000000..88d7963187e --- /dev/null +++ b/Master/texmf-dist/tex/latex/expkv/expkv.sty @@ -0,0 +1,43 @@ +%% +%% This is file `expkv.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% expkv.dtx (with options: `pkg') +%% +%% -------------------------------------------------------------- +%% expkv -- an expandable key=val implementation +%% E-mail: jspratte@yahoo.de +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% -------------------------------------------------------------- +%% +%% 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 work consists of the file expkv.dtx +%% and the derived files expkv.pdf +%% expkv.sty +%% expkv.tex +%% +\def\ekv@tmp + {% + \ProvidesFile{expkv.tex}% + [\ekvDate\space v\ekvVersion\space an expandable key=val implementation]% + } +\input{expkv.tex} +\ProvidesPackage{expkv}% + [\ekvDate\space v\ekvVersion\space an expandable key=val implementation] +%% +%% +%% End of file `expkv.sty'. |