Re: catcode magic for file anmes with space (Was: Re: working example)

2000-07-01 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | > While routine use of catcode magic counts as brain damage, all spaces take is | > teeling TeX that space is a letter or other character. the scope of which can | > be bracketed by a group. For example one could write | > | > {\aftergro

Re: catcode magic for file anmes with space (Was: Re: working example)

2000-07-01 Thread Asger K. Alstrup Nielsen
> While routine use of catcode magic counts as brain damage, all spaces take is > teeling TeX that space is a letter or other character. the scope of which can > be bracketed by a group. For example one could write > > {\aftergroup\input\catcode` =12\aftergroup{File name with spaces}} We shoul

catcode magic for file anmes with space (Was: Re: working example)

2000-06-30 Thread Duncan Simpson
While routine use of catcode magic counts as brain damage, all spaces take is teeling TeX that space is a letter or other character. the scope of which can be bracketed by a group. For example one could write {\aftergroup\input\catcode` =12\aftergroup{File name with spaces}} which works becau