home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / AmiWeb2C.lha / web2c61 / config / bibtex.mcf next >
Text File  |  1995-04-11  |  2KB  |  73 lines

  1. % BIBTEX.MCF: This is the configuration for a standard working
  2. % BibTeX 0.99c.  Place this file into the BIBTEXCONFIG path so
  3. % that BibTeX can find it on startup.
  4.  
  5. % The following parameters can be changed to extend or reduce BibTeX's
  6. % capacity.  The `defaults' are set to accommodate about 750 cites when
  7. % used with the standard styles, although poolsize is usually the first
  8. % limitation to be a problem, often when there are 500 cites.  For this
  9. % reason the relevant parameters are moderately increased in this file.
  10. % If you delete or comment a line starting with `set', you will get the
  11. % stated `default' setting.
  12.  
  13. set bufsize 2000 % default 1000.
  14. % maximum number of characters in an input line (or string).
  15.  
  16. set minprintline 3 % default 3.
  17. % minimum .bbl line length; must be >= 3.
  18.  
  19. set maxprintline 79 % default 79.
  20. % maximum .bbl line length; must be strictly greater than
  21. % minprintline and strictly less than bufsize.
  22.  
  23. set auxstacksize 20 % default 20.
  24. % maximum number of simultaneously open .aux files.
  25.  
  26. set maxbibfiles    100 % default 20.
  27. % maximum number of .bib files allowed.
  28.  
  29. set poolsize 125000 % default 65000.
  30. % maximum number of characters in strings.
  31.  
  32. set maxstrings 10000 % default 4000.
  33. % maximum number of strings, including pre-defined;
  34. % must not exceed hashsize.
  35.  
  36. set maxcites 1500 % default 750.
  37. % maximum number of distinct cite keys;
  38. % must not exceed maxstrings.
  39.  
  40. set wizfnspace 3000 % default 3000.
  41. % maximum amount of wiz_defined-function space.
  42.  
  43. set singlefnspace 100 % default 100.
  44. % maximum amount for a single wiz_defined-function.
  45.  
  46. set maxentints 7500 % default 3000.
  47. % maximum number of int_entry_vars (entries * int_entry_vars).
  48.  
  49. set maxentstrs 7500 % default 3000.
  50. % maximum number of str_entry_vars (entries * str_entry_vars).
  51.  
  52. set entstrsize 100 % default 100.
  53. % maximum size of a str_entry_var; must not exceed bufsize.
  54.  
  55. set globstrsize 1000 % default 1000.
  56. % maximum size of a str_global_var; must not exceed bufsize.
  57.  
  58. set maxfields 34500 % default 17250.
  59. % maximum number of fields (entries * fields,
  60. % about 23 * maxcites for consistency.
  61.  
  62. set litstksize 100 % default 100.
  63. % maximum number of literal functions on the stack.
  64.  
  65. set hashsize 21000 % default 5000.
  66. % must be at least maxstrings and at least hashprime.
  67.  
  68. set hashprime 16319 % default 4253.
  69. % a prime number about 85 percent of hashsize;
  70. % must be at least 128 and strictly less than 2^14 - 2^6.
  71.  
  72. % End of BIBTEX.MCF.
  73.