Skip to content

Commit bf9f31f

Browse files
committed
Add files
1 parent e3a5b1d commit bf9f31f

File tree

7 files changed

+2605
-2
lines changed

7 files changed

+2605
-2
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## auxiliary files:
2+
*.aux
3+
*.lof
4+
*.log
5+
*.lot
6+
*.fls
7+
*.out
8+
*.toc
9+
*.tmp
10+
*.out
11+
*.glo
12+
*.hd
13+
*.xdv
14+
*.ins
15+
16+
## atach
17+
*.atfi
18+
19+
## makeidx and glo
20+
*.idx
21+
*.ilg
22+
*.ind
23+
*.ist
24+
25+
## minted
26+
_minted*
27+
*.pyg
28+
29+
## Intermediate documents:
30+
*.dvi
31+
*.ps
32+
*.pdf
33+
*.ltx
34+
35+
## Build tool auxiliary files:
36+
*.fdb_latexmk
37+
*.synctex
38+
*.synctex.gz
39+
*.synctex.gz(busy)
40+
*.synctex(busy)
41+
*.pdfsync
42+
*.zip

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# scontents
2-
Store LaTeX content in Sequences (l3seq)
1+
# scontents — Store LaTeX content in Sequences (l3seq)
2+
- Version: 1.0
3+
- Date: 2019/07/30
4+
- Authors: Pablo González and Phelype Oleinik
5+
6+
## Description
7+
The `scontents` package stores valid `LaTeX` code in sequences using the
8+
`l3seq` module of `expl3`. The stored content (including verbatim) can be
9+
used as many times as desired in the document, additionally can be written
10+
to external files if desired.
11+
12+
## Requirements
13+
The package requires the following packages:
14+
- [filecontentsdef](https://ctan.org/pkg/filecontentsdef)
15+
- [l3keys2e](https://ctan.org/pkg/l3keys2e)
16+
- [xparse](https://ctan.org/pkg/xparse)
17+
18+
## License
19+
The scontents package may be modified and distributed under the terms and
20+
conditions of the [LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater.
21+
22+
## Contents
23+
- README.md (this file)
24+
- scontents.sty (the sty)
25+
- scontents.pdf (documentation)
26+
- scontents.dtx (master file that produced all files)

sources/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# scontents — Store LaTeX content in Sequences (l3seq)
2+
- Version: 1.0
3+
- Date: 2019/07/30
4+
- Authors: Pablo González and Phelype Oleinik
5+
6+
## Description
7+
The `scontents` package stores valid `LaTeX` code in sequences using the
8+
`l3seq` module of `expl3`. The stored content (including verbatim) can be
9+
used as many times as desired in the document, additionally can be written
10+
to external files if desired.
11+
12+
## Requirements
13+
The package requires the following packages:
14+
- [filecontentsdef](https://ctan.org/pkg/filecontentsdef)
15+
- [l3keys2e](https://ctan.org/pkg/l3keys2e)
16+
- [xparse](https://ctan.org/pkg/xparse)
17+
18+
## License
19+
The scontents package may be modified and distributed under the terms and
20+
conditions of the [LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater.
21+
22+
## Contents
23+
- README.md (this file)
24+
- scontents.sty (the sty)
25+
- scontents.pdf (documentation)
26+
- scontents.dtx (master file that produced all files)

0 commit comments

Comments
 (0)