summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/scontents/README.md
blob: cc40a942143800a1e70f83e628bfb4024c1e6817 (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
## scontents — Stores LaTeX contents in memory or files
- Version: 1.4
- Date: 2019/10/03
- Author: Pablo González

## Description
The `scontents` package stores valid `LaTeX` code in memory (sequences) using the
`l3seq` module of `expl3`. The stored content, including `verbatim` material, can be
used as many times as desired in the document, additionally can be written
to external files.

## 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 a manual installation, put `scontents.dtx` 
in your working directory and run `tex scontents.dtx`.

## Examples

The file `scontents.pdf` contains attached examples, which can be extracted
from the PDF viewer or using `pdfdetach -saveall scontents.pdf` from command line.

## 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)