From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31103 Path: news.gmane.org!not-for-mail From: "Zhichu Chen" Newsgroups: gmane.comp.tex.context Subject: Re: Texts after typing environment Date: Fri, 29 Sep 2006 11:56:41 +0800 Message-ID: <769ba7780609282056x373d15d1g8719e25da09da9e6@mail.gmail.com> References: <769ba7780609270850j503ba7ffwc2e9f911fd919cab@mail.gmail.com> <6faad9f00609281757v41bc4748hdc833cae6bd52424@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 1159502226 24175 80.91.229.2 (29 Sep 2006 03:57:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Sep 2006 03:57:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 29 05:57:03 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 1GT9Uk-00037C-BY for gctc-ntg-context-518@m.gmane.org; Fri, 29 Sep 2006 05:57:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ED7001FFA0; Fri, 29 Sep 2006 05:57:01 +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 09924-01; Fri, 29 Sep 2006 05:56:59 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C814F1FF82; Fri, 29 Sep 2006 05:56:51 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 66A621FF82 for ; Fri, 29 Sep 2006 05:56:48 +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 08801-05-2 for ; Fri, 29 Sep 2006 05:56:45 +0200 (CEST) Original-Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by ronja.ntg.nl (Postfix) with SMTP id C98CE1FF81 for ; Fri, 29 Sep 2006 05:56:44 +0200 (CEST) Original-Received: by py-out-1112.google.com with SMTP id m51so986527pye for ; Thu, 28 Sep 2006 20:56:41 -0700 (PDT) Original-Received: by 10.35.93.15 with SMTP id v15mr5121925pyl; Thu, 28 Sep 2006 20:56:41 -0700 (PDT) Original-Received: by 10.35.17.13 with HTTP; Thu, 28 Sep 2006 20:56:41 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <6faad9f00609281757v41bc4748hdc833cae6bd52424@mail.gmail.com> 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:31103 Archived-At: I've already solved it now. Just \setuptyping[after=\noindent] is perfectly for me. Thank you anyway. On 9/29/06, Mojca Miklavec wrote: > On 9/27/06, Zhichu Chen wrote: > > 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. > > In LaTeX paragraph indenting is turned on by default. In ConTeXt you > have to turn it on first, for example with > \setupindenting[first,big,yes] > > After that you probably have contrary problems: you have to turn > indenting explicitely off if you don't want "some other texts" to be > indented: > > \starttyping > some texts here > \stoptyping > \noindent some other texts > \starttyping > some texts here > \stoptyping > > other materials > > But this should be configurable somehow. (I bet it is.) I tried some > of \setuptyping options, but none of those I tried was of any help. > Perhaps some other users may help figuring out the proper option if > available. > > As a workaround this might help temporary. > > Mojca > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >