From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15046 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Severin_Obert=FCfer?= Newsgroups: gmane.comp.tex.context Subject: verbatim problem Date: Thu, 22 Apr 2004 20:59:39 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20040422185559.9ECCA10B6A@ref.ntg.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C428AC.BB085D30" X-Trace: sea.gmane.org 1082660483 797 80.91.224.253 (22 Apr 2004 19:01:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2004 19:01:23 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Apr 22 21:01:06 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGjRa-0003Gd-00 for ; Thu, 22 Apr 2004 21:01:06 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7EF1210B6D; Thu, 22 Apr 2004 20:57:14 +0200 (MEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 9ECCA10B6A for ; Thu, 22 Apr 2004 20:55:59 +0200 (MEST) Original-Received: (qmail 14844 invoked by uid 65534); 22 Apr 2004 18:59:38 -0000 Original-Received: from 22.92.76.83.cust.bluewin.ch (EHLO IBM) (83.76.92.22) by mail.gmx.net (mp026) with SMTP; 22 Apr 2004 20:59:38 +0200 X-Authenticated: #12166249 Original-To: X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcQom/YYe+cIkT9hQeCqubgXmdNwPw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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:15046 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15046 This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C428AC.BB085D30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit hello i have a little verbatim problem i used the \startEIFFEL \stopEIFFEL verbatim environment in a verry simple way like this: \startEIFFEL class DEQUE [G] inherit DOUBLE_LINKED_LIST[G] rename extend as insertRight, prepend as insertLeft end create make, make_empty feature -- Access -- and so on \stopEIFFEL now i wanted to make this things a bit more useful and flexible. i thougt of something like this \startEIFFEL \input deque \stopEIFFEL but of corse the keyword input is normal text in verbatim mode... :) is there a simple solution for that, for example like this \startEIFFEL \specialcommand{\input deque} \stopEIFFEL ??? by the way : can i give as to the inputcommand a argument like this: \input D:\Files\ETH\Eiffel\deque.e where "deque.e" is a normal eiffel source file.... thanks for an answer mfg severin ------=_NextPart_000_0000_01C428AC.BB085D30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hello=20
 
i have = a little=20 verbatim problem
 
i used = the=20 \startEIFFEL \stopEIFFEL verbatim environment in a verry simple way like = this:
 
\startEIFFEL
class
    DEQUE=20 [G]
 
   =20 inherit
       =20 DOUBLE_LINKED_LIST[G]
       =20 rename
          &nb= sp;=20 extend as=20 insertRight,
         &nb= sp; =20 prepend as insertLeft
       =20 end
create
    make, make_empty
 
feature --=20 Access
       &nbs= p;   =20
   =20 -- and so on
\stopEIFFEL
 
now i = wanted to make=20 this things a bit more useful and flexible.
 
i = thougt of=20 something like this
 
\startEIFFEL
   =20 \input deque
\stopEIFFEL
 
but of = corse the=20 keyword input is normal text in verbatim mode... :)
is = there a simple=20 solution for that, for example like this
 
\startEIFFEL
\specialcommand{\input deque}
\stopEIFFEL
???
 
by the = way : can i=20 give as to the inputcommand a argument like this:
 
\input = D:\Files\ETH\Eiffel\deque.e
 
where = "deque.e" is a=20 normal eiffel source file....
 
thanks = for an=20 answer
 
mfg
 
severin
------=_NextPart_000_0000_01C428AC.BB085D30--