ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Hyphenation exception list
       [not found] <000801c51386$13a3e260$cd050a0a@jlyond800>
@ 2005-02-15 17:53 ` Hans Hagen
  2005-02-15 18:43   ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2005-02-15 17:53 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hyphenation exception list
  2005-02-15 17:53 ` Hyphenation exception list Hans Hagen
@ 2005-02-15 18:43   ` Taco Hoekwater
  2005-02-15 18:53     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2005-02-15 18:43 UTC (permalink / raw)


Hans Hagen wrote:
> Jack M. Lyon wrote:
> 
> locate and edit:
> 
>  kpsewhich texmf.cnf
> 
> (or: texmfstart --direct <youreditor> kpse:texf.cnf)
> 
> adapt:

missed one:

hyph_size.context = 1000 % hyphenation exceptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Hyphenation exception list
  2005-02-15 18:43   ` Taco Hoekwater
@ 2005-02-15 18:53     ` Hans Hagen
  2005-02-15 22:55       ` texsync - help Ciro A. Soto
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2005-02-15 18:53 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

* texsync - help
  2005-02-15 18:53     ` Hans Hagen
@ 2005-02-15 22:55       ` Ciro A. Soto
  2005-02-16 14:59         ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Ciro A. Soto @ 2005-02-15 22:55 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: texsync - help
  2005-02-15 22:55       ` texsync - help Ciro A. Soto
@ 2005-02-16 14:59         ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2005-02-16 14:59 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-02-16 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <000801c51386$13a3e260$cd050a0a@jlyond800>
2005-02-15 17:53 ` Hyphenation exception list Hans Hagen
2005-02-15 18:43   ` Taco Hoekwater
2005-02-15 18:53     ` Hans Hagen
2005-02-15 22:55       ` texsync - help Ciro A. Soto
2005-02-16 14:59         ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).