[NTG-context] question about macro's

2007-06-28 Thread Jelle Huisman
Hello, I try to create a macro for processing a document tagged with some non-standard tags, like: \TAGc The title of this chapter \TAGs Here starts a new section with a lot of bla bla bla text. More bla bla. And yet another piece of bla bla. To process the tags I have defined some macro's,

Re: [NTG-context] question about macro's

2007-06-28 Thread Aditya Mahajan
On Thu, 28 Jun 2007, Jelle Huisman wrote: Hello, I try to create a macro for processing a document tagged with some non-standard tags, like: \TAGc The title of this chapter \TAGs Here starts a new section with a lot of bla bla bla text. More bla bla. And yet another piece of bla bla. Do

Re: [NTG-context] question about macro's

2007-06-28 Thread Aditya Mahajan
On Thu, 28 Jun 2007, Aditya Mahajan wrote: On Thu, 28 Jun 2007, Jelle Huisman wrote: Hello, I try to create a macro for processing a document tagged with some non-standard tags, like: \TAGc The title of this chapter \TAGs Here starts a new section with a lot of bla bla bla text. More bla

Re: [NTG-context] question about macro's

2007-06-28 Thread Jelle Huisman
Hello Aditya, Do you have a blank line between the two lines? If so, see below. No, I don't have a blank line. (well, I can change my test file, but that is not the solution I am looking for.) To process the tags I have defined some macro's, like this one: \def\TAGc#1 {\dosomething{#1} % the