From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11087 Path: main.gmane.org!not-for-mail From: Guo Yang Newsgroups: gmane.comp.tex.context Subject: Chinese text failed to flow around pictures Date: Wed, 19 Feb 2003 15:19:52 -0500 Organization: NJIT Sender: ntg-context-admin@ntg.nl Message-ID: <3E53E6E8.7010007@njit.edu> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045686087 7686 80.91.224.249 (19 Feb 2003 20:21:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 19 Feb 2003 20:21:27 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18laic-0001zk-00 for ; Wed, 19 Feb 2003 21:21:26 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 91E6A10AF9; Wed, 19 Feb 2003 21:21:27 +0100 (MET) Original-Received: from mail-shield1.njit.edu (mail-shield1.njit.edu [128.235.251.171]) by ref.ntg.nl (Postfix) with ESMTP id EA7C310AEF for ; Wed, 19 Feb 2003 21:19:56 +0100 (MET) Original-Received: (from uucp@localhost) by mail-shield1.njit.edu (8.11.6/8.11.6) id h1JKJto06330 for ; Wed, 19 Feb 2003 15:19:55 -0500 (EST) Original-Received: from nodnsquery(128.235.251.32) by mail-shield1.njit.edu via csmap (V4.1) id srcAAA_bayvm; Wed, 19 Feb 03 15:19:53 -0500 Original-Received: from mailhost.njit.edu (mailhost.njit.edu [128.235.251.108]) by mail-gw4.njit.edu (8.12.6/8.12.4) with ESMTP id h1JKJrVM013405 for ; Wed, 19 Feb 2003 15:19:53 -0500 (EST) Original-Received: from njit.edu (dhcp154-47.njit.edu) by mailhost.njit.edu (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0HAK00L2DOI6L8@mailhost.njit.edu> for ntg-context@ntg.nl; Wed, 19 Feb 2003 15:20:30 -0500 (EST) Original-To: ntg-context@ntg.nl User-Agent: Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; DigExt) X-Accept-Language: en-us, zh-cn, en Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: gxy3139@njit.edu List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11087 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11087 when I tried: \placefigure [right] {Some picture} {\externalfigure[temp][type=jpg,width=5cm]} Blah blah ... % These should be pure Chinese characters. In the generated Chinese PDF file, the paragraph right after the figure just runs over the picture like it were not there. But if I append some English words before Chinese, everything would be fine. And \startfiguretext[left] works as expected. Any ideas? Guo