home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
Magazine
/
Dossier-LaTeX
/
AmiWeb2C.lha
/
source
/
web2c-6.1
/
web2c
/
config
/
mf.mcf
< prev
next >
Wrap
Text File
|
1995-04-09
|
4KB
|
116 lines
% MF.MCF: This is the configuration for a standard working MetaFont 2.718.
% Place this file into the MFCONFIG path so that VirMF and IniMF can find
% it on startup.
% The following parameters can be changed to extend or reduce MetaFont's
% capacity. They may have different values in IniMF, when creating a
% precompiled base file, and in VirMF, when starting a production run by
% loading such a base file. If you delete or comment any line beginning
% with `set', you will get the stated `default' setting.
set memmax 65530 % default 30000.
% greatest index in MetaFont's internal mem array; must be strictly less
% than max_halfword (1,073,741,823); must be equal to memtop in IniMF,
% otherwise >= memtop.
set maxinternal 100 % default 100.
% maximum number of internal quantities.
set bufsize 500 % default 500.
% maximum number of characters simultaneously present in current lines
% of open files; must not exceed max_halfword (1,073,741,823).
set errorline 79 % default 72.
% width of context lines on terminal error messages.
set halferrorline 50 % default 42.
% width of first lines of contexts in terminal error messages;
% should be between 30 and errorline - 15.
set maxprintline 79 % default 79.
% width of longest text lines output; should be at least 60.
set screenwidth 320 % default 768.
% number of pixels in each row of screen display;
% internally multiplied by scalefactor.
set screendepth 200 % default 1024.
% number of pixels in each column of screen display;
% internally multiplied by scalefactor.
set scalefactor 2 % default 1.
% reduction factor of screen display; useful between 1 and 4.
set stacksize 30 % default 30.
% maximum number of simultaneous input sources.
set maxstrings 3000 % default 2000.
% maximum number of strings; must not exceed max_halfword (1,073,741,823).
% internal value string_vacancies = poolsize - mf_strings.
% the minimum number of characters that should be available for the
% user's identifier names and strings, after MetaFont's own error
% messages are stored. mf_strings has value 24,000.
set poolsize 35000 % default 32000.
% maximum number of characters in strings, including all error
% messages and help texts, and the names of all identifiers;
% must exceed string_vacancies by the total length of MetaFont's
% own strings, which is slightly less than mf_strings.
set movesize 5000 % default 5000.
% space for storing moves in a single octant.
set maxwiggle 300 % default 300.
% number of autorounded points per cycle.
set gfbufsize 100 % default 100.
% size of the output buffer; internally multiplied by 8.
set pathsize 300 % default 300.
% maximum number of knots between breakpoints of a path.
set bistacksize 785 % default 785.
% size of stack for bisection algorithms;
% should probably be left at this value.
set headersize 25 % default 25.
% maximum number of TFM header words; internally multiplied by 4.
set ligtablesize 5000 % default 5000.
% maximum number of ligature/kern steps, must be at least 255
% and at most 32,510.
set maxkerns 500 % default 500.
% maximum number of distinct kern amounts.
set maxfontdimen 50 % default 50.
% maximum number of fontdimen parameters.
% Like the preceding parameters, the following quantities can be changed
% to extend or reduce MetaFont's capacity. But if they are changed, it
% is necessary to rerun the initialization program IniMF to generate new
% tables for the production MetaFont program. One can't simply make
% helter-skelter changes to the following constants, since certain rather
% complex initialization numbers are computed from them.
set memtop 65530 % default 30000.
% largest index in the mem array dumped by IniMF; must be
% substantially larger than mem_min (0) and not greater than memmax.
set hashsize 9500 % default 2100.
% maximum number of symbolic tokens, must be less than
% (max_halfword - 3*paramsize), where max_halfword is 1,073,741,823.
set hashprime 7919 % default 1777.
% a prime number equal to about 85 percent of hashsize.
set maxinopen 15 % default 6.
% maximum number of input files and error insertions that
% can be going on simultaneously.
set paramsize 60 % default 150.
% maximum number of simultaneous macro parameters.
% End of MF.MCF.