From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31068 Path: news.gmane.org!not-for-mail From: "Zhichu Chen" Newsgroups: gmane.comp.tex.context Subject: Texts after typing environment Date: Wed, 27 Sep 2006 23:50:10 +0800 Message-ID: <769ba7780609270850j503ba7ffwc2e9f911fd919cab@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159372300 5460 80.91.229.2 (27 Sep 2006 15:51:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Sep 2006 15:51:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 27 17:51:37 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1GSbg3-0004zg-9h for gctc-ntg-context-518@m.gmane.org; Wed, 27 Sep 2006 17:50:28 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 92BA11FF4D; Wed, 27 Sep 2006 17:50:26 +0200 (CEST) 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 18639-01-3; Wed, 27 Sep 2006 17:50:20 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B6981FF55; Wed, 27 Sep 2006 17:50:20 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5E13B1FF4D for ; Wed, 27 Sep 2006 17:50:17 +0200 (CEST) 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 18638-01 for ; Wed, 27 Sep 2006 17:50:12 +0200 (CEST) Original-Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by ronja.ntg.nl (Postfix) with SMTP id C6A021FF55 for ; Wed, 27 Sep 2006 17:50:11 +0200 (CEST) Original-Received: by py-out-1112.google.com with SMTP id m51so306076pye for ; Wed, 27 Sep 2006 08:50:10 -0700 (PDT) Original-Received: by 10.35.53.18 with SMTP id f18mr1703722pyk; Wed, 27 Sep 2006 08:50:10 -0700 (PDT) Original-Received: by 10.35.17.13 with HTTP; Wed, 27 Sep 2006 08:50:09 -0700 (PDT) Original-To: ntg-context@ntg.nl Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:31068 Archived-At: Hello everybody, If I type: ------------------------------------------- \starttyping some verbatim texts \stoptyping -------------------------------------------- does ConTeXt treat it as a complete paragraph? In LaTeX, when I type: -------------------------------------- \begin{verbatim} some texts here \end{verbatim} some other texts \begin{verbatim} some texts here \end{verbatim} other materials --------------------------------------- The output will be --------------------------------------- some texts here some other texts some texts here other meterials -----> This line is indented !! ---------------------------------------- What should I do in ConTeXt? I really want to control this. but whether I leave a blank line after \stoptyping or not, nothing changed. Have I expressed my problem clearly? yours, chen