blob: 71639b8d69584d48b98baaa4a1ff48777ac6c39f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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)
|