diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enlarge.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enlarge.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enlarge.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enlarge.html index 6b4f7dae543..c06e100274f 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enlarge.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-enlarge.html @@ -2,7 +2,7 @@ <title>UK TeX FAQ -- question label enlarge</title> </head><body> <h3>Enlarging TeX</h3> -<p/>The TeX error message ‘capacity exceeded’ covers a multitude of +<p/>The TeX error message ‘capacity exceeded’ covers a multitude of problems. What has been exhausted is listed in brackets after the error message itself, as in: <blockquote> @@ -17,13 +17,13 @@ extra-long lines, and poorly-written macros. Extra-long lines are often introduced when files are transferred incorrectly between operating systems, and line-endings are not preserved properly (the tell-tale sign of an extra-long line error is the complaint -that the ‘<code>buf_size</code>’ has overflowed). -<p/>If you really need to extend your TeX’s capacity, the proper method +that the ‘<code>buf_size</code>’ has overflowed). +<p/>If you really need to extend your TeX’s capacity, the proper method depends on your installation. There is no need (with modern TeX -implementations) to change the defaults in Knuth’s WEB source; +implementations) to change the defaults in Knuth’s WEB source; but if you do need to do so, use a change file to modify the values set in module 11, recompile your TeX and regenerate all format files. -<p/>Modern implementations allow the sizes of the various bits of TeX’s +<p/>Modern implementations allow the sizes of the various bits of TeX’s memory to be changed semi-dynamically. Some (such as emTeX) allow the memory parameters to be changed in command-line switches when TeX is started; most frequently, a configuration file is read which |