Re: [NTG-context] Hyphenation exception list

2005-02-15 Thread Hans Hagen
Jack M. Lyon wrote:
locate and edit:
 kpsewhich texmf.cnf
(or: texmfstart --direct youreditor kpse:texf.cnf)
adapt:
buf_size.context =  20 % needed for omega bug
extra_mem_bot.context= 200
extra_mem_top.context= 400
font_max.context =2000
font_mem_size.context= 100
hash_extra.context   =   65000
main_memory.context  = 150
max_strings.context  =  20
nest_size.context= 500
obj_tab_size.context =  30 % 8388607
pdf_mem_size.context =  50 % 524288
dest_names_size.context  =  30 % 131072
param_size.context   =   1
pool_free.context=   47500
pool_size.context= 125
save_size.context=   5
stack_size.context   =   1
string_vacancies.context =   9
trie_size.context=  25 % 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
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Hyphenation exception list

2005-02-15 Thread Taco Hoekwater
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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Hyphenation exception list

2005-02-15 Thread Hans Hagen
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
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Hyphenation exception list

2005-02-14 Thread Jack M. Lyon
Dear ConTeXt experts:

I'm trying to create an external list of hyphenation exceptions.

I believe this command is what I need:

\hyphenation{ex-ample}

But I would like to make a whole list of these:

\hyphenation{ex-ample}
\hyphenation{disc-iple}
\hyphenation{woman}

And so on.

Then, I'd like to keep these in a separate file that I can call from any
ConTeXt document, something like this:

\input{hyphenlist}

When I try this, however (for a file named hyphenlist.text), I get this
error message:

! I can't find file `{hyph}'.
l.88 \input{hyph}
 
Please type another input file name: Terminating on signal SIGBREAK(21)
Exit code: -1073741510

Is there a way to implement such a hyphenation list?

Thanks so much for your help.

Best wishes,
Jack M. Lyon
___

The EDITORIUM
Microsoft Word Add-Ins for Publishing Professionals
http://www.editorium.com
___
 

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] Hyphenation exception list

2005-02-14 Thread Jack M. Lyon
Sorry, the name of my file, is hyphen.tex, not hyphen.text. Slip of the
finger. :)

Best wishes,
Jack M. Lyon
___

The EDITORIUM
Microsoft Word Add-Ins for Publishing Professionals
http://www.editorium.com
___
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Jack M. Lyon
 Sent: Monday, February 14, 2005 2:08 PM
 To: 'mailing list for ConTeXt users'
 Subject: [NTG-context] Hyphenation exception list
 
 
 Dear ConTeXt experts:
 
 I'm trying to create an external list of hyphenation exceptions.
 
 I believe this command is what I need:
 
 \hyphenation{ex-ample}
 
 But I would like to make a whole list of these:
 
 \hyphenation{ex-ample}
 \hyphenation{disc-iple}
 \hyphenation{woman}
 
 And so on.
 
 Then, I'd like to keep these in a separate file that I can 
 call from any
 ConTeXt document, something like this:
 
 \input{hyphenlist}
 
 When I try this, however (for a file named hyphenlist.text), 
 I get this
 error message:
 
 ! I can't find file `{hyph}'.
 l.88 \input{hyph}
  
 Please type another input file name: Terminating on signal 
 SIGBREAK(21)
 Exit code: -1073741510
 
 Is there a way to implement such a hyphenation list?
 
 Thanks so much for your help.
 
 Best wishes,
 Jack M. Lyon
 ___
 
 The EDITORIUM
 Microsoft Word Add-Ins for Publishing Professionals
 http://www.editorium.com
 ___
  
 
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
 

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Hyphenation exception list

2005-02-14 Thread Vit Zyka
Jack M. Lyon wrote:
Dear ConTeXt experts:
I'm trying to create an external list of hyphenation exceptions.
I believe this command is what I need:
\hyphenation{ex-ample}
But I would like to make a whole list of these:
\hyphenation{ex-ample}
\hyphenation{disc-iple}
\hyphenation{woman}
You can save some bytes:
\hyphenation{ex-ample disc-iple woman}
Then, I'd like to keep these in a separate file that I can call from any
ConTeXt document, something like this:
\input{hyphenlist}
When I try this, however (for a file named hyphenlist.text), I get this
error message:
! I can't find file `{hyph}'.
l.88 \input{hyph}
 Sorry, the name of my file, is hyphen.tex, not hyphen.text. Slip of
Looks like very file-name mishmash.
hyphenlist.tex or hyphenlist.text or hyphen.tex or hyphen.text ???
BTW, hyphen.tex is not suitable file-name, since one might already be in 
the distribution. If our file-name is hyphenlist.tex
(try `kpsewhich hyphenlist.tex`) then both variants should work
\input hyphenlist
\input hyphenlist.tex

vit
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Hyphenation exception list

2005-02-14 Thread Taco Hoekwater
Vit Zyka wrote:
 ... should work
\input hyphenlist
\input hyphenlist.tex
And, with that filename, the next two variants will not work:
 \input{hyphenlist}
 \input{hyphenlist}.tex
That is, unless you went through the trouble of
creating a file with braces in the name ;-)
Greetings, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] Hyphenation exception list

2005-02-14 Thread Jack M. Lyon
Ah, but now I run into another problem. ConTeXt will only accept about
twenty-two words in a list. I need to include about 100. Even if I use
multiple lists, it can't handle more words. Does anyone have a solution for
this? Maybe there's another way to set up a hyphenation exception list.

Thanks for your help.

Best wishes,
Jack M. Lyon
___

The EDITORIUM
Microsoft Word Add-Ins for Publishing Professionals
http://www.editorium.com
___
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Taco Hoekwater
 Sent: Monday, February 14, 2005 3:53 PM
 To: mailing list for ConTeXt users
 Subject: Re: [NTG-context] Hyphenation exception list
 
 
 Vit Zyka wrote:
   ... should work
  \input hyphenlist
  \input hyphenlist.tex
 
 And, with that filename, the next two variants will not work:
 
   \input{hyphenlist}
   \input{hyphenlist}.tex
 
 
 That is, unless you went through the trouble of
 creating a file with braces in the name ;-)
 
 Greetings, Taco
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
 

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context