Re: [NTG-context] Font memory issues ?

2006-01-19 Thread Taco Hoekwater
David Wooten wrote: Any more clues, patient ones?: texexec --pdf file.tex How about: texexec --passon=-recorder --pdf file.tex That will give you a file named file.fls listing all used files including their path, and then you can easily check which fmt file is actually used.

Re: [NTG-context] Font memory issues ?

2006-01-19 Thread Taco Hoekwater
Oh, d**mn. I just had a brainwave. From Web2c's tex.ch comes the following: @!inf_font_mem_size = 2; @!sup_font_mem_size = 200; So font_memory cannot be set larger than 200 and not smaller than 2. Out-of-bounds sizes are silently folded back in line, but that happens

Re: [NTG-context] Font memory issues ?

2006-01-19 Thread David Wooten
Any more clues, patient ones?: texexec --pdf file.tex Here is how much of TeX's memory you used: 1449181 words of font info for 262 fonts, out of 200 for 2000 pdfetex --kpathsea-debug=65535 --ini --progname=context plain kdebug:hash_lookup(font_mem_size.context) = 300

Re: [NTG-context] Font memory issues ?

2006-01-19 Thread Hans Hagen
Taco Hoekwater wrote: Oh, d**mn. I just had a brainwave. From Web2c's tex.ch comes the following: @!inf_font_mem_size = 2; @!sup_font_mem_size = 200; So font_memory cannot be set larger than 200 and not smaller than 2. Out-of-bounds sizes are silently folded back in

Re: [NTG-context] Font memory issues ?

2006-01-19 Thread Taco Hoekwater
Hans Hagen wrote: Taco Hoekwater wrote: Oh, d**mn. I just had a brainwave. From Web2c's tex.ch comes the following: @!inf_font_mem_size = 2; @!sup_font_mem_size = 200; So font_memory cannot be set larger than 200 and not smaller than 2. Out-of-bounds sizes are silently

Re: [NTG-context] Font memory issues ?

2006-01-19 Thread David Wooten
Well, it is certainly very good to know that I'm not crazy (this time round). Thanks very much for tracking this down. Hans' suggestion works very well---the typescript file is pretty big for this font family, so there were quite a few fonts set up with hz that have no need for them.

Re: [NTG-context] Font memory issues ?

2006-01-17 Thread Thomas A. Schmitz
No, that's not correct, it's not Gerben's distribution that does that. Which commands do you use to generate the formats? The directory you describe very likely shouldn't be there, and you can probably just delete it. Try renaming it to something else and see if that solves your

Re: [NTG-context] Font memory issues ?

2006-01-17 Thread David Wooten
Hmm, interesting. I used "texconfig init". No, there seems to be no change if I rename it.Thanks,DavidOn Jan 17, 2006, at 2:15 AM, Thomas A. Schmitz wrote:No, that's not correct, it's not Gerben's distribution that does that. Which commands do you use to generate the formats? The directory you

Re: [NTG-context] Font memory issues ?

2006-01-17 Thread Thomas A. Schmitz
1. Don't use texconfig for context, use texexec --make --all 2. If you use texonfig, the command is texconfig-sys, or you'll end up having inconsistent files for different users. Best Thomas On Jan 17, 2006, at 6:35 PM, David Wooten wrote: Hmm, interesting. I used texconfig init. No,

Re: [NTG-context] Font memory issues ?

2006-01-17 Thread David Wooten
Thanks Thomas, I've still no luck, but I think things are quite a bit clearer now. I stumbled across an old fink installation, the existence of which hadn't crossed my mind for quite some time. That is now gone. I have also reinstalled my tex/context set-up via the i-Installer just to

Re: [NTG-context] Font memory issues ?

2006-01-17 Thread Hans Hagen
David Wooten wrote: At this point I would very much like to be embarrassed by a simple, too-obvious pointer ;) how about generating a plain tex format using pdfetex --ini and enabling the kpse debug options? Then you can see what is used: pdfetex --kpathsea-debug=65535 --ini

Re: [NTG-context] Font memory issues ?

2006-01-17 Thread David Wooten
Hans, is this what you're referring to? kdebug:hash_lookup(main_memory.context) = 300 % Keep total within 800 limit 300 % Keep total within 800 limit kdebug:variable: main_memory = 300 % Keep total within 800 limit kdebug:hash_lookup(font_mem_size.context) = 300

Re: [NTG-context] Font memory issues ?

