> "Michael" == Michael Bax <[EMAIL PROTECTED]> writes:
Michael> I tested it for tildes (manually editing the .tex file), and
Michael> it worked fine.
>>
Michael> Spaces might work if you enclose the path in quotes, eg:
Michael> \def\input@path{{"C:/Program Files/Cygwin/tmp/"}} but I don't
Mic
> Michael> I tested it for tildes (manually editing the .tex file), and
> Michael> it worked fine.
>
> Michael> Spaces might work if you enclose the path in quotes, eg:
> Michael> \def\input@path{{"C:/Program Files/Cygwin/tmp/"}} but I don't
> Michael> recall the results.
>
> I do not see how, sin
> "Michael" == Michael <[EMAIL PROTECTED]> writes:
Michael> Hi LyX fails to protect a tilde (~) in the input path when
Michael> supplied to LaTeX:
>>
Michael> Eg \def\input@path{{/home/username/age~5/}} or (under Cygwin)
Michael> \def\input@path{{C:/Progra~1/Cygwin/tmp/}} .
>>
Michael> If ea
> Michael> Hi LyX fails to protect a tilde (~) in the input path when
> Michael> supplied to LaTeX:
>
> Michael> Eg \def\input@path{{/home/username/age~5/}} or (under Cygwin)
> Michael> \def\input@path{{C:/Progra~1/Cygwin/tmp/}} .
>
> Michael> If each occurrence of the tilde were preceeded by "\st
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> Appended is an (untested) patch which does what you
Jean-Marc> request. Of course there will be other characters for which
Jean-Marc> this is needed.
Of course, I forgot the patch. Here it is
JMarc
patch-tilde
> "Michael" == Michael <[EMAIL PROTECTED]> writes:
Michael> Hi LyX fails to protect a tilde (~) in the input path when
Michael> supplied to LaTeX:
Michael> Eg \def\input@path{{/home/username/age~5/}} or (under Cygwin)
Michael> \def\input@path{{C:/Progra~1/Cygwin/tmp/}} .
Michael> If each o
Hi
LyX fails to protect a tilde (~) in the input path when supplied to LaTeX:
Eg
\def\input@path{{/home/username/age~5/}}
or (under Cygwin)
\def\input@path{{C:/Progra~1/Cygwin/tmp/}}
.
If each occurrence of the tilde were preceeded by "\string", this problem
would be solved and