Re: [NTG-context] \Words and uppercase letters

2014-12-03 Thread Pablo Rodriguez
On 12/03/2014 07:16 PM, Alan BRASLAU wrote: > On Wed, 3 Dec 2014 19:05:22 +0100 Peter Münster wrote: >> >> \def\myWords#1{\Words{\lowercase{#1}}} >> \starttext >> \myWords{A CCC} >> \stoptext > > This is because we want \Words{} to respect some upper case, for > example, \Words{A

Re: [NTG-context] \Words and uppercase letters

2014-12-03 Thread Pablo Rodriguez
On 12/03/2014 07:05 PM, Peter Münster wrote: > On Wed, Dec 03 2014, Pablo Rodriguez wrote: > >> I thought \Words{A} would do the same for the characters others >> than the first one in each word. > > \def\myWords#1{\Words{\lowercase{#1}}} > \starttext > \myWords{A CCC} > \sto

Re: [NTG-context] \Words and uppercase letters

2014-12-03 Thread Pablo Rodriguez
On 12/03/2014 07:01 PM, Hans Hagen wrote: > On 12/3/2014 5:52 PM, Pablo Rodriguez wrote: >> [...] >> \Words A CCC > > use this grouped: \Words{} My fault. >> Is there no way to get all words in lowercase characters and the initial >> uppercase characters? > > I'll add

Re: [NTG-context] \Words and uppercase letters

2014-12-03 Thread Alan BRASLAU
On Wed, 3 Dec 2014 19:05:22 +0100 Peter Münster wrote: > On Wed, Dec 03 2014, Pablo Rodriguez wrote: > > > I thought \Words{A} would do the same for the characters others > > than the first one in each word. > > \def\myWords#1{\Words{\lowercase{#1}}} > \starttext > \myWords{A

Re: [NTG-context] \Words and uppercase letters

2014-12-03 Thread Peter Münster
On Wed, Dec 03 2014, Pablo Rodriguez wrote: > I thought \Words{A} would do the same for the characters others > than the first one in each word. \def\myWords#1{\Words{\lowercase{#1}}} \starttext \myWords{A CCC} \stoptext -- Peter _

Re: [NTG-context] \Words and uppercase letters

2014-12-03 Thread Hans Hagen
On 12/3/2014 5:52 PM, Pablo Rodriguez wrote: Dear list, the following sample doesn’t work as expected: \starttext \Words A CCC \stoptext use this grouped: \Words{} Is there no way to get all words in lowercase characters and the initial uppercase charact

Re: [NTG-context] \Words and uppercase letters

2014-12-03 Thread Pablo Rodriguez
On 12/03/2014 06:09 PM, Henning Hraban Ramm wrote: > Am 2014-12-03 um 22:52 schrieb Pablo Rodriguez: >> [...] >> Is there no way to get all words in lowercase characters and the initial >> uppercase characters? > > > \Words{} uppercases the first character of the words in its brackets. > > What

Re: [NTG-context] \Words and uppercase letters

2014-12-03 Thread Henning Hraban Ramm
Am 2014-12-03 um 22:52 schrieb Pablo Rodriguez : > the following sample doesn’t work as expected: > > \starttext > \Words A CCC > \stoptext > > Is there no way to get all words in lowercase characters and the initial > uppercase characters? \Words{} uppercases the first

[NTG-context] \Words and uppercase letters

2014-12-03 Thread Pablo Rodriguez
Dear list, the following sample doesn’t work as expected: \starttext \Words A CCC \stoptext Is there no way to get all words in lowercase characters and the initial uppercase characters? Many thanks for your help, Pablo -- http://www.ousia.tk ___