From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24387 Path: news.gmane.org!not-for-mail From: Wolfgang Zillig Newsgroups: gmane.comp.tex.context Subject: \starttyping Date: Fri, 16 Dec 2005 17:05:50 +0100 Message-ID: <43A2E5DE.3060108@student.kuleuven.be> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134749486 10156 80.91.229.2 (16 Dec 2005 16:11:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2005 16:11:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 16 17:11:24 2005 Return-path: 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 1EnI9n-00057O-U3 for gctc-ntg-context-518@m.gmane.org; Fri, 16 Dec 2005 17:10:07 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6A8CC1278A; Fri, 16 Dec 2005 17:10:07 +0100 (CET) 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 23860-01; Fri, 16 Dec 2005 17:10:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E220F127F4; Fri, 16 Dec 2005 17:05:56 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A032127F4 for ; Fri, 16 Dec 2005 17:05:55 +0100 (CET) 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 23565-05 for ; Fri, 16 Dec 2005 17:05:54 +0100 (CET) Original-Received: from nibbel.kulnet.kuleuven.ac.be (nibbel.kulnet.kuleuven.ac.be [134.58.240.41]) by ronja.ntg.nl (Postfix) with ESMTP id 380ED1278A for ; Fri, 16 Dec 2005 17:05:54 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id DACDE4C4DF for ; Fri, 16 Dec 2005 17:05:53 +0100 (CET) Original-Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 879774C61C for ; Fri, 16 Dec 2005 17:05:51 +0100 (CET) Original-Received: from [10.33.194.76] (dhcp-194-076.bwk.kuleuven.ac.be [10.33.194.76]) by smtp02.kuleuven.be (Postfix) with ESMTP id 6D0DA2CAAB4 for ; Fri, 16 Dec 2005 17:05:51 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en Original-To: mailing list for ConTeXt users X-Virus-Scanned: by KULeuven Antivirus Cluster X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:24387 Archived-At: Hello, I wan't to typset some programming code \starttyping code \stoptyping works perfect. But is there a way to use directly the input of a file? When I use \starttyping \input file.m \stoptyping I get the line \input file.m displayed. I think there is an easy way to get this problem solved but it will not get into my head. Many thanks Wolfgang