Go to the first, previous, next, last section, table of contents.


Implementation details

TeX compiler

`mem_max=1048576'
Greatest index in TeX's internal mem array.
`buf_size=3000'
Maximum number of characters simultaneously present in current lines of open file.
`stack_size=300'
Maximum number of simultaneous input sources.
`max_in_open=20'
Maximum number of input files and error insertions that can be going on simultaneously.
`font_max=256'
Maximum internal font number
`font_mem_size=131068'
Number of words of font_info for all fonts.
`param_size=500'
Maximum number of simultaneous macro parameters.
`max_strings=20000'
Maximum number of strings.
`string_vacancies=96000'
The minimum number of characters that should be available for the user's control sequences and font names, after TeX's own error messages are stored.
`pool_size=120000'
Maximum number of characters in strings, including all error messages and help texts, and the names of all fonts and control sequences.
`save_size=32768'
Space for saving values outside of current group.
`trie_size=60000'
Space for hyphenation patterns.
`trie_op_size=2048'
Space for "opcodes" in the hyphenation patterns.
`dvi_buf_size=8192'
Ssize of the output buffer
`file_name_size=260'
File names shouldn't be longer than this.
`hash_size=20000'
Maximum number of control sequences.

dvips

dvips has been compiled with the following options:


Go to the first, previous, next, last section, table of contents.