[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#295129: tetex-bin: pdflatex doesn't handle files with space in their name



LT-P <LT-P@LT-P.net> writes:

> pdflatex cannot compile a tex file with space in its name.
>
> ___
> $ pdflatex conv\ SDEN\ 2005.tex 
> This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5)
> entering extended mode
> ! I can't find file `conv'.
> <*> conv 
>          SDEN 2005.tex


It can if you call it like this:

pdflatex '\input{conv SDEN 2005.tex}'



Reply to: