From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12123 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Martin_Kolar=EDk?= Newsgroups: gmane.comp.tex.context Subject: RE: Modes Date: Wed, 7 May 2003 13:05:05 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <006c01c31488$89682f00$2197fac3@mii.cz> References: <20078.1052304870@www63.gmx.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1052305665 22492 80.91.224.249 (7 May 2003 11:07:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 May 2003 11:07:45 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed May 07 13:07:41 2003 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 19DMlx-0005qS-00 for ; Wed, 07 May 2003 13:07:41 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id AB43410B3B; Wed, 7 May 2003 13:09:04 +0200 (MEST) Original-Received: from belinda.mii.cz (rhea.mii.cz [212.27.214.13]) by ref.ntg.nl (Postfix) with SMTP id ACCC010B3B for ; Wed, 7 May 2003 13:05:15 +0200 (MEST) Original-Received: (qmail 16634 invoked from network); 7 May 2003 11:05:15 -0000 Original-Received: from enceladus.mii.cz (HELO enceladus) (195.250.151.33) by belinda.mii.cz with SMTP; 7 May 2003 11:05:15 -0000 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20078.1052304870@www63.gmx.net> Importance: Normal Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: 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:12123 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12123 This could be simple, try: \startmode[somemode] ... \stopmode (there is \startnotmode[somemode]..\stopnotmode variant too) or \doifmode{somemode}{this document was...} or \doifnotmode{somemode}{...} or \doifmodeelse{somemode}{when set}{when unset} Have a nice day, Martin > -----Original Message----- > From: ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]On > Behalf Of varheit@gmx.de > Sent: Wednesday, May 07, 2003 12:55 PM > To: ntg-context@ntg.nl > Subject: [NTG-context] Modes > > > Hello, > > I compile a document with texexec --pdf --mode= ..., and I want > to access whatever is specified for in the document as literal > text. > So if I run texexec --pdf --mode=screen ... I want something like "this > document was > processed in screen mode" to show up in the text. > > How can this be done? > > -- > +++ GMX - Mail, Messaging & more http://www.gmx.net +++ > Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >