diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/scontents/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/scontents/README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/scontents/README.md b/Master/texmf-dist/doc/latex/scontents/README.md new file mode 100644 index 00000000000..71639b8d695 --- /dev/null +++ b/Master/texmf-dist/doc/latex/scontents/README.md @@ -0,0 +1,26 @@ +# scontents — Store LaTeX content in Sequences (l3seq) +- Version: 1.0 +- Date: 2019/07/30 +- Authors: Pablo González and Phelype Oleinik + +## Description +The `scontents` package stores valid `LaTeX` code in sequences using the +`l3seq` module of `expl3`. The stored content (including verbatim) can be +used as many times as desired in the document, additionally can be written +to external files if desired. + +## Requirements +The package requires the following packages: +- [filecontentsdef](https://ctan.org/pkg/filecontentsdef) +- [l3keys2e](https://ctan.org/pkg/l3keys2e) +- [xparse](https://ctan.org/pkg/xparse) + +## License +The scontents package may be modified and distributed under the terms and +conditions of the [LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater. + +## Contents +- README.md (this file) +- scontents.sty (the sty) +- scontents.pdf (documentation) +- scontents.dtx (master file that produced all files) |