summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/scontents/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-24 03:02:46 +0000
committerNorbert Preining <norbert@preining.info>2019-10-24 03:02:46 +0000
commit33b877a6413cc7b93c7a2c17e6df36c03f55481d (patch)
treed1006be84566ca91a3dc9fdc5798c20c9fb0c095 /macros/latex/contrib/scontents/README.md
parent43e60b98142683b95336b9086ee52f4daefff93e (diff)
CTAN sync 201910240302
Diffstat (limited to 'macros/latex/contrib/scontents/README.md')
-rw-r--r--macros/latex/contrib/scontents/README.md23
1 files changed, 18 insertions, 5 deletions
diff --git a/macros/latex/contrib/scontents/README.md b/macros/latex/contrib/scontents/README.md
index cc40a94214..73e9648df8 100644
--- a/macros/latex/contrib/scontents/README.md
+++ b/macros/latex/contrib/scontents/README.md
@@ -1,6 +1,6 @@
## scontents — Stores LaTeX contents in memory or files
-- Version: 1.4
-- Date: 2019/10/03
+- Version: 1.5
+- Date: 2019-10-24
- Author: Pablo González
## Description
@@ -18,9 +18,21 @@ The package loads and depends on updated versions of:
## 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`.
-
+package manager to install.
+
+For manual installation, download `scontents.zip` and unzip it, then move
+the 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.mkvi -> 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 `scontents.pdf` contains attached examples, which can be extracted
@@ -34,3 +46,4 @@ conditions of the [LaTeX Project Public License](https://www.latex-project.org/l
- README.md (this file)
- scontents.pdf (documentation)
- scontents.dtx (master file that produced all files)
+- scontents.ins (installer to extract all files)