summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/morewrites/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/morewrites/README.md')
-rw-r--r--macros/latex/contrib/morewrites/README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/macros/latex/contrib/morewrites/README.md b/macros/latex/contrib/morewrites/README.md
index aa31c5370a..eca82dee12 100644
--- a/macros/latex/contrib/morewrites/README.md
+++ b/macros/latex/contrib/morewrites/README.md
@@ -1,16 +1,16 @@
-Provide more writing streams in LaTeX
+Always room for a new write stream
=====================================
-* E-mail: blflatex+morewrites@gmail.com
+* E-mail: blflatex@gmail.com
* Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
-The morewrites LaTeX package should be used when encountering the
-`No room for a new \write ` error. This is done by redefining a
-few TeX primitives related to output.
+The morewrites package silently hooks into the TeX primitives
+responsible for writing to files to lift the restriction on
+the number of files open at the same time (16). Load the package
+with `\usepackage{morewrites}` as early as possible to avoid the
+`No room for a new \write ` error.
-This package uses the `l3kernel` bundle.
-
-This is work in progress, all suggestions/comments/bug reports
-are welcome! See https://github.com/blefloch/latex-morewrites
+Suggestions/comments/bug reports welcome at
+https://github.com/blefloch/latex-morewrites