From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/70165 Path: news.gmane.org!not-for-mail From: Alasdair McAndrew Newsgroups: gmane.comp.tex.context Subject: Changing width of division lines in tables? Date: Wed, 20 Jul 2011 14:34:37 +1000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1342817695==" X-Trace: dough.gmane.org 1311136517 19322 80.91.229.12 (20 Jul 2011 04:35:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2011 04:35:17 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 20 06:35:12 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 1QjOV5-0004Cz-KX for gctc-ntg-context-518@m.gmane.org; Wed, 20 Jul 2011 06:35:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CA367CAE4E; Wed, 20 Jul 2011 06:35:10 +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 XJhUyU236jyR; Wed, 20 Jul 2011 06:34:57 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C7419CAE47; Wed, 20 Jul 2011 06:34:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6ED88CAE47 for ; Wed, 20 Jul 2011 06:34:54 +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 c69xcQPCRHlV for ; Wed, 20 Jul 2011 06:34:40 +0200 (CEST) Original-Received: from filter3-nij.mf.surf.net (filter3-nij.mf.surf.net [195.169.124.154]) by balder.ntg.nl (Postfix) with ESMTP id 3070DCADE4 for ; Wed, 20 Jul 2011 06:34:40 +0200 (CEST) Original-Received: from mail-gy0-f169.google.com (mail-gy0-f169.google.com [209.85.160.169]) by filter3-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p6K4YcM3022631 for ; Wed, 20 Jul 2011 06:34:39 +0200 Original-Received: by gyg13 with SMTP id 13so2565402gyg.14 for ; Tue, 19 Jul 2011 21:34:38 -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=swcuOWVDORHxY/Bk+YqEuQc3ebotQXrhzPLU4P2jHpI=; b=vziLSxOH431//RA/iQvp/J73D6ooUtvOa/FtPd1UKEWi/mHXh7DaxQvnYemCsTgGL9 RQH9UYyEQUwSFVEa+R32lXkifjvQNgpQoSUu/6Lacc8cBhZFc7NC8657/tp8yLbtCYWQ KAaIBxHplu+px7poMbWXd8lAWpHjZwBXuexuk= Original-Received: by 10.91.188.13 with SMTP id q13mr7532043agp.165.1311136477954; Tue, 19 Jul 2011 21:34:37 -0700 (PDT) Original-Received: by 10.90.34.1 with HTTP; Tue, 19 Jul 2011 21:34:37 -0700 (PDT) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=209.85.160.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: 0dFa4yCwf - 07fbe7f5ff5a - 20110720 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.154 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:70165 Archived-At: --===============1342817695== Content-Type: multipart/alternative; boundary=0016e64ca42c05419c04a878c061 --0016e64ca42c05419c04a878c061 Content-Type: text/plain; charset=ISO-8859-1 Hello there, In the table environment, \HL and \VL have an optional parameter by which you can change their width: \HL[3], \VL[4] for example. However, for a division line \DL, the optional parameter gives the number of columns it spans. How can I change the width of a given division line? Thanks, Alasdair -- Blog: http://amca01.wordpress.com Web: http://bit.ly/Alasdair Facebook: http://www.facebook.com/alasdair.mcandrew --0016e64ca42c05419c04a878c061 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello there,

In the table environment, \HL and \VL have an optional = parameter by which you can change their width: \HL[3], \VL[4] for example.= =A0 However, for a division line \DL, the optional parameter gives the numb= er of columns it spans.=A0 How can I change the width of a given division l= ine?

Thanks,
Alasdair

--
Blog: http://amca01.wordpress.com
Web:=A0 http://bit.ly/Alasdair
Facebook: http://www.facebook.com/alasdair.mcandrew
--0016e64ca42c05419c04a878c061-- --===============1342817695== 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 ___________________________________________________________________________________ --===============1342817695==--