From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54351 Path: news.gmane.org!not-for-mail From: Vyatcheslav Yatskovsky Newsgroups: gmane.comp.tex.context Subject: \setuphead and n*serried Date: Sun, 15 Nov 2009 22:14:08 +0200 Message-ID: <4B006110.6090604@gmail.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258316084 32575 80.91.229.12 (15 Nov 2009 20:14:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Nov 2009 20:14:44 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 15 21:14:37 2009 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.50) id 1N9lUb-0002XY-B3 for gctc-ntg-context-518@m.gmane.org; Sun, 15 Nov 2009 21:14:37 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DDF7BC9ABB; Sun, 15 Nov 2009 21:12:21 +0100 (CET) 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 1HnrgNf9jLri; Sun, 15 Nov 2009 21:12:18 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 011E2C9A7C; Sun, 15 Nov 2009 21:12:17 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 75DE1C9A70 for ; Sun, 15 Nov 2009 21:12:15 +0100 (CET) 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 8yiZEXCFs+Q8 for ; Sun, 15 Nov 2009 21:12:04 +0100 (CET) Original-Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by balder.ntg.nl (Postfix) with ESMTP id ED146C9A7C for ; Sun, 15 Nov 2009 21:12:03 +0100 (CET) Original-Received: by bwz20 with SMTP id 20so5044033bwz.34 for ; Sun, 15 Nov 2009 12:14:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=uahLHisW+2+mR85z7KmOHc+w8v2QdaB4WXji1q/sb+E=; b=aSL4MrEio/QX98hKdUqCSr0boqHcCjsrkQe6xqdl9iMWSLyi9Kvu7qgR/apKOcGiqE Vj1GiXYUSRZ93Q8B+q7L6invmndOchkPwXAi9hxzzGmuMG7HOXn57chhh0kBJ31yTVSs CHCAdiFjTq5QK4JLBNH5SgWi+8kQ9qO4jwnWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=BgsJtno73BBJEmqWO21LdbZeXN16Ctm48E3ZGbFgf4pUjsQyrFeactQvoz4U99zKym MeXa4liKKjK67ohYiN9c/hTc9rS/gwA6TP8CbBZiU9L5FijgWiu0NSLIIlqQqTjGGA+K oRJ0MjWfmi0MmZ2qMLBugO68EfbxxEBcLMl80= Original-Received: by 10.204.34.5 with SMTP id j5mr5128923bkd.5.1258316058288; Sun, 15 Nov 2009 12:14:18 -0800 (PST) Original-Received: from ?10.0.22.59? ([194.242.119.74]) by mx.google.com with ESMTPS id 15sm1617163bwz.0.2009.11.15.12.14.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Nov 2009 12:14:17 -0800 (PST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 In-Reply-To: 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:54351 Archived-At: Hi friends, I like [n*serried] option very much. Why I cannot use it in \setuphead instead of distance, too? %works \setuphead[subsubject][ alternative=text, style=\bf, distance=0.7ex] %does not work \setuphead[subsubject][ alternative=text, style=\bf, 1*serried] Regards, Vyatcheslav ___________________________________________________________________________________ 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 ___________________________________________________________________________________