*** test.ch.orig Thu Jan 7 00:28:38 1993 --- test.ch Thu Jan 7 00:33:37 1993 *************** *** 176,178 **** @= ! @!mem_max=262140; {greatest index in \TeX's internal |mem| array; must be strictly less than |max_halfword|; --- 176,178 ---- @= ! @!mem_max=160000; {greatest index in \TeX's internal |mem| array; must be strictly less than |max_halfword|; *************** *** 182,184 **** must be equal to |mem_bot| in \.{INITEX}, otherwise |<=mem_bot|} ! @!buf_size=3000; {maximum number of characters simultaneously present in current lines of open files and in control sequences between --- 182,184 ---- must be equal to |mem_bot| in \.{INITEX}, otherwise |<=mem_bot|} ! @!buf_size=2000; {maximum number of characters simultaneously present in current lines of open files and in control sequences between *************** *** 189,191 **** @!max_print_line=79; {width of longest text lines output; should be at least 60} ! @!stack_size=300; {maximum number of simultaneous input sources} @!max_in_open=15; {maximum number of input files and error insertions that --- 189,191 ---- @!max_print_line=79; {width of longest text lines output; should be at least 60} ! @!stack_size=200; {maximum number of simultaneous input sources} @!max_in_open=15; {maximum number of input files and error insertions that *************** *** 192,196 **** can be going on simultaneously} ! @!font_max=255; {maximum internal font number; must not exceed |max_quarterword| and must be at most |font_base+256|} ! @!font_mem_size=100000; {number of words of |font_info| for all fonts} @!param_size=60; {maximum number of simultaneous macro parameters} --- 192,196 ---- can be going on simultaneously} ! @!font_max=150; {maximum internal font number; must not exceed |max_quarterword| and must be at most |font_base+256|} ! @!font_mem_size=60000; {number of words of |font_info| for all fonts} @!param_size=60; {maximum number of simultaneous macro parameters} *************** *** 197,200 **** @!nest_size=40; {maximum number of semantic levels simultaneously active} ! @!max_strings=15000; {maximum number of strings; must not exceed |max_halfword|} ! @!string_vacancies=100000; {the minimum number of characters that should be available for the user's control sequences and font names, --- 197,200 ---- @!nest_size=40; {maximum number of semantic levels simultaneously active} ! @!max_strings=6000; {maximum number of strings; must not exceed |max_halfword|} ! @!string_vacancies=50000; {the minimum number of characters that should be available for the user's control sequences and font names, *************** *** 201,203 **** after \TeX's own error messages are stored} ! @!pool_size=124000; {maximum number of characters in strings, including all error messages and help texts, and the names of all fonts and --- 201,203 ---- after \TeX's own error messages are stored} ! @!pool_size=80000; {maximum number of characters in strings, including all error messages and help texts, and the names of all fonts and *************** *** 205,207 **** length of \TeX's own strings, which is currently about 23000} ! @!save_size=4000; {space for saving values outside of current group; must be at most |max_halfword|} --- 205,207 ---- length of \TeX's own strings, which is currently about 23000} ! @!save_size=2000; {space for saving values outside of current group; must be at most |max_halfword|} *************** *** 216,218 **** {string of length |file_name_size|; tells where the string pool appears} ! @!mem_top=262140; {largest index in the |mem| array dumped by \.{INITEX}; must be substantially larger than |mem_bot| --- 216,218 ---- {string of length |file_name_size|; tells where the string pool appears} ! @!mem_top=160000; {largest index in the |mem| array dumped by \.{INITEX}; must be substantially larger than |mem_bot| *************** *** 246,250 **** than |min_quarterword|} ! @d hash_size=9500 {maximum number of control sequences; it should be at most about |(mem_max-mem_min)/10|} ! @d hash_prime=7919 {a prime number equal to about 85\pct! of |hash_size|} @d hyph_size=607 {another prime; the number of \.{\\hyphenation} exceptions} --- 246,250 ---- than |min_quarterword|} ! @d hash_size=5000 {maximum number of control sequences; it should be at most about |(mem_max-mem_min)/10|} ! @d hash_prime=4253 {a prime number equal to about 85\pct! of |hash_size|} @d hyph_size=607 {another prime; the number of \.{\\hyphenation} exceptions}