Re: [NTG-context] unsetting textstyle for one synonym

2007-05-04 Thread Hans Hagen
Peter Münster wrote: Hello, how could I cancel the textstyle=cap for just one synonym? Here an example to show what I want: \definesynonyms[Test][Tests][\Full] \setupsynonyms[Test][textstyle=cap] \Test{BLA}{This is B.L.A.} %\Test[CONTEXT]{{\nocap{\ConTeXt}}}{This is \ConTeXt}% does not

Re: [NTG-context] unsetting textstyle for one synonym

2007-05-03 Thread Wolfgang Schuster
2007/4/29, Peter Münster [EMAIL PROTECTED]: Hello, how could I cancel the textstyle=cap for just one synonym? Here an example to show what I want: \definesynonyms[Test][Tests][\Full] \setupsynonyms[Test][textstyle=cap] \Test{BLA}{This is B.L.A.} \Test[Foo]{FOO}{Say foo to me.}

Re: [NTG-context] unsetting textstyle for one synonym

2007-05-03 Thread Peter Münster
On Thu, 3 May 2007, Wolfgang Schuster wrote: \Test[Foo]{FOO}{Say foo to me.} \def\FOO{FOO\setbox\scratchbox\hbox{\Foo}} Nice, thanks! Nevertheless, here a little feature request: \cap{this is cap \unsetcap{this is normal} this is cap again} just as: {\bf this is bold {\tf this is normal}

Re: [NTG-context] unsetting textstyle for one synonym

2007-05-03 Thread Aditya Mahajan
On Thu, 3 May 2007, Peter M??nster wrote: On Thu, 3 May 2007, Wolfgang Schuster wrote: \Test[Foo]{FOO}{Say foo to me.} \def\FOO{FOO\setbox\scratchbox\hbox{\Foo}} Nice, thanks! Nevertheless, here a little feature request: \cap{this is cap \unsetcap{this is normal} this is cap again}

Re: [NTG-context] unsetting textstyle for one synonym

2007-05-03 Thread Peter Münster
On Thu, 3 May 2007, Aditya Mahajan wrote: \nocap ... for example \def\test {\cap{This is cap \nocap{this is no cap} this is cap}} \starttext {\bf \test} {\ss \test} \stoptext Try this: \def\test {\cap{This is cap \nocap{THIS is no cap} this is cap}} THIS gets lower cased...

[NTG-context] unsetting textstyle for one synonym

2007-04-29 Thread Peter Münster
Hello, how could I cancel the textstyle=cap for just one synonym? Here an example to show what I want: \definesynonyms[Test][Tests][\Full] \setupsynonyms[Test][textstyle=cap] \Test{BLA}{This is B.L.A.} %\Test[CONTEXT]{{\nocap{\ConTeXt}}}{This is \ConTeXt}% does not work

Re: [NTG-context] unsetting textstyle for one synonym

2007-04-29 Thread Aditya Mahajan
On Sun, 29 Apr 2007, Peter Münster wrote: Hello, how could I cancel the textstyle=cap for just one synonym? Here an example to show what I want: \definesynonyms[Test][Tests][\Full] \setupsynonyms[Test][textstyle=cap] \Test{BLA}{This is B.L.A.} %\Test[CONTEXT]{{\nocap{\ConTeXt}}}{This is

Re: [NTG-context] unsetting textstyle for one synonym

2007-04-29 Thread Peter Münster
On Sun, 29 Apr 2007, Aditya Mahajan wrote: Did you try (untested) \Test[CONTEXT] {\nocap{context}} {This is \ConTeXt} Yes, now I've tried it and it does not work, but why should this work?? Here another try, that gives me an error:

Re: [NTG-context] unsetting textstyle for one synonym

2007-04-29 Thread Aditya Mahajan
On Sun, 29 Apr 2007, Peter Münster wrote: On Sun, 29 Apr 2007, Aditya Mahajan wrote: Did you try (untested) \Test[CONTEXT] {\nocap{context}} {This is \ConTeXt} Yes, now I've tried it and it does not work, but why should this work?? I think I completely misunderstood what you want. This

Re: [NTG-context] unsetting textstyle for one synonym

2007-04-29 Thread Peter Münster
On Sun, 29 Apr 2007, Aditya Mahajan wrote: I think I completely misunderstood what you want. This works for me, that is, context is not capitalized. All right. So here in other words, what I'm looking for: How can I disable the textstyle=cap setting for just one synonym? Of course I could