[NTG-context] break after index

2010-10-26 Thread Steffen Wolfrum
Hi Hans,

in strc-reg.mkiv I found your remark:

   % needs thinking ... bla\index{bla}. will break before the . but adding a
   % penalty is also no solution


Is this problem solved, ie. is there a working solution?


I am working on a book right now where the author set 4906 index marks ... 
sometimes right-in-the-middle of a word, but most often behind (and before dot 
or comma).


Steffen
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] break after index

2010-10-26 Thread Jano Kula

Hi Steffen,

On 10/26/2010 03:01 PM, Steffen Wolfrum wrote:


I am working on a book right now where the author set 4906 index marks ... 
sometimes right-in-the-middle of a word, but most often behind (and before dot 
or comma).


and what about to clean up the file with regular expression similar to this:

sed -e 's/\b\(\w*\)\\index{\([^}]*\)}/\\index{\2}\1/g' old.tex  new.tex

I would guess, that index entries in the middle of the world break 
kerning and hyphenation.


Jano

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] break after index

2010-10-26 Thread Steffen Wolfrum
Hi Jano,


Am 26.10.2010 um 18:03 schrieb Jano Kula:

 On 10/26/2010 03:01 PM, Steffen Wolfrum wrote:
 
 I am working on a book right now where the author set 4906 index marks ... 
 sometimes right-in-the-middle of a word, but most often behind (and before 
 dot or comma).
 
 and what about to clean up the file with regular expression similar to this:


sure, that's what I always do in the end ;o)

But I really don't like this heavy cleaning and actually moving things at all.
I would prefer to leave the responsibility to the author ... and change the 
original document as little as possible.


Steffen



___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___