[NTG-context] Typesetting in verbatim

2011-09-08 Thread Thomas Friedrich
Hi, I am having problems typing when typesetting code within a \definetyping environment. I hope someone might be able to give me a hint. My code looks as follows: \definetyping [Haskell] [ option=commands, before={\startframedtext[width=\makeupwidth,

Re: [NTG-context] Typesetting in verbatim

2011-09-08 Thread Aditya Mahajan
On Wed, 7 Sep 2011, Thomas Friedrich wrote: Hi, I am having problems typing when typesetting code within a \definetyping environment. I hope someone might be able to give me a hint. My code looks as follows: \definetyping [Haskell] [ option=commands,

Re: [NTG-context] Typesetting in verbatim

2011-09-08 Thread Wolfgang Schuster
Am 08.09.2011 um 09:55 schrieb Aditya Mahajan: On Wed, 7 Sep 2011, Thomas Friedrich wrote: Hi, I am having problems typing when typesetting code within a \definetyping environment. I hope someone might be able to give me a hint. My code looks as follows: \definetyping

Re: [NTG-context] Typesetting in verbatim

2011-09-08 Thread Thomas Friedrich
Am Donnerstag, den 08.09.2011, 09:59 +0200 schrieb Wolfgang Schuster: Am 08.09.2011 um 09:55 schrieb Aditya Mahajan: On Wed, 7 Sep 2011, Thomas Friedrich wrote: Hi, I am having problems typing when typesetting code within a \definetyping environment. I hope someone might be

Re: [NTG-context] Typesetting in verbatim

2011-09-08 Thread luigi scarso
On Thu, Sep 8, 2011 at 10:39 AM, Thomas Friedrich i...@suud.de wrote: Question: Is there a way to replace the and strings in the typesetting environment by something else?  Or another work around? maybe \startHaskell foo = bar =/BTEX/ETEX print foo = bar =/BTEX$$/ETEX print \stopHaskell --

Re: [NTG-context] Typesetting in verbatim

2011-09-08 Thread Thomas Friedrich
Am Donnerstag, den 08.09.2011, 10:57 +0200 schrieb luigi scarso: On Thu, Sep 8, 2011 at 10:39 AM, Thomas Friedrich i...@suud.de wrote: Question: Is there a way to replace the and strings in the typesetting environment by something else? Or another work around? maybe \startHaskell

Re: [NTG-context] Typesetting in verbatim

2011-09-08 Thread Hans Hagen
On 8-9-2011 10:39, Thomas Friedrich wrote: won't even compile. It doesn't like . Question: Is there a way to replace the and strings in the typesetting environment by something else? Or another work around? this is because is considered grouping just use mkiv Hans