Re: [NTG-context] modes questions

2008-09-30 Thread Hans Hagen
Alan Stone wrote: > Are there currently other ones than those listed above which already have > been implemented ? > > How can one follow along which additional ones are implemented with the > update releases ? --help or just looking at the code i have no time to write/update a manual now Han

Re: [NTG-context] modes questions

2008-09-30 Thread Alan Stone
On Mon, Sep 29, 2008 at 10:37 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > Alan Stone wrote: > > On Thu, Sep 11, 2008 at 12:46 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > > > >> Alan Stone wrote: > >>> (2.2) How does ConTeXt handle a modefile ? Are the modes parsed into a > >>> modelist ( re: quest

Re: [NTG-context] modes questions

2008-09-29 Thread Hans Hagen
Alan Stone wrote: > On Thu, Sep 11, 2008 at 12:46 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > >> Alan Stone wrote: >>> (2.2) How does ConTeXt handle a modefile ? Are the modes parsed into a >>> modelist ( re: question 1.2 ) ? >> best use ctx files instead, like in >> >> == somefile.ctx === >> >>

Re: [NTG-context] modes questions

2008-09-29 Thread Alan Stone
On Thu, Sep 11, 2008 at 12:46 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > Alan Stone wrote: > > (2.2) How does ConTeXt handle a modefile ? Are the modes parsed into a > > modelist ( re: question 1.2 ) ? > > best use ctx files instead, like in > > == somefile.ctx === > > > > > > >

Re: [NTG-context] modes questions

2008-09-21 Thread Hans Hagen
Alan Stone wrote: > On Sat, Sep 20, 2008 at 6:07 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > >> Alan Stone wrote: >>> Are such macros possible ? >>> >>> modes: ma, mb, ... mz >>> values: va, vb, ... vz >>> command: cmd >>> parameter: p >>> >>> (1) instead of >>> >>> \doifmode{ma}{\cmd[name][va]} >

Re: [NTG-context] modes questions

2008-09-20 Thread Alan Stone
On Sat, Sep 20, 2008 at 6:07 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > Alan Stone wrote: > > Are such macros possible ? > > > > modes: ma, mb, ... mz > > values: va, vb, ... vz > > command: cmd > > parameter: p > > > > (1) instead of > > > > \doifmode{ma}{\cmd[name][va]} > > \doifmode{mb}{\cmd[n

Re: [NTG-context] modes questions

2008-09-20 Thread Hans Hagen
Alan Stone wrote: > Are such macros possible ? > > modes: ma, mb, ... mz > values: va, vb, ... vz > command: cmd > parameter: p > > (1) instead of > > \doifmode{ma}{\cmd[name][va]} > \doifmode{mb}{\cmd[name][vb]} > > \doifmode{mz}{\cmd[name][vz]} > > a macro which does: \doifmode{m*}{\cmd[

Re: [NTG-context] modes questions

2008-09-20 Thread Alan Stone
Are such macros possible ? modes: ma, mb, ... mz values: va, vb, ... vz command: cmd parameter: p (1) instead of \doifmode{ma}{\cmd[name][va]} \doifmode{mb}{\cmd[name][vb]} ... \doifmode{mz}{\cmd[name][vz]} a macro which does: \doifmode{m*}{\cmd[name][v*]} (2) instead of \doifmode{ma}{\cmd[p=

Re: [NTG-context] modes questions

2008-09-17 Thread Hans Hagen
Alan Stone wrote: > On Thu, Sep 11, 2008 at 12:46 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > >> Alan Stone wrote: >>> Hi, >>> >>> (1) --mode=modelist >>> >>> (1.1) Is there a limit to the number of modes in modelist ? >> no, just what the console and memory permit >> >>> (1.2) Is there a way to c

Re: [NTG-context] modes questions

2008-09-17 Thread Alan Stone
On Thu, Sep 11, 2008 at 12:46 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > Alan Stone wrote: > > Hi, > > > > (1) --mode=modelist > > > > (1.1) Is there a limit to the number of modes in modelist ? > > no, just what the console and memory permit > > > (1.2) Is there a way to call the modelist and su

Re: [NTG-context] modes questions

2008-09-11 Thread Alan Stone
On Thu, Sep 11, 2008 at 1:37 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > Taco Hoekwater wrote: >> Hans Hagen wrote: (1.2) Is there a way to call the modelist and submit it to conditional testing within ConTeXt ? For example, to lookup (true/false) the presence of modes containing/sta

Re: [NTG-context] modes questions

2008-09-11 Thread Alan Stone
On Thu, Sep 11, 2008 at 12:52 PM, Taco Hoekwater <[EMAIL PROTECTED]> wrote: > Hans Hagen wrote: >> >>> (1.2) Is there a way to call the modelist and submit it to conditional >>> testing within ConTeXt ? For example, to lookup (true/false) the >>> presence of modes containing/starting with (an) alph

Re: [NTG-context] modes questions

2008-09-11 Thread Hans Hagen
Taco Hoekwater wrote: > Hans Hagen wrote: >>> (1.2) Is there a way to call the modelist and submit it to conditional >>> testing within ConTeXt ? For example, to lookup (true/false) the >>> presence of modes containing/starting with (an) alphannumeric \doifinstring >>> string(s) ? >> \doifmodeels

Re: [NTG-context] modes questions

2008-09-11 Thread Taco Hoekwater
Hans Hagen wrote: > >> (1.2) Is there a way to call the modelist and submit it to conditional >> testing within ConTeXt ? For example, to lookup (true/false) the >> presence of modes containing/starting with (an) alphannumeric >> string(s) ? > > \doifmodeelse{somemode} { } { } etc etc etc This p

Re: [NTG-context] modes questions

2008-09-11 Thread Hans Hagen
Alan Stone wrote: > Hi, > > (1) --mode=modelist > > (1.1) Is there a limit to the number of modes in modelist ? no, just what the console and memory permit > (1.2) Is there a way to call the modelist and submit it to conditional > testing within ConTeXt ? For example, to lookup (true/false) the

[NTG-context] modes questions

2008-09-11 Thread Alan Stone
Hi, (1) --mode=modelist (1.1) Is there a limit to the number of modes in modelist ? (1.2) Is there a way to call the modelist and submit it to conditional testing within ConTeXt ? For example, to lookup (true/false) the presence of modes containing/starting with (an) alphannumeric string(s) ? (