ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* line-break index bug
@ 2010-04-12  8:52 Steffen Wolfrum
  2010-04-12  9:09 ` Thomas A. Schmitz
  2010-04-12 13:41 ` Wolfgang Schuster
  0 siblings, 2 replies; 5+ messages in thread
From: Steffen Wolfrum @ 2010-04-12  8:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

Hi,


I am sorry, but in  ConTeXt  ver: 2010.04.10 MKIV there still is this index/line-break bug!


See example below please:


\setuplayout	[width=113mm,location=middle]
\usetypescript[postscript]
\definetypeface[postscript][rm][serif][times][default]
\mainlanguage[de]
\setupbodyfont[postscript,10pt] \setupinterlinespace[line=12pt]
\setupalign[line,block]

\starttext

dieses ist dabei typisch für den Bereich der Architekten- oder Ingenieurleistungen\index{Ingenieurleistungen}. Warum?

\stoptext





[-- Attachment #2: index_bug.pdf --]
[-- Type: application/pdf, Size: 7809 bytes --]

[-- Attachment #3: Type: text/plain, Size: 9 bytes --]



Steffen

[-- Attachment #4: Type: text/plain, Size: 486 bytes --]

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

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

* Re: line-break index bug
  2010-04-12  8:52 line-break index bug Steffen Wolfrum
@ 2010-04-12  9:09 ` Thomas A. Schmitz
  2010-04-12 11:59   ` Steffen Wolfrum
  2010-04-12 13:41 ` Wolfgang Schuster
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas A. Schmitz @ 2010-04-12  9:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Apr 12, 2010, at 10:52 AM, Steffen Wolfrum wrote:

> Hi,
>
>
> I am sorry, but in  ConTeXt  ver: 2010.04.10 MKIV there still is  
> this index/line-break bug!
>

It's not a bug, it's explained somewhere in the manual. Put the \index  
entry before the indexed word, and all is well.

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


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

* Re: line-break index bug
  2010-04-12  9:09 ` Thomas A. Schmitz
@ 2010-04-12 11:59   ` Steffen Wolfrum
  0 siblings, 0 replies; 5+ messages in thread
From: Steffen Wolfrum @ 2010-04-12 11:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen, Taco Hoekwater


Am 12.04.2010 um 11:09 schrieb Thomas A. Schmitz:

> 
> On Apr 12, 2010, at 10:52 AM, Steffen Wolfrum wrote:
> 
>> Hi,
>> 
>> 
>> I am sorry, but in  ConTeXt  ver: 2010.04.10 MKIV there still is this index/line-break bug!
>> 
> 
> It's not a bug, it's explained somewhere in the manual. Put the \index entry before the indexed word, and all is well.


I am setting text that authors indexed in MSWord ... and they don't care where to put the \index (often it is placed IN the word ;o)
And I don't dare to touch thousands of index marks!

BTW: it always worked with MkII. 
Please let it work again in MkIV, too. 


For I can't change the behavior of people setting their index marks, MkIV should be as tolerant in that respect as MkII is.


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
___________________________________________________________________________________


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

* Re: line-break index bug
  2010-04-12  8:52 line-break index bug Steffen Wolfrum
  2010-04-12  9:09 ` Thomas A. Schmitz
@ 2010-04-12 13:41 ` Wolfgang Schuster
  2010-04-12 14:08   ` Steffen Wolfrum
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-04-12 13:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 12.04.10 10:52, schrieb Steffen Wolfrum:
> Hi,
>
> I am sorry, but in  ConTeXt  ver: 2010.04.10 MKIV there still is this index/line-break bug!
>
> See example below please:
>
> \setuplayout	[width=113mm,location=middle]
> \usetypescript[postscript]
> \definetypeface[postscript][rm][serif][times][default]
> \mainlanguage[de]
> \setupbodyfont[postscript,10pt] \setupinterlinespace[line=12pt]
> \setupalign[line,block]
>
> \starttext
>
> dieses ist dabei typisch für den Bereich der Architekten- oder Ingenieurleistungen\index{Ingenieurleistungen}. Warum?
>
> \stoptext
>    
Can you test

\unexpanded\def\forcecolorhack{\penalty9999\leaders\hrule\normalhskip\zeropoint}

in your document.

Wolfgang

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


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

* Re: line-break index bug
  2010-04-12 13:41 ` Wolfgang Schuster
@ 2010-04-12 14:08   ` Steffen Wolfrum
  0 siblings, 0 replies; 5+ messages in thread
From: Steffen Wolfrum @ 2010-04-12 14:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users
  Cc: Hans Hagen, Taco Hoekwater, Thomas A. Schmitz


Am 12.04.2010 um 15:41 schrieb Wolfgang Schuster:

> Am 12.04.10 10:52, schrieb Steffen Wolfrum:
>> Hi,
>> 
>> I am sorry, but in  ConTeXt  ver: 2010.04.10 MKIV there still is this index/line-break bug!
>> 
>> See example below please:
>> 
>> \setuplayout	[width=113mm,location=middle]
>> \usetypescript[postscript]
>> \definetypeface[postscript][rm][serif][times][default]
>> \mainlanguage[de]
>> \setupbodyfont[postscript,10pt] \setupinterlinespace[line=12pt]
>> \setupalign[line,block]
>> 
>> \starttext
>> 
>> dieses ist dabei typisch für den Bereich der Architekten- oder Ingenieurleistungen\index{Ingenieurleistungen}. Warum?
>> 
>> \stoptext
>>   
> Can you test
> 
> \unexpanded\def\forcecolorhack{\penalty9999\leaders\hrule\normalhskip\zeropoint}
> 
> in your document.




It works! Marvellous ;o)


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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-04-12 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-12  8:52 line-break index bug Steffen Wolfrum
2010-04-12  9:09 ` Thomas A. Schmitz
2010-04-12 11:59   ` Steffen Wolfrum
2010-04-12 13:41 ` Wolfgang Schuster
2010-04-12 14:08   ` Steffen Wolfrum

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