From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54882 Path: news.gmane.org!not-for-mail From: Tomas Bures Newsgroups: gmane.comp.tex.context Subject: Re: Strange behaviour of indentation Date: Mon, 30 Nov 2009 13:10:43 +0100 Message-ID: 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 1259583085 8278 80.91.229.12 (30 Nov 2009 12:11:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Nov 2009 12:11:25 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 30 13:11:18 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 1NF565-0006eU-HF for gctc-ntg-context-518@m.gmane.org; Mon, 30 Nov 2009 13:11:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1993CC9BB9; Mon, 30 Nov 2009 13:08:12 +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 4VQth5CEcg14; Mon, 30 Nov 2009 13:08:09 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7D074C9B88; Mon, 30 Nov 2009 13:08:09 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BA1E2C9B88 for ; Mon, 30 Nov 2009 13:08:07 +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 60-7PV72w6B7 for ; Mon, 30 Nov 2009 13:08:05 +0100 (CET) Original-Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by balder.ntg.nl (Postfix) with ESMTP id 1211CC9AF9 for ; Mon, 30 Nov 2009 13:08:04 +0100 (CET) Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NF55w-0006b2-1n for ntg-context@ntg.nl; Mon, 30 Nov 2009 13:11:08 +0100 Original-Received: from kraken.cs.cas.cz ([147.231.6.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Nov 2009 13:11:08 +0100 Original-Received: from bures by kraken.cs.cas.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Nov 2009 13:11:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 148 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: kraken.cs.cas.cz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 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:54882 Archived-At: I tried the workaround for the text direction bug in luatex as suggested by Taco and Hans while ago for my other problem. It works even for this case. \let\textdir\gobblethreearguments Thank you. Tomas On 11/30/2009 01:03 PM, Tomas Bures wrote: > I'm sorry, the original PDF file was not completely according to the > sources below. The right one is attached here. > > Thank you, > Tomas > > On 11/30/2009 01:00 PM, Tomas Bures wrote: >> Dear all, >> >> I have some strange problem with indentation. >> >> I'm trying to typeset text with some verses. I use indentation in the >> text, however I would like to suppress it below the verse. So, inside >> the macro for verses, I use: indenting[next] >> >> This works fine, however for some strange reason, the indentation of the >> text paragraph isn't suppressed at some cases. >> >> The macro I use for the verses is a bit more compliated, but I managed >> to reduce the problem to the simple example below. The first 7 pairs of >> quote and line are fine, then the text line is indented although it >> shouldn't be. (Please see the attached PDF.) >> >> Please, does anyone know what to do with this problem? Thank you very >> much. >> >> Best regards, >> Tomas >> >> >> \setuppapersize[A6][A6] >> >> \setupindenting[small,yes] >> >> \def\startMyQuote{ >> \startlines} >> >> \def\stopMyQuote{ >> \stoplines >> \indenting[next] >> } >> >> >> \starttext >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> >> \startMyQuote >> Quote line >> \stopMyQuote >> >> Text line >> \stoptext >> >> >> >> ___________________________________________________________________________________ >> >> 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 >> ___________________________________________________________________________________ >> > > > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ ___________________________________________________________________________________ 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 ___________________________________________________________________________________