blob: 98889b012f5d2e85505e423eb5736e8b60e785f8 (
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
|
----------------------------------------------------------------
morewrites --- Always room for a new write
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 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.
This package uses the l3kernel bundle.
This is work in progress, all suggestions/comments/bug reports are welcome!
The package is extracted by running
pdflatex morewrites.ins
The documentation is produced by running
pdflatex morewrites.dtx
makeindex -s gglo.ist -o morewrites.gls morewrites.glo
makeindex -s gind.ist -o morewrites.ind morewrites.idx
pdflatex morewrites.dtx
pdflatex morewrites.dtx
|