From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16446 Path: main.gmane.org!not-for-mail From: Plamen Tanovski Newsgroups: gmane.comp.tex.context Subject: right aligned section? Date: Tue, 14 Sep 2004 13:49:24 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <2004-09-14T1344190200@linxi.fqdn.th-h.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095162613 16903 80.91.229.6 (14 Sep 2004 11:50:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2004 11:50:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 14 13:49:57 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7Bor-0003ku-00 for ; Tue, 14 Sep 2004 13:49:57 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C239412796; Tue, 14 Sep 2004 13:49:55 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31653-02; Tue, 14 Sep 2004 13:49:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B5921278D; Tue, 14 Sep 2004 13:49:53 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7388C1278D for ; Tue, 14 Sep 2004 13:49:52 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31547-04-2 for ; Tue, 14 Sep 2004 13:49:51 +0200 (CEST) Original-Received: from mail-in-01.arcor-online.net (unknown [151.189.21.42]) by ronja.ntg.nl (Postfix) with ESMTP id E489D12778 for ; Tue, 14 Sep 2004 13:49:51 +0200 (CEST) Original-Received: from arcor-ip.de (dialin-145-254-176-248.arcor-ip.net [145.254.176.248]) by mail-in-01.arcor-online.net (Postfix) with SMTP id DB4A05A167 for ; Tue, 14 Sep 2004 13:49:40 +0200 (CEST) Original-Received: from standard input (invoked by user pgt) by arcor-ip.de (OMTA/0.51) with id arcor-ip.6570-0.1095162564 for ; Tue, 14 Sep 2004 13:49:24 +0200 (CEST) Original-To: mailing list for ConTeXt users Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16446 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16446 Hi, sorry for this actually simple question, but I don't get it. \setuphead[section][align=right] \starttext \section[testref]{test test} \stoptext The section remains left aligned. How can I make it right alignend? I've tried several examples, but the section remains always at the left. Best regards, P.