Re: [NTG-context] Hyphenation exception list
Jack M. Lyon wrote: locate and edit: kpsewhich texmf.cnf (or: texmfstart --direct <youreditor> kpse:texf.cnf) adapt: buf_size.context = 200000 % needed for omega bug extra_mem_bot.context = 2000000 extra_mem_top.context = 4000000 font_max.context = 2000 font_mem_size.context = 1000000 hash_extra.context = 65000 main_memory.context = 1500000 max_strings.context = 200000 nest_size.context = 500 obj_tab_size.context = 300000 % 8388607 pdf_mem_size.context = 500000 % 524288 dest_names_size.context = 300000 % 131072 param_size.context = 10000 pool_free.context = 47500 pool_size.context = 1250000 save_size.context = 50000 stack_size.context = 10000 string_vacancies.context = 90000 trie_size.context = 250000 % patterns regenerate the formats since they depend on such settings Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Taco Hoekwater wrote:
missed one:
hyph_size.context = 1000 % hyphenation exceptions
ah, i didn't know that one, thanks Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
I just discover the existance of texsync by browsing the manuals. I tried to update the manuals and it worked fine in a $HOME/tmp directory. I am kind of skeptical in updating the whole context installation because I don't know the proper destination option. I installed tex using texlive2004, and it created a directory /usr/local/texlive2004/ in my Fedora3 linux. I wonder if the following command would do the job wihout harm: texsync --full --update --force --destination=/usr/local/texlive2004 and what else should I do afterward. thank you Ciro
Ciro A. Soto wrote:
I just discover the existance of texsync by browsing the manuals. I tried to update the manuals and it worked fine in a $HOME/tmp directory.
I am kind of skeptical in updating the whole context installation because I don't know the proper destination option.
I installed tex using texlive2004, and it created a directory /usr/local/texlive2004/ in my Fedora3 linux.
I wonder if the following command would do the job wihout harm:
texsync --full --update --force --destination=/usr/local/texlive2004
locate the local tree kpsewhich --expand-var=$TEXMFLOCAL and sycn (or unzip) the files to that location btw, if you rsync the whole tree, you will get a minimal context tree, i.e. a subset of texlive, and that can best be installed outside the texlive tree Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Ciro A. Soto
-
Hans Hagen
-
Taco Hoekwater