From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86149 Path: news.gmane.org!not-for-mail From: "Jan Tosovsky" Newsgroups: gmane.comp.tex.context Subject: Re: Alignment for narrower text Date: Thu, 30 Jan 2014 20:49:42 +0100 Message-ID: <35362.1886032217$1391111401@news.gmane.org> References: <52eaa335.c3d00e0a.7dbf.ffffcaccSMTPIN_ADDED_BROKEN@mx.google.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391111388 3742 80.91.229.3 (30 Jan 2014 19:49:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 19:49:48 +0000 (UTC) To: "'mailing list for ConTeXt users'" Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 30 20:49:56 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8xcY-0003jQ-KH for gctc-ntg-context-518@m.gmane.org; Thu, 30 Jan 2014 20:49:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B8E6D101E2; Thu, 30 Jan 2014 20:49:53 +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 fFVNfz8I93ZE; Thu, 30 Jan 2014 20:49:52 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 72E28101E3; Thu, 30 Jan 2014 20:49:52 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BED4E101E3 for ; Thu, 30 Jan 2014 20:49:51 +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 UMwzc-1Xm0Fu for ; Thu, 30 Jan 2014 20:49:51 +0100 (CET) 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 0941D101E2 for ; Thu, 30 Jan 2014 20:49:46 +0100 (CET) Original-Received: from fep48.mx.upcmail.net (fep48.mx.upcmail.net [62.179.121.70]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s0UJni6k018316 for ; Thu, 30 Jan 2014 20:49:45 +0100 Original-Received: from edge03.upcmail.net ([192.168.13.238]) by viepfeppe48-int.chello.at (InterMail vM.8.01.05.11 201-2260-151-128-20120928) with ESMTP id <20140130194944.PEEJ9236.viepfeppe48-int.chello.at@edge03.upcmail.net> for ; Thu, 30 Jan 2014 20:49:44 +0100 Original-Received: from emk ([78.102.140.160]) by edge03.upcmail.net with edge id LKpi1n0233Tq9wW03KpkmX; Thu, 30 Jan 2014 20:49:44 +0100 X-SourceIP: 78.102.140.160 In-Reply-To: X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac8d8lhvtTqeMLE5TuGZq0S8Kj/d4QAAEUPg Content-Language: cs X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=62.179.121.70; country=AT; latitude=47.3333; longitude=13.3333; http://maps.google.com/maps?q=47.3333,13.3333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0WLkjNJO8 - b6734938c4ab - 20140130 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 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 Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:86149 Archived-At: On 2014-01-30 Wolfgang Schuster wrote: > Am 30.01.2014 um 20:08 schrieb Jan Tosovsky : > > > > how can I specify the alignment of narrower text, 'hanging' in my > > case? > > What do you expect from the output? > I'd expect that starting french quote sign outside the left text edge - similarly like it is aligned the main flow when the hanging feature is enabled. Now I've found it works as expected when the indenting is disabled: \definefontfamily[palatino][rm][Palatino Linotype][features={default, quality}] \setupbodyfont[palatino] \setupalign[hz, hanging] %\setupindenting[medium, yes] % this helped \starttext \input{tufte} \setupnarrower[left=1cm] \startnarrower[left] \it >this is,\par just sample.<\par \stopnarrower \input{tufte} \stoptext Can I have both the main flow indentation and the proper alignment of the narrow text block? Thanks for any hint, Jan ___________________________________________________________________________________ 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 ___________________________________________________________________________________