Re: [NTG-context] TreatFirstLine: loss of spaces

2009-01-15 Thread Bart C. Wise
On Thursday 15 January 2009 12:18:20 pm Hans Hagen wrote: > Bart C. Wise wrote: > > > \TreatFirstLine {\sc} {} {} { } > > > > > > ^ space > > > > Your output looks great. However, with the code below, I still get no > > spaces on the first line. > > because (as i mentioned in the mail) you need

Re: [NTG-context] TreatFirstLine: loss of spaces

2009-01-15 Thread Wolfgang Schuster
Am 15.01.2009 um 19:57 schrieb Bart C. Wise: \starttext \TreatFirstLine{\sc}{}{}{} \TreatFirstLine{\sc}{}{}{ } The combined color and font effect is also possible, although one must be careful in using macros that accumulate grouping, but the commands used here are pretty save in that respe

Re: [NTG-context] TreatFirstLine: loss of spaces

2009-01-15 Thread Hans Hagen
Bart C. Wise wrote: > \TreatFirstLine {\sc} {} {} { } > ^ space Your output looks great. However, with the code below, I still get no spaces on the first line. because (as i mentioned in the mail) you need to add a space as fourth argument \TreatFirstLine {\sc} {} {} { } or \TreatFir

Re: [NTG-context] TreatFirstLine: loss of spaces

2009-01-15 Thread Hans Hagen
Bart C. Wise wrote: The code below changes the first line. However, there are no spaces between words and therefore, the justification is also off. You can even leave the first parameter empty and you get the same results. Am I missing something? \starttext \TreatFirstLine {\sc} {} {} {}

Re: [NTG-context] TreatFirstLine: loss of spaces

2009-01-15 Thread Bart C. Wise
On Thursday 15 January 2009 11:26:57 am Hans Hagen wrote: > Bart C. Wise wrote: > > The code below changes the first line. However, there are no spaces > > between words and therefore, the justification is also off. You can even > > leave the first parameter empty and you get the same results. > >

Re: [NTG-context] TreatFirstLine: loss of spaces

2009-01-15 Thread Bart C. Wise
On Thursday 15 January 2009 10:44:07 am Wolfgang Schuster wrote: > Am 15.01.2009 um 18:06 schrieb Bart C. Wise: > > The code below changes the first line. However, there are no spaces > > between words and therefore, the justification is also off. You can > > even leave the first parameter empty an

Re: [NTG-context] TreatFirstLine: loss of spaces

2009-01-15 Thread Wolfgang Schuster
Am 15.01.2009 um 18:06 schrieb Bart C. Wise: The code below changes the first line. However, there are no spaces between words and therefore, the justification is also off. You can even leave the first parameter empty and you get the same results. Am I missing something? \starttext \TreatFi

[NTG-context] TreatFirstLine: loss of spaces

2009-01-15 Thread Bart C. Wise
The code below changes the first line. However, there are no spaces between words and therefore, the justification is also off. You can even leave the first parameter empty and you get the same results. Am I missing something? \starttext \TreatFirstLine {\sc} {} {} {} The combined color and