From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10373 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Conditional Text Date: Sun, 19 Jan 2003 01:12:15 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87u1g6uheo.fsf@gundla.ch> References: <20030118170642.42ebdcbb.lazycode@linuxkungfu.org> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042935355 22712 80.91.224.249 (19 Jan 2003 00:15:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 19 Jan 2003 00:15:55 +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 18a37y-0005uA-00 for ; Sun, 19 Jan 2003 01:15:54 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 61FED10AF0; Sun, 19 Jan 2003 01:17:19 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ref.ntg.nl (Postfix) with ESMTP id 2CBC810AE9 for ; Sun, 19 Jan 2003 01:16:13 +0100 (MET) Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18a38G-00035t-00 for ntg-context@ntg.nl; Sun, 19 Jan 2003 01:16:12 +0100 Original-Received: from [129.217.137.204] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18a38G-00023y-00; Sun, 19 Jan 2003 01:16:12 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18a34R-0004VK-00; Sun, 19 Jan 2003 01:12:15 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <20030118170642.42ebdcbb.lazycode@linuxkungfu.org> (Lazycode's message of "Sat, 18 Jan 2003 17:06:42 -0700") Original-Lines: 19 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk 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:10373 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10373 Lazycode writes: Hello, > Is it possible to have parts of the ConTeXt file > processed conditionally? Yes, see the manual (cont-eni.pdf or cont-enp.pdf) and search for \doifmodeelse. That is probably exactly what you need. It is chapter 2.6 "Modes" in "my" manual. > in the ConTeXt manuals (both the beginners and the detailed > manual). it is in the detailed manual. Patrick