Send to Hans instead of to the list. :-(

---------- Forwarded message ----------
From: Cecil Westerhof <cldwester...@gmail.com>
Date: 2013/4/26
Subject: Re: [NTG-context] Heading in setuplayout from a variable
To: Hans Hagen <pra...@wxs.nl>


2013/4/26 Hans Hagen <pra...@wxs.nl>:
> On 4/26/2013 1:27 PM, Cecil Westerhof wrote:
>>
>> It is a long time since I used ConTeXt. I am starting again.
>>
>> I have the following code:
>> \setvariables[meta][type=cecil]
>>
>> \if\getvariable{meta}{type}=cecil
>>        \setvariables[meta][
>>          name={Cecil Westerhof},
>>        ]
>>        \setvariables[layout][
>>          header=0mm,
>>        ]
>> \fi
>>
>> But that does not work.
>>
>> For the conditional I also tried:
>> \ifx\getvariable{meta}{type}\cecil
>>
>> But that does not work either.
>>
>> What is the correct way to define the comparison?
>
>
> \doifelse {\getvariable{meta}{type}} {cecil} {
>         ...
> } {
>         ...
> }

Thanks. That works. In my case I use a \doif.

Is there also something like a switch statement? If not I could use a
nested \doifelse.

--
Cecil Westerhof


-- 
Cecil Westerhof
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to