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/tex/latex/expkv-cs | |
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/tex/latex/expkv-cs')
-rw-r--r-- | Master/texmf-dist/tex/latex/expkv-cs/expkv-cs.sty | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/expkv-cs/expkv-cs.sty b/Master/texmf-dist/tex/latex/expkv-cs/expkv-cs.sty new file mode 100644 index 00000000000..e70dbab33ed --- /dev/null +++ b/Master/texmf-dist/tex/latex/expkv-cs/expkv-cs.sty @@ -0,0 +1,50 @@ +%% +%% This is file `expkv-cs.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% expkv-cs.dtx (with options: `pkg') +%% +%% -------------------------------------------------------------- +%% expkv-cs -- define expandable key=val macros using expkv +%% 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-cs.dtx +%% and the derived files expkv-cs.pdf +%% expkv-cs.sty +%% expkv-cs.tex +%% +\RequirePackage{expkv} +\def\ekvc@tmp + {% + \ProvidesFile{expkv-cs.tex}% + [% + \ekvcDate\space v\ekvcVersion\space + define expandable key=val macros using expkv% + ]% + } +\input{expkv-cs.tex} +\ProvidesPackage{expkv-cs}% + [% + \ekvcDate\space v\ekvcVersion\space + define expandable key=val macros using expkv% + ] +%% +%% +%% End of file `expkv-cs.sty'. |