summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/scrwfile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-17 20:00:29 +0000
committerKarl Berry <karl@freefriends.org>2023-04-17 20:00:29 +0000
commit458ed8974faf8518dee709e8cf8d336a27127799 (patch)
treeac1b3fde78ce0971598d6b208630447c35eb4c08 /Master/texmf-dist/doc/latex/scrwfile
parentc367803eac95c4cb442cc97f0fc3ac63846bf885 (diff)
scrwfile (17apr23)
git-svn-id: svn://tug.org/texlive/trunk@66872 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/scrwfile')
-rw-r--r--Master/texmf-dist/doc/latex/scrwfile/LICENSE.md19
-rw-r--r--Master/texmf-dist/doc/latex/scrwfile/README.md86
-rw-r--r--Master/texmf-dist/doc/latex/scrwfile/scrwfile.pdfbin0 -> 617666 bytes
3 files changed, 105 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/scrwfile/LICENSE.md b/Master/texmf-dist/doc/latex/scrwfile/LICENSE.md
new file mode 100644
index 00000000000..a385d07c8de
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/scrwfile/LICENSE.md
@@ -0,0 +1,19 @@
+----------------------------------------------------------------------------
+
+This work may be distributed and/or modified under the conditions of the
+LaTeX Project Public License, version 1.3c of the license. The latest
+version of this license is in http://www.latex-project.org/lppl.txt and
+version 1.3c or later is part of all distributions of LaTeX 2005/12/01
+or later. This work has the LPPL maintenance status “unmaintained”.
+The current author of this work is Markus Kohm.
+
+----------------------------------------------------------------------------
+
+Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz
+in der Version 1.3c, verteilt und/oder verändert werden. Die aktuelle
+Version dieser Lizenz ist http://www.latex-project.org/lppl.txt und
+Version 1.3c oder später ist Teil aller Verteilungen von LaTeX 2005/12/01
+oder später. Dieses Werk hat den LPPL-Verwaltungs-Status „unmaintained”
+Der aktuelle Autor dieses Werks ist Markus Kohm.
+
+----------------------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/scrwfile/README.md b/Master/texmf-dist/doc/latex/scrwfile/README.md
new file mode 100644
index 00000000000..1067780db45
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/scrwfile/README.md
@@ -0,0 +1,86 @@
+# `scrwfile` — Use LaTeX .aux file in place of `\newrite` files
+
+------------------------------------------------------------------------------
+
+LaTeX package `scrwfile`
+Copyright (c) 2010—2023 Markus Kohm
+Release: 2023-04-01 v0.1.99
+License: LPPL 1.3c (see [LICENSE.md](https://github.com/komascript/scrwfile/blob/main/LICENSE.md))
+CTAN Location: https://ctan.org/pkg/scrwfile
+
+------------------------------------------------------------------------------
+
+## Summary
+
+`scrwfile` is a LaTeX package, that provides a means of sending all LaTeX
+`\newrite`, table of contents, and other miscellaneous output via the LaTeX
+`.aux`-file. The mechanism subverts the mechanism of `\newrite`, and means there
+will almost never be a “`No room for new \write`” message.
+
+`scrwfile` is a [KOMA-Script](https://www.ctan.org/pkg/koma-script)
+spin-off and was part of that bundle up to `scrwfile` version 0.1.12
+resp. KOMA-Script version 3.38. It has been removed from KOMA-Script because
+it is experimental and no longer maintained officially.
+
+## Status
+
+This is an experimental package. There is currently no official maintainer
+of this package.
+
+## Installation
+
+We recommend to use the package manager of your TeX distribution to install
+packages. However, if you need to install `scrwfile` manually, you
+can either use a semi-manual installation or a completely manual installation.
+
+### Semi-manual Installation
+
+For a semi-manual installation you can first create a local clone
+of the repository:
+
+```bash
+git clone https://github.com/komascript/scrwfile.git
+```
+
+Then enter the directory created while cloning the repository:
+
+```bash
+cd scrwfile
+```
+
+Last, but not least use `l3build` to install it locally with manual and
+sources:
+
+```bash
+l3build install --full
+```
+
+or without manual and sources:
+
+```bash
+l3build install
+```
+
+### Completely Manual Installation
+
+To do a completely manual installation, download `scrwfile.dtx`.
+Then extract it using:
+
+```bash
+tex scrwfile.dtx
+```
+
+To create the manual use:
+
+```bash
+pdflatex scrwfile.dtx
+mkindex scrwfile
+pdflatex scrwfile.dtx
+pdflatex scrwfile.dtx
+```
+
+Now, you can either install it in the proper directory (see the
+documentation of your TeX distribution) or copy `scrwfile.sty`
+to your document directory.
+
+------------------------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/scrwfile/scrwfile.pdf b/Master/texmf-dist/doc/latex/scrwfile/scrwfile.pdf
new file mode 100644
index 00000000000..39ff8e90953
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/scrwfile/scrwfile.pdf
Binary files differ