Re: Tilde bug

2002-03-08 Thread Jean-Marc Lasgouttes
> "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

RE: Tilde bug

2002-03-07 Thread Michael Bax
> 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

Re: Tilde bug

2002-03-07 Thread Jean-Marc Lasgouttes
> "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

RE: Tilde bug

2002-03-06 Thread Michael
> 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

Re: Tilde bug

2002-03-06 Thread Jean-Marc Lasgouttes
> "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

Re: Tilde bug

2002-03-06 Thread Jean-Marc Lasgouttes
> "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

Tilde bug

2002-03-05 Thread Michael
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