ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* setuplabeltext bug ?
@ 2006-07-27  8:16 Steffen Wolfrum
  2006-07-27  9:49 ` Taco Hoekwater
  0 siblings, 1 reply; 7+ messages in thread
From: Steffen Wolfrum @ 2006-07-27  8:16 UTC (permalink / raw)


Hi,

the label is killed when changing new (de) german to old (deo) german:


\mainlanguage[de]%de=new, deo=old

\starttext

\setuplabeltext[de][chapter=Chapter]

\chapter{Text}

\stoptext



Right?

Steffen

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

* Re: setuplabeltext bug ?
  2006-07-27  8:16 setuplabeltext bug ? Steffen Wolfrum
@ 2006-07-27  9:49 ` Taco Hoekwater
  2006-07-27 10:53   ` Steffen Wolfrum
  0 siblings, 1 reply; 7+ messages in thread
From: Taco Hoekwater @ 2006-07-27  9:49 UTC (permalink / raw)




Steffen Wolfrum wrote:
> Hi,
> 
> the label is killed when changing new (de) german to old (deo) german:

What context version? (works ok here, using the latest).

Taco

> \mainlanguage[de]%de=new, deo=old
> 
> \starttext
> 
> \setuplabeltext[de][chapter=Chapter]
> 
> \chapter{Text}
> 
> \stoptext
> 
> 
> 
> Right?
> 
> Steffen
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: setuplabeltext bug ?
  2006-07-27  9:49 ` Taco Hoekwater
@ 2006-07-27 10:53   ` Steffen Wolfrum
  2006-07-27 11:15     ` Taco Hoekwater
  0 siblings, 1 reply; 7+ messages in thread
From: Steffen Wolfrum @ 2006-07-27 10:53 UTC (permalink / raw)


ConTeXt  ver: 2006.07.22 18:35

... that's the current beta that i-installer offers.

Steffen


Am 27.07.2006 um 11:49 schrieb Taco Hoekwater:

>
>
> Steffen Wolfrum wrote:
>> Hi,
>>
>> the label is killed when changing new (de) german to old (deo)  
>> german:
>
> What context version? (works ok here, using the latest).
>
> Taco
>
>> \mainlanguage[de]%de=new, deo=old
>>
>> \starttext
>>
>> \setuplabeltext[de][chapter=Chapter]
>>
>> \chapter{Text}
>>
>> \stoptext
>>
>>
>>
>> Right?
>>
>> Steffen
>> _______________________________________________
>> 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
>

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

* Re: setuplabeltext bug ?
  2006-07-27 10:53   ` Steffen Wolfrum
@ 2006-07-27 11:15     ` Taco Hoekwater
  2006-07-27 12:18       ` Steffen Wolfrum
  0 siblings, 1 reply; 7+ messages in thread
From: Taco Hoekwater @ 2006-07-27 11:15 UTC (permalink / raw)


Steffen Wolfrum wrote:
> ConTeXt  ver: 2006.07.22 18:35
> 
> ... that's the current beta that i-installer offers.
> 
> Steffen

I have 2006.07.24 but I doubt that is causing the problem.
Did you try \setuplabeltext[deo], by chance ? Because that
certainly does not work.

Taco

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

* Re: setuplabeltext bug ?
  2006-07-27 11:15     ` Taco Hoekwater
@ 2006-07-27 12:18       ` Steffen Wolfrum
  2006-07-27 13:23         ` Taco Hoekwater
  0 siblings, 1 reply; 7+ messages in thread
From: Steffen Wolfrum @ 2006-07-27 12:18 UTC (permalink / raw)



This was my thread about: I tried \setuplabeltext[deo] and was  
wondering why it doesn't work.
How should someone know that it doesn't work?!

Steffen


Am 27.07.2006 um 13:15 schrieb Taco Hoekwater:

> Steffen Wolfrum wrote:
>> ConTeXt  ver: 2006.07.22 18:35
>>
>> ... that's the current beta that i-installer offers.
>>
>> Steffen
>
> I have 2006.07.24 but I doubt that is causing the problem.
> Did you try \setuplabeltext[deo], by chance ? Because that
> certainly does not work.
>
> Taco
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

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

* Re: setuplabeltext bug ?
  2006-07-27 12:18       ` Steffen Wolfrum
@ 2006-07-27 13:23         ` Taco Hoekwater
  2006-07-27 13:27           ` Thomas A. Schmitz
  0 siblings, 1 reply; 7+ messages in thread
From: Taco Hoekwater @ 2006-07-27 13:23 UTC (permalink / raw)




Steffen Wolfrum wrote:
> This was my thread about: I tried \setuplabeltext[deo] and was  
> wondering why it doesn't work.
> How should someone know that it doesn't work?!

Frankly, I don't know where this is documented.

But it doesnt work because "deo" is a descendant of "de",
thanks to this definition in lang-ger.tex:

\installlanguage % old german
   [deo]
   [\c!spacing=\v!packed,
    \c!default=\s!de, % < this line does it
    \c!state=\v!stop]

The same is true for a few other languages:

    no (norwegian)      -> nl % BUG!
    uk (british)        -> en
    us (american)       -> en
    agr (ancient greek) -> gr

For Hans: that the norwegian definition is wrong. Even if it
uses dutch hyphenation patterns, it should definately not
use the dutch label texts.

Cheers,
Taco

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

* Re: setuplabeltext bug ?
  2006-07-27 13:23         ` Taco Hoekwater
@ 2006-07-27 13:27           ` Thomas A. Schmitz
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas A. Schmitz @ 2006-07-27 13:27 UTC (permalink / raw)



On Jul 27, 2006, at 3:23 PM, Taco Hoekwater wrote:

>     no (norwegian)      -> nl

Today the Netherlands, tomorrow the world ;-)

Thomas

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

end of thread, other threads:[~2006-07-27 13:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-27  8:16 setuplabeltext bug ? Steffen Wolfrum
2006-07-27  9:49 ` Taco Hoekwater
2006-07-27 10:53   ` Steffen Wolfrum
2006-07-27 11:15     ` Taco Hoekwater
2006-07-27 12:18       ` Steffen Wolfrum
2006-07-27 13:23         ` Taco Hoekwater
2006-07-27 13:27           ` Thomas A. Schmitz

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