> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> It certainly seems reasonable to do this incrementally, so:
Angus> * Use GetLongPathName on the result of GetTempPath * Use
Angus> latex_path to wrap any references to external files, rather
Angus> than external_path. * Fix os_win3
Jean-Marc Lasgouttes wrote:
> Jean-Marc> What I am wondering about right now is where your ~ came
> Jean-Marc> from. Obviously, your temp path contains dos-style paths
> Jean-Marc> whereas it should not. What about fixing this first?
>
> More precisely, what about using GetLongPathName
>
http:/
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> What I am wondering about right now is where your ~ came
Jean-Marc> from. Obviously, your temp path contains dos-style paths
Jean-Marc> whereas it should not. What about fixing this first?
More precisely, what about
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> It introduces a new 'latex_path' function and uses it in place
Angus> of os::external_path in: buffer.C's Buffer::makeLaTeXFile
Angus> insetbib.C's InsetBibtex::latex insetgraphics.C's
Angus> InsetGraphics::latex
The quoting part i
Jean-Marc, this is an untested patch against LyX 1.3.x. I'll test this
patch out on a Windows machine this evening and, if successful, will also
make a similar patch for the 1.4.x tree.
It introduces a new 'latex_path' function and uses it in place of
os::external_path in:
buffer.C's Buffer