2011/8/17 Peter Rolf <indiego@gmx.net>
Am 17.08.2011 12:51, schrieb Peter Rolf:
> Am 17.08.2011 12:40, schrieb Cecil Westerhof:
>> I am still expanding my knowledge of ConTeXt. At the moment I am playing
>> with \rotate. When using:
>>     \rotate[rotation=42]{Tekst kan ook worden geroteerd.}
>>     \rotate[rotation=-42]{In elke richting die je maar wilt.}
>>
>> This is displayed as:
>>     /
>>     \
>>
>> I would like it displayed as:
>>     /\
>>
>> How can I do that?
>>
>
> 0° lies on the right (W), rotation is counter clockwise. The rest is up
                      ^^^^
                      East :-D

> to you :-)

You lost me. :-{

When playing with it, I found that it seems like every rotation wants its own vertical space.

But this is only the case when the rotation is the first thing to be printed on the line. So I changed it to:
    \
    \rotate[rotation=42]{Tekst kan ook worden geroteerd.}
    \rotate[rotation=-42]{In elke richting die je maar wilt.}

and because it is nicer to have it centered:
    \midaligned{
      \
      \rotate[rotation=42]{Tekst kan ook worden geroteerd.}
      \rotate[rotation=-42]{In elke richting die je maar wilt.}
    }


--
Cecil Westerhof