[NTG-context] strange file name
luigi scarso
luigi.scarso at gmail.com
Sat Oct 25 18:33:03 CEST 2008
On Sat, Oct 25, 2008 at 6:12 PM, Ruini Xue <xueruini at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ntg.nl/pipermail/ntg-context/attachments/20081025/3fa04db3/attachment.html
More information about the ntg-context
mailing list