Re: [NTG-context] defineremapper as default (in style file)

2009-05-25 Thread luigi scarso
On Fri, May 22, 2009 at 8:11 PM, Hans Hagen pra...@wxs.nl wrote: Peter Münster wrote: Hello, I would like to activate a remapper in a style or module file. How could this be done? I tried this without success: \defineremapper[filterItem] \remapcharacter[filterItem][`•]{\item}

Re: [NTG-context] defineremapper as default (in style file)

2009-05-25 Thread Hans Hagen
luigi scarso wrote: On Fri, May 22, 2009 at 8:11 PM, Hans Hagen pra...@wxs.nl wrote: Peter Münster wrote: Hello, I would like to activate a remapper in a style or module file. How could this be done? I tried this without success: \defineremapper[filterItem]

Re: [NTG-context] defineremapper as default (in style file)

2009-05-25 Thread Peter Münster
On Mon, 25 May 2009, luigi scarso wrote: I think the point is this : in some situations one find useful to convert things like • in macros like \item . Of course, it can be done with  preprocessing , or with some ad-hoc macros in lua code , etc So, apart \remapcharacter, are there  any

Re: [NTG-context] defineremapper as default (in style file)

2009-05-25 Thread luigi scarso
On Mon, May 25, 2009 at 12:17 PM, Hans Hagen pra...@wxs.nl wrote: luigi scarso wrote: On Fri, May 22, 2009 at 8:11 PM, Hans Hagen pra...@wxs.nl wrote: Peter Münster wrote: Hello, I would like to activate a remapper in a style or module file. How could this be done? I tried this

Re: [NTG-context] defineremapper as default (in style file)

2009-05-25 Thread luigi scarso
On Mon, May 25, 2009 at 12:18 PM, Peter Münster pmli...@free.fr wrote: On Mon, 25 May 2009, luigi scarso wrote: I think the point is this : in some situations one find useful to convert things like • in macros like \item . Of course, it can be done with preprocessing , or with some

Re: [NTG-context] defineremapper as default (in style file)

2009-05-22 Thread Wolfgang Schuster
Am 22.05.2009 um 19:47 schrieb Peter Münster: Hello, I would like to activate a remapper in a style or module file. How could this be done? I tried this without success: \defineremapper[filterItem] \remapcharacter[filterItem][`•]{\item} \appendtoks \startfilterItem \to \everystarttext

Re: [NTG-context] defineremapper as default (in style file)

2009-05-22 Thread Hans Hagen
Peter Münster wrote: Hello, I would like to activate a remapper in a style or module file. How could this be done? I tried this without success: \defineremapper[filterItem] \remapcharacter[filterItem][`•]{\item} \appendtoks \startfilterItem \to \everystarttext \prependtoks \stopfilterItem