From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/45093 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: strange file name Date: Sat, 25 Oct 2008 18:33:03 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0035704139==" X-Trace: ger.gmane.org 1224952499 15960 80.91.229.12 (25 Oct 2008 16:34:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2008 16:34:59 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sat Oct 25 18:36:01 2008 connect(): Connection refused 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 lo.gmane.org with esmtp (Exim 4.50) id 1Ktm7M-00057n-KG for gctc-ntg-context-518@m.gmane.org; Sat, 25 Oct 2008 18:36:00 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 96A851FBBA; Sat, 25 Oct 2008 18:34:50 +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 04933-01-10; Sat, 25 Oct 2008 18:33:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA5991FB8C; Sat, 25 Oct 2008 18:33:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 669711FB71 for ; Sat, 25 Oct 2008 18:33:41 +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 04933-01-9 for ; Sat, 25 Oct 2008 18:33:03 +0200 (CEST) Original-Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by ronja.ntg.nl (Postfix) with ESMTP id C676E1FBBA for ; Sat, 25 Oct 2008 18:33:03 +0200 (CEST) Original-Received: by fk-out-0910.google.com with SMTP id 18so1496814fks.2 for ; Sat, 25 Oct 2008 09:33:03 -0700 (PDT) Original-Received: by 10.187.227.5 with SMTP id e5mr316104far.17.1224952383418; Sat, 25 Oct 2008 09:33:03 -0700 (PDT) Original-Received: by 10.187.211.5 with HTTP; Sat, 25 Oct 2008 09:33:03 -0700 (PDT) In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:45093 Archived-At: --===============0035704139== Content-Type: multipart/alternative; boundary="----=_Part_5111_11569825.1224952383413" ------=_Part_5111_11569825.1224952383413 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sat, Oct 25, 2008 at 6:12 PM, Ruini Xue wrote: > source file: > > %%%%%%%%%%%%%% > \starttext > {\input knuth} > > \stoptext > %%%%%%%%%%%%%%%%%%% > > compiling it produces error: > > ! I can't find file `knuth}'. > l.2 {\input knuth} > > Why does tex recognize "knuth}" but not "knuth" as the file name? > Watch for the space after knuth %%%%%%%%%%%%%% \starttext {\input knuth } \stoptext %%%%%%%%%%%%%%%%%%% Also %%%%%%%%%%%%%% \starttext {\input knuth\relax} \stoptext %%%%%%%%%%%%%%%%%%% It's TeX \input -- luigi ------=_Part_5111_11569825.1224952383413 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On Sat, Oct 25, 2008 at 6:12 PM, Ruini Xue <xueruini@gmail.com> wrote:
source file:

%%%%%%%%%%%%%%
\starttext
{\input knuth}

\stoptext
%%%%%%%%%%%%%%%%%%%

compiling it produces error:

! I can't find file `knuth}'.
l.2 {\input knuth}

Why does tex recognize "knuth}" but not "knuth" as the file name?

Watch for the space after knuth

%%%%%%%%%%%%%%
\starttext
{\input knuth }

\stoptext
%%%%%%%%%%%%%%%%%%%



Also
%%%%%%%%%%%%%%
\starttext
{\input knuth\relax}

\stoptext
%%%%%%%%%%%%%%%%%%%

It's TeX \input


--
luigi

------=_Part_5111_11569825.1224952383413-- --===============0035704139== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0035704139==--