From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27500 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: verb-c and tabulator width Date: Wed, 26 Apr 2006 20:25:09 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1146075753 1645 80.91.229.2 (26 Apr 2006 18:22:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 18:22:33 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 26 20:22:31 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FYoeN-00014B-24 for gctc-ntg-context-518@m.gmane.org; Wed, 26 Apr 2006 20:22:07 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9E7F3127B2; Wed, 26 Apr 2006 20:22:06 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32366-06; Wed, 26 Apr 2006 20:22:01 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8870012783; Wed, 26 Apr 2006 20:22:01 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D7A1B12783 for ; Wed, 26 Apr 2006 20:21:59 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32033-05 for ; Wed, 26 Apr 2006 20:21:56 +0200 (CEST) Original-Received: from swip.net (mailfe04.tele2.fr [212.247.154.108]) by ronja.ntg.nl (Postfix) with SMTP id 9428612772 for ; Wed, 26 Apr 2006 20:21:56 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.87.194] (HELO localhost) by mailfe04.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 184289558 for ntg-context@ntg.nl; Wed, 26 Apr 2006 20:21:53 +0200 Original-To: ntg-context@ntg.nl In-Reply-To: User-Agent: Opera M2/7.54 (FreeBSD, build 955) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27500 Archived-At: On Wed, 26 Apr 2006 19:43:48 +0200 (CEST), Peter M=FCnster = wrote: > Hello, > thanks to Nikolai for the verb-c module! > > One (probably there will come more) question: > How could I adjust the width of the tabulator? Use the tab option (not specific to C): \usemodule[verb-c] \setupcolors[state=3Dstart] \starttext \startC[tab=3D2] if (i =3D=3D 0) { a =3D b; } else { a =3D c; } \stopC \startC[tab=3D4] if (i =3D=3D 0) { a =3D b; } else { a =3D c; } \stopC \startTEX[tab=3D8] \startC[tab=3D4] if (i =3D=3D 0) { a =3D b; } else { a =3D c; } \stopC \stopTEX \stoptext Regards, BG