blob: fe1c537bf15966466959bfbc1af392767c477dee (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
## scontents — Stores LaTeX contents in memory or files
- Version: 1.9
- Date: 2020-01-21
- Author: Pablo González
## Description
This package allows to store `LaTeX` code, including _"verbatim"_, in <code><sequences></code>
using the `l3seq` module of `expl3`. The <code><stored content></code> can be used
as many times as desired in the document, additionally you can write to <code><external files></code>
or show it in <code><verbatim style></code>.
## Requirements
The package loads and depends on updated versions of:
- [expl3](https://ctan.org/pkg/expl3)
- [l3keys2e](https://ctan.org/pkg/l3keys2e)
- [xparse](https://ctan.org/pkg/xparse)
## Installation
The package `scontents` is present in `TeXLive` and `MiKTeX`, use the
package manager to install.
For manual installation, download `scontents.zip` and unzip it,
then run:
```
$ pdftex scontents.ins
```
and move all files to appropriate locations:
```
scontents.tex -> TDS:tex/generic/scontents/
scontents-code.tex -> TDS:tex/generic/scontents/
scontents.sty -> TDS:tex/latex/scontents/
t-scontents.mkiv -> TDS:tex/context/third/scontents/
scontents.pdf -> TDS:doc/latex/scontents/
README.md -> TDS:doc/latex/scontents/
scontents.dtx -> TDS:source/latex/scontents/
scontents.ins -> TDS:source/latex/scontents/
```
then run `mktexlsr`.
## Examples
The file <code><scontents.pdf></code> contains attached examples, which can be extracted
from the PDF viewer or from the command line by running:
```
$ pdfdetach -saveall scontents.pdf
```
and then you can use the excellent `arara` tool to compile them.
## 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.pdf (documentation)
- scontents.dtx (master file that produced all files)
- scontents.ins (installer to extract all files)
|