From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24134 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: strange behavior of startbackground Date: Mon, 05 Dec 2005 15:35:01 +0100 Message-ID: <43945015.9070607@wxs.nl> References: <4393EE02.405@gmail.com> <439402CE.5000402@wxs.nl> <4394346C.40804@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133793752 28594 80.91.229.2 (5 Dec 2005 14:42:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2005 14:42:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 05 15:42:30 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjHXt-0007qF-Rv for gctc-ntg-context-518@m.gmane.org; Mon, 05 Dec 2005 15:42:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 68E201285C; Mon, 5 Dec 2005 15:42:20 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12241-03; Mon, 5 Dec 2005 15:42:19 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8AB961282A; Mon, 5 Dec 2005 15:38:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A6B911281A for ; Mon, 5 Dec 2005 15:38:57 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12129-09 for ; Mon, 5 Dec 2005 15:38:56 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id AA31F1282A for ; Mon, 5 Dec 2005 15:35:02 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 6462 for ; Mon, 05 Dec 2005 15:40:40 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4394346C.40804@gmail.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24134 Archived-At: Xiao Jianfeng wrote: > Hans Hagen wrote: > >> Xiao Jianfeng wrote: >> >>> Hello, >>> >>> I came across a problem when I was trying to compile my tex file. >>> The attached file is an example. >>> >>> I have to process Chinese, so "\loadmapfile[gbk]" and >>> "\usemodule[chinese]" are essential. >>> >>> I'm using the lastest release of ConTeXt. >>> ConText ver:2005.12.01, texExec 5.4.3, to be exact. >>> And I use "texmfstart texexec.pl --autopdf --pdf test2.tex" to compile >>> my source file. >>> >>> The problem is there is enough space in page 2 for the words between >>> \startbackground and \stopbackground, but the background block was put >>> on page 3 with most of the page 2 was left blank. >>> >>> And there is another small problem, the command \setupindenting[medium] >>> didn't work. >>> >>> >> \setupindenting[medium,yes] % yes enables it > > > Thanks, Hans! > > This command does enables indentation except the first line after a > \subject or \subsubject. > Is this a bug or ConTeXt was designed to do so ? by design you can set the 'indentnext' key to 'yes' (in setuphead) > > One more question, can I set up indenting for English and Chinese > separately ? The firstly line > of every paragraph needs to be indented usually in China, but in > English it doesn't. you can say \noindenting before paragraphs that don't need it Hans