home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
Magazine
/
Dossier-LaTeX
/
AmiWeb2C.lha
/
web2c61
/
config
/
bibtex.mcf
next >
Wrap
Text File
|
1995-04-11
|
2KB
|
73 lines
% BIBTEX.MCF: This is the configuration for a standard working
% BibTeX 0.99c. Place this file into the BIBTEXCONFIG path so
% that BibTeX can find it on startup.
% The following parameters can be changed to extend or reduce BibTeX's
% capacity. The `defaults' are set to accommodate about 750 cites when
% used with the standard styles, although poolsize is usually the first
% limitation to be a problem, often when there are 500 cites. For this
% reason the relevant parameters are moderately increased in this file.
% If you delete or comment a line starting with `set', you will get the
% stated `default' setting.
set bufsize 2000 % default 1000.
% maximum number of characters in an input line (or string).
set minprintline 3 % default 3.
% minimum .bbl line length; must be >= 3.
set maxprintline 79 % default 79.
% maximum .bbl line length; must be strictly greater than
% minprintline and strictly less than bufsize.
set auxstacksize 20 % default 20.
% maximum number of simultaneously open .aux files.
set maxbibfiles 100 % default 20.
% maximum number of .bib files allowed.
set poolsize 125000 % default 65000.
% maximum number of characters in strings.
set maxstrings 10000 % default 4000.
% maximum number of strings, including pre-defined;
% must not exceed hashsize.
set maxcites 1500 % default 750.
% maximum number of distinct cite keys;
% must not exceed maxstrings.
set wizfnspace 3000 % default 3000.
% maximum amount of wiz_defined-function space.
set singlefnspace 100 % default 100.
% maximum amount for a single wiz_defined-function.
set maxentints 7500 % default 3000.
% maximum number of int_entry_vars (entries * int_entry_vars).
set maxentstrs 7500 % default 3000.
% maximum number of str_entry_vars (entries * str_entry_vars).
set entstrsize 100 % default 100.
% maximum size of a str_entry_var; must not exceed bufsize.
set globstrsize 1000 % default 1000.
% maximum size of a str_global_var; must not exceed bufsize.
set maxfields 34500 % default 17250.
% maximum number of fields (entries * fields,
% about 23 * maxcites for consistency.
set litstksize 100 % default 100.
% maximum number of literal functions on the stack.
set hashsize 21000 % default 5000.
% must be at least maxstrings and at least hashprime.
set hashprime 16319 % default 4253.
% a prime number about 85 percent of hashsize;
% must be at least 128 and strictly less than 2^14 - 2^6.
% End of BIBTEX.MCF.