>>To: Herbert Voss <[EMAIL PROTECTED]>
>>Cc: [EMAIL PROTECTED]
>>Subject: Re: bug with space in dir name
>>From: Stefano Ghirlanda <[EMAIL PROTECTED]>
>>X-Home-Page: http://ethology.zool.su.se/~stefano
>>Date: 16 Dec 2000 19:32:09 +0100
>>User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4
>>
>>Herbert Voss <[EMAIL PROTECTED]> writes:
>>
>>> Stefano Ghirlanda wrote:
>>> >  Hi, I do not know wheter this is a bug in LyX or LaTeX/TeX, but
>>> > is seems that documents whose full path contains spaces cannot be
>>> > typeset.  For instance I see this in the temporary file in the
>>> > /tmp/lyx_blabla directory:
>>> >
>>> >  \def\input@path{{/home/ethology/common/Projects/Learning v
>>> > Genetic//}}
>>> 
>>> try
>>> 
>>> \def\input@path{/home/ethology/common/Projects/Learning\ v\
>>> Genetic/}
>>
>>Yes, I guess it would work. The problem is that the input@path is not
>>something I put in the document, but it's generated by LyX. That's why
>>I said it's a bug in Lyx.

I was about to mention this source of missing \begin{document} error
due to the fact that LyX must create the path to the directory
for inclusions when a temporary is used.
What is misleading in addition is the fact that exporting to LaTeX
does not show any problem (no path needed).

Seems that the code creating the file path should protect spaces,
even if is not advisable to use such spaces in file names on an OS where
the space is a separator.

-- 
Jean-Pierre

Reply via email to