diff options
author | Karl Berry <karl@freefriends.org> | 2023-01-24 20:56:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-01-24 20:56:46 +0000 |
commit | 81de637794cea58fe8f1a7128ac5f305de1ae155 (patch) | |
tree | 06676ebead6c7953c652dd26aaa479cb8b76c108 /Master/texmf-dist/doc | |
parent | 48f39475119adbf3fd9822ba55835ebe68c58fa3 (diff) |
expkv{,-cs,-def,-opt} removed, replaced by expkv-bundle
git-svn-id: svn://tug.org/texlive/trunk@65622 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/expkv-opt/README.md | 29 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/expkv-opt/expkv-opt.pdf | bin | 268534 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/expkv-cs/README.md | 32 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/expkv-cs/expkv-cs.pdf | bin | 470406 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/expkv-def/README.md | 32 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/expkv-def/expkv-def.pdf | bin | 424547 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/expkv/README.md | 35 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/expkv/expkv.pdf | bin | 490757 -> 0 bytes |
8 files changed, 0 insertions, 128 deletions
diff --git a/Master/texmf-dist/doc/generic/expkv-opt/README.md b/Master/texmf-dist/doc/generic/expkv-opt/README.md deleted file mode 100644 index 447c4a87daa..00000000000 --- a/Master/texmf-dist/doc/generic/expkv-opt/README.md +++ /dev/null @@ -1,29 +0,0 @@ -------------------------------------------------------------------------------- -# expkv-opt -- parse class and package options with expkv - -Version 2021-04-04 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-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`. diff --git a/Master/texmf-dist/doc/generic/expkv-opt/expkv-opt.pdf b/Master/texmf-dist/doc/generic/expkv-opt/expkv-opt.pdf Binary files differdeleted file mode 100644 index 5ecded074ae..00000000000 --- a/Master/texmf-dist/doc/generic/expkv-opt/expkv-opt.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/expkv-cs/README.md b/Master/texmf-dist/doc/latex/expkv-cs/README.md deleted file mode 100644 index 481d94ba348..00000000000 --- a/Master/texmf-dist/doc/latex/expkv-cs/README.md +++ /dev/null @@ -1,32 +0,0 @@ -------------------------------------------------------------------------------- -# expkv-cs -- define expandable key=val macros using expkv - -Version 2022-02-13 v1.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-2022 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`. diff --git a/Master/texmf-dist/doc/latex/expkv-cs/expkv-cs.pdf b/Master/texmf-dist/doc/latex/expkv-cs/expkv-cs.pdf Binary files differdeleted file mode 100644 index 0c37223ebf5..00000000000 --- a/Master/texmf-dist/doc/latex/expkv-cs/expkv-cs.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/expkv-def/README.md b/Master/texmf-dist/doc/latex/expkv-def/README.md deleted file mode 100644 index 79a69057e4c..00000000000 --- a/Master/texmf-dist/doc/latex/expkv-def/README.md +++ /dev/null @@ -1,32 +0,0 @@ -------------------------------------------------------------------------------- -# expkv-def -- a key-defining frontend for expkv - -Version 2022-01-29 v0.9 - -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-def - -------------------------------------------------------------------------------- - -Copyright (C) 2020-2021 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 a key=val frontend to define keys for -[`expkv`](https://github.com/Skillmon/tex_expkv). It is generic code and only -requires `expkv` for its parsing. There is a LaTeX package `expkv-def.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-def.tex`. diff --git a/Master/texmf-dist/doc/latex/expkv-def/expkv-def.pdf b/Master/texmf-dist/doc/latex/expkv-def/expkv-def.pdf Binary files differdeleted file mode 100644 index ea5678d280e..00000000000 --- a/Master/texmf-dist/doc/latex/expkv-def/expkv-def.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/expkv/README.md b/Master/texmf-dist/doc/latex/expkv/README.md deleted file mode 100644 index ccfa3194b3a..00000000000 --- a/Master/texmf-dist/doc/latex/expkv/README.md +++ /dev/null @@ -1,35 +0,0 @@ -------------------------------------------------------------------------------- -# expkv -- an expandable key=val implementation - -Version 2021-09-20 v1.9a - -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-2021 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`. - -A key-defining interface that is not as rudimentary as the macros provided in -this package is contained in expkv-def: -https://github.com/Skillmon/tex_expkv-def diff --git a/Master/texmf-dist/doc/latex/expkv/expkv.pdf b/Master/texmf-dist/doc/latex/expkv/expkv.pdf Binary files differdeleted file mode 100644 index 2da6f6dada9..00000000000 --- a/Master/texmf-dist/doc/latex/expkv/expkv.pdf +++ /dev/null |