2006-01-16 Thread David Wooten
Most Patient ConTeXters, I've rested a couple of days and found that, in fact, Gerben's distribution generates the new fmt files in ~/Library/texmf/web2c. Still, none of my attempts have produced changes in the allocated memory. Has anyone successfully increased the memory (e.g.

Re: [NTG-context] Font memory issues ?

2006-01-12 Thread Hans Hagen
David Wooten wrote: On Jan 11, 2006, at 12:16 AM, Hans Hagen wrote: David Wooten wrote: On Jan 10, 2006, at 1:54 PM, Hans Hagen wrote: did you remake the format after increasing the memory values? This means texexec --make --all ? I did try the above, but the numbers in the log when

Re: [NTG-context] Font memory issues ?

2006-01-12 Thread David Wooten
On Jan 11, 2006, at 11:25 PM, Thomas A. Schmitz wrote: Find out which is the main texmf.cnf file: kpsewhich texmf.cnf on my system, this resolves to /usr/local/teTeX/texmf.cnf Then modify this file and regenerate the formats. HTH Thomas Indeed, that is the case also for me. maybe you

Re: [NTG-context] Font memory issues ?

2006-01-12 Thread Taco Hoekwater
Hi David, Old formats that should be deleted: /usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt /usr/local/teTeX/share/texmf.local/web2c/cont-nl.fmt .. /usr/local/teTeX/share/texmf.local/web2c/mptopdf.fmt New ones that have never been used yet:

Re: [NTG-context] Font memory issues ?

2006-01-12 Thread Hans Hagen
David Wooten wrote: On Jan 11, 2006, at 11:25 PM, Thomas A. Schmitz wrote: Find out which is the main texmf.cnf file: kpsewhich texmf.cnf on my system, this resolves to /usr/local/teTeX/texmf.cnf Then modify this file and regenerate the formats. HTH Thomas Indeed, that is the case

Re: [NTG-context] Font memory issues ?

2006-01-12 Thread David Wooten
On Jan 12, 2006, at 12:02 PM, Taco Hoekwater wrote: Hi David, Old formats that should be deleted: /usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt /usr/local/teTeX/share/texmf.local/web2c/cont-nl.fmt .. /usr/local/teTeX/share/texmf.local/web2c/mptopdf.fmt New ones that have never

Re: [NTG-context] Font memory issues ?

2006-01-12 Thread David Wooten
On Jan 12, 2006, at 12:05 PM, Hans Hagen wrote: can it be that you have multiple cnf files? kpse reads more than one if present Here are all the .cnf files: /usr/local/teTeX/share/texmf/web2c/fmtutil.cnf /usr/local/teTeX/share/texmf/web2c/texmf.cnf

Re: [NTG-context] Font memory issues ?

2006-01-11 Thread David Wooten
On Jan 11, 2006, at 12:16 AM, Hans Hagen wrote: David Wooten wrote: On Jan 10, 2006, at 1:54 PM, Hans Hagen wrote: did you remake the format after increasing the memory values? This means texexec --make --all ? I did try the above, but the numbers in the log when running my file do

Re: [NTG-context] Font memory issues ?

2006-01-11 Thread Thomas A. Schmitz
Find out which is the main texmf.cnf file: kpsewhich texmf.cnf on my system, this resolves to /usr/local/teTeX/texmf.cnf Then modify this file and regenerate the formats. HTH Thomas On Jan 12, 2006, at 12:17 AM, David Wooten wrote: Ah, unfortunately still no luck. I changed the settings

Re: [NTG-context] Font memory issues ? : bib-module?

2006-01-10 Thread David Wooten
Excuse me for replying to myself, but it is also curious that ConTeXt is trying to call a 12pt font. I have called 11pt in the environment. It looks like these errors are appearing at the Bibliography. Might this be due to something in the the beta bib-module? David On Jan 10, 2006, at

Re: [NTG-context] Font memory issues ? : bib-module?

2006-01-10 Thread Taco Hoekwater
David Wooten wrote: Excuse me for replying to myself, but it is also curious that ConTeXt is trying to call a 12pt font. I have called 11pt in the environment. It looks like these errors are appearing at the Bibliography. Might this be due to something in the the beta bib-module? Not

Re: [NTG-context] Font memory issues ? : bib-module?

2006-01-10 Thread David Wooten
Here are the stats, after removing placepublications: Here is how much of TeX's memory you used: 4760 strings out of 60999 76752 string characters out of 611011 32604822 words of memory out of 34111765 40674 multiletter control sequences out of 1+5 1974579 words of font info for 355

Re: [NTG-context] Font memory issues ? : bib-module?

2006-01-10 Thread Taco Hoekwater
David Wooten wrote: Here are the stats, after removing placepublications: Here is how much of TeX's memory you used: 4760 strings out of 60999 76752 string characters out of 611011 32604822 words of memory out of 34111765 40674 multiletter control sequences out of 1+5 1974579 words

Re: [NTG-context] Font memory issues ? : bib-module?

2006-01-10 Thread Hans Hagen
Taco Hoekwater wrote: David Wooten wrote: Here are the stats, after removing placepublications: Here is how much of TeX's memory you used: 4760 strings out of 60999 76752 string characters out of 611011 32604822 words of memory out of 34111765 40674 multiletter control sequences out of

Re: [NTG-context] Font memory issues ?

2006-01-10 Thread David Wooten
On Jan 10, 2006, at 1:54 PM, Hans Hagen wrote: did you remake the format after increasing the memory values? This means texexec --make --all ? I did try the above, but the numbers in the log when running my file do not change. I can only imagine that there is another place to change