On Saturday, February 8, 2003, at 02:38 PM, Hans Hagen wrote:
Also, I just changed the name of the first typescript to add the -osf, ran the file, and got this error:
! Font \*maintext5ptrmbs*:=MinionPro-BoldIt-OSF-8y at 5.0pt not loaded: Not enough room left.
this can be solved by enlarging the mem settings in texmf.cnf and regenerating the format
With Hans' help, am making progress on the typescript, but am now getting a memory error. Regarding suggestion to change the settings in texmf.cnf, here is what I currently have: % Max number of characters in all strings, including all error messages, % help texts, font names, control sequences. These values apply to TeX and MP. pool_size.context = 750000 pool_size = 500000 % Minimum pool space after TeX/MP's own strings; must be at least % 25000 less than pool_size, but doesn't need to be nearly that large. string_vacancies.context = 45000 string_vacancies = 25000 % Maximum number of strings. max_strings.context = 55000 max_strings = 35000 % min pool space left after loading .fmt pool_free.context = 47500 pool_free = 25000 What should I change, and to what recommended value? Bruce