From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70720 Path: news.gmane.org!not-for-mail From: Cecil Westerhof Newsgroups: gmane.comp.tex.context Subject: Two rotates on the same line Date: Wed, 17 Aug 2011 12:40:11 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1992700553==" X-Trace: dough.gmane.org 1313577635 28363 80.91.229.12 (17 Aug 2011 10:40:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Aug 2011 10:40:35 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 17 12:40:30 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QtdXx-0002le-TP for gctc-ntg-context-518@m.gmane.org; Wed, 17 Aug 2011 12:40:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 684CECAEF6; Wed, 17 Aug 2011 12:40:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VsG-nAlJHYFX; Wed, 17 Aug 2011 12:40:25 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 85FB9CAEF2; Wed, 17 Aug 2011 12:40:25 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C81F3CAEF2 for ; Wed, 17 Aug 2011 12:40:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YDdUz4WF5GFC for ; Wed, 17 Aug 2011 12:40:13 +0200 (CEST) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id AFA23CAEF0 for ; Wed, 17 Aug 2011 12:40:13 +0200 (CEST) Original-Received: from mail-vx0-f169.google.com (mail-vx0-f169.google.com [209.85.220.169]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p7HAeBYU002946 for ; Wed, 17 Aug 2011 12:40:12 +0200 Original-Received: by vxj3 with SMTP id 3so964790vxj.14 for ; Wed, 17 Aug 2011 03:40:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=XRDtEZVMNPJKc0jzT/kL/Fyi9xb+Kyfr0M60wagGDF8=; b=Bf7g1OdSmtWD/UN7L5xhCROahgR+FrQSwf8rGSG/VMbdFYPHPHaBAIuOsprdz7T5f/ ewjEFY9Nf/kfJWDtIOaUjMf/jLfx+FXJmTql69Z/eUpLJZBQ0CLSzrzSfk/Gh3n8X4ta iNcfWAp3zFhj6umCYkvaSxadQ42PwABRJ9ySQ= Original-Received: by 10.52.21.205 with SMTP id x13mr766996vde.515.1313577611561; Wed, 17 Aug 2011 03:40:11 -0700 (PDT) Original-Received: by 10.52.165.33 with HTTP; Wed, 17 Aug 2011 03:40:11 -0700 (PDT) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=209.85.220.169; country=US; region=CA; city=Mountain View; postalcode=94043; latitude=37.4192; longitude=-122.0574; metrocode=807; areacode=650; http://maps.google.com/maps?q=37.4192,-122.0574&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0xFlmEcAg - 877548b8b2ac - 20110817 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:70720 Archived-At: --===============1992700553== Content-Type: multipart/alternative; boundary=20cf30780d3aec09db04aab11ece --20cf30780d3aec09db04aab11ece Content-Type: text/plain; charset=ISO-8859-1 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? -- Cecil Westerhof --20cf30780d3aec09db04aab11ece Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I am still expanding my knowledge of ConTeXt. At the moment I am playing wi= th \rotate. When using:
=A0=A0=A0 \rotate[rotation=3D42]{Tekst kan ook w= orden geroteerd.}
=A0=A0=A0 \rotate[rotation=3D-42]{In elke richting die= je maar wilt.}

This is displayed as:
=A0=A0=A0 /
=A0=A0=A0 \
I would like it displayed as:
=A0=A0=A0 /\

How can I do that?
--
Cecil Westerhof
--20cf30780d3aec09db04aab11ece-- --===============1992700553== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1992700553==--