20 Sep
2006
20 Sep
'06
11:41 a.m.
On Wed, Sep 20, 2006 at 08:16:08AM +0200, Taco Hoekwater wrote:
That said, pdftex *can* read files with multiple spaces in them, if you are able to intercept the tokenizer fast enough.
either \catcode`\ =12\relax\input"foo bar"\catcode`\ =10\relax or {\catcode`\ =12\gdef\notaspace{ }} \input"a\notaspace\notaspace b" works fine.
or
\input "a \space b"
\pdfximage{a \space b.png}
Yours sincerely
Heiko