Re: relative paths

2007-09-03 Thread Bob Lounsbury
On 9/3/07, Daniel Lohmann <[EMAIL PROTECTED]> wrote: > Helmut, > > In fact relative paths work very well - only the file selection dialog does > not return them. Just enter the relative path to the figure by hand or > change it after using the file selection dialog. > > Daniel > > Hauser Helmut sch

Re: relative paths

2007-09-03 Thread Daniel Lohmann
Helmut, In fact relative paths work very well - only the file selection dialog does not return them. Just enter the relative path to the figure by hand or change it after using the file selection dialog. Daniel Hauser Helmut schrieb: Hello, I use LyX on a Linux machine in my office and on

Re: [workaround] Re: relative paths & beamer & temp directory: possible?

2005-07-29 Thread Jean-Marc Lasgouttes
> "Sven" == Sven Schreiber <[EMAIL PROTECTED]> writes: Sven> Well I discovered a "todo" file in the official pgf-distribution Sven> on ctan which says: "9) Honor \graphicspath command." Sven> Is that the same thing? Yes. Jmarc

Re: [workaround] Re: relative paths & beamer & temp directory: possible?

2005-07-29 Thread Jean-Pierre Chretien
>>Date: Fri, 29 Jul 2005 12:15:43 +0200 >>From: Sven Schreiber <[EMAIL PROTECTED]> >>To: Georg Baum <[EMAIL PROTECTED]> >>CC: lyx-users@lists.lyx.org >>Subject: Re: [workaround] Re: relative paths & beamer & temp directory: >>possible?

Re: [workaround] Re: relative paths & beamer & temp directory: possible?

2005-07-29 Thread Sven Schreiber
Georg Baum wrote: >> >>But I still have no clue on why the pgf-thing failed. > > > It simply looks like pgf is not using [EMAIL PROTECTED] Please file this as a > bug > to the author of pgf. IMHO all LaTeX packages that include some external > stuff should honour [EMAIL PROTECTED] And if it doe

Re: [workaround] Re: relative paths & beamer & temp directory: possible?

2005-07-29 Thread Georg Baum
Sven Schreiber wrote: > So I replaced these two ERT lines: > > \pgfdeclareimage[width=1.4cm]{goethe}{grafiken/goethe} > \logo{\pgfuseimage{goethe}} > > with the following ERT one-liner: > > \logo{\includegraphics[width=1.4cm]{grafiken/goethe}} > > ...and that works for me. Fine. Then there i

[workaround] Re: relative paths & beamer & temp directory: possible?

2005-07-28 Thread Sven Schreiber
Georg Baum wrote: > > That should not matter, but I don't know for sure. If [EMAIL PROTECTED] is > set and > if it does not work with one slash (you could also try backslashes instead > of slashes it seems to be a problem of the tex system that you are using. > In this case please ask on the appr

Re: relative paths & beamer & temp directory: possible?

2005-07-28 Thread Angus Leeming
Georg Baum wrote: >> \batchmode >> \makeatletter >> [EMAIL PROTECTED]:/Svens/testlyxtemp//}} >> \makeatother >> (Are the double slashes at the end ok?) > I don't know. Does it work when you remove one slash by hand and run > latex by hand? The double slash has particular significance to the kpse

Re: relative paths & beamer & temp directory: possible?

2005-07-28 Thread Georg Baum
Sven Schreiber wrote: > Yes, the first lines are: > > \batchmode > \makeatletter > [EMAIL PROTECTED]:/Svens/testlyxtemp//}} > \makeatother > > (Are the double slashes at the end ok?) I don't know. Does it work when you remove one slash by hand and run latex by hand? > No, as you can see above.

Re: relative paths & beamer & temp directory: possible?

2005-07-28 Thread Sven Schreiber
Georg Baum wrote: > > You are doing nothing wrong. This is probably bug 1751 > http://bugzilla.lyx.org/show_bug.cgi?id=1751 > > Does the .tex file in the temporary directory contain something like > > [EMAIL PROTECTED] Yes, the first lines are: \batchmode \makeatletter [EMAIL PROTECTED]:/Sven

Re: relative paths & beamer & temp directory: possible?

2005-07-28 Thread Georg Baum
Sven Schreiber wrote: > And I have a "goethe.pdf" file in the "grafiken" directory below the > location of the lyx-file. This works only if I *don't* activate the > "temporary directory" thing. (And the relative path thing works outside > ERT; this success is new on windows, right? Great stuff, th