Re: passing doc dir to converter script? [answer]

2005-05-16 Thread Kevin Pfeiffer
I wrote once upon a time: I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script? I just

Re: passing doc dir to converter script? [answer]

2005-05-16 Thread Kevin Pfeiffer
I wrote once upon a time: I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script? I just

Re: passing doc dir to converter script? [answer]

2005-05-16 Thread Kevin Pfeiffer
I wrote once upon a time: > I'm using the following shell script as part of the latex->dvi LyX > converter and I want to use a relative path to the needed "index-list" > file (located in same dir as LyX document). > Is there a way that LyX can > pass its current document path to this script? I

passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Hi all, I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script? -Kevin (Thanks in advance!) #

Re: passing doc dir to converter script?

2005-05-10 Thread Angus Leeming
Kevin Pfeiffer wrote: Hi all, I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script?

Re: passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Angus Leeming writes: In 1.3.6 you'll be able to define the converter as sh $$s/scripts/latex-indexbuild $$i $$o which will mean that LyX will look for it in $HOME/.lyx/scripts/ /usr/local/share/lyx/scripts/ It's not the script (which is in my bin path) but a little config file

Re: passing doc dir to converter script?

2005-05-10 Thread Angus Leeming
Kevin Pfeiffer wrote: Angus Leeming writes: In 1.3.6 you'll be able to define the converter as sh $$s/scripts/latex-indexbuild $$i $$o which will mean that LyX will look for it in $HOME/.lyx/scripts/ /usr/local/share/lyx/scripts/ It's not the script (which is in my bin path) but

Re: passing doc dir to converter script?

2005-05-10 Thread Matej Cepl
Kevin Pfeiffer scripsit: I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script? What about

Re: passing doc dir to converter script?

2005-05-10 Thread Georg Baum
Am Dienstag, 10. Mai 2005 16:59 schrieb Matej Cepl: Kevin Pfeiffer scripsit: I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass

Re: passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Matej Cepl writet :-) : Kevin Pfeiffer scripsit: I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to

passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Hi all, I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script? -Kevin (Thanks in advance!) #

Re: passing doc dir to converter script?

2005-05-10 Thread Angus Leeming
Kevin Pfeiffer wrote: Hi all, I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script?

Re: passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Angus Leeming writes: In 1.3.6 you'll be able to define the converter as sh $$s/scripts/latex-indexbuild $$i $$o which will mean that LyX will look for it in $HOME/.lyx/scripts/ /usr/local/share/lyx/scripts/ It's not the script (which is in my bin path) but a little config file

Re: passing doc dir to converter script?

2005-05-10 Thread Angus Leeming
Kevin Pfeiffer wrote: Angus Leeming writes: In 1.3.6 you'll be able to define the converter as sh $$s/scripts/latex-indexbuild $$i $$o which will mean that LyX will look for it in $HOME/.lyx/scripts/ /usr/local/share/lyx/scripts/ It's not the script (which is in my bin path) but

Re: passing doc dir to converter script?

2005-05-10 Thread Matej Cepl
Kevin Pfeiffer scripsit: I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script? What about

Re: passing doc dir to converter script?

2005-05-10 Thread Georg Baum
Am Dienstag, 10. Mai 2005 16:59 schrieb Matej Cepl: Kevin Pfeiffer scripsit: I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass

Re: passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Matej Cepl writet :-) : Kevin Pfeiffer scripsit: I'm using the following shell script as part of the latex-dvi LyX converter and I want to use a relative path to the needed index-list file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to

passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Hi all, I'm using the following shell script as part of the latex->dvi LyX converter and I want to use a relative path to the needed "index-list" file (located in same dir as LyX document). Is there a way that LyX can pass its current document path to this script? -Kevin (Thanks in advance!)

Re: passing doc dir to converter script?

2005-05-10 Thread Angus Leeming
Kevin Pfeiffer wrote: > Hi all, > > I'm using the following shell script as part of the latex->dvi LyX > converter and I want to use a relative path to the needed "index-list" > file (located in same dir as LyX document). Is there a way that LyX can > pass its current document path to this

Re: passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Angus Leeming writes: > In 1.3.6 you'll be able to define the converter as > "sh $$s/scripts/latex-indexbuild $$i $$o" > > which will mean that LyX will look for it in > $HOME/.lyx/scripts/ > /usr/local/share/lyx/scripts/ It's not the script (which is in my bin path) but a little config

Re: passing doc dir to converter script?

2005-05-10 Thread Angus Leeming
Kevin Pfeiffer wrote: > Angus Leeming writes: >> In 1.3.6 you'll be able to define the converter as >> "sh $$s/scripts/latex-indexbuild $$i $$o" >> >> which will mean that LyX will look for it in >> $HOME/.lyx/scripts/ >> /usr/local/share/lyx/scripts/ > > It's not the script (which is in

Re: passing doc dir to converter script?

2005-05-10 Thread Matej Cepl
Kevin Pfeiffer scripsit: > I'm using the following shell script as part of the latex->dvi LyX > converter and I want to use a relative path to the needed "index-list" > file (located in same dir as LyX document). Is there a way that LyX can > pass its current document path to this script? What

Re: passing doc dir to converter script?

2005-05-10 Thread Georg Baum
Am Dienstag, 10. Mai 2005 16:59 schrieb Matej Cepl: > Kevin Pfeiffer scripsit: > > I'm using the following shell script as part of the latex->dvi LyX > > converter and I want to use a relative path to the needed "index-list" > > file (located in same dir as LyX document). Is there a way that LyX

Re: passing doc dir to converter script?

2005-05-10 Thread Kevin Pfeiffer
Matej Cepl "writet" :-) : > Kevin Pfeiffer scripsit: > > I'm using the following shell script as part of the latex->dvi LyX > > converter and I want to use a relative path to the needed > > "index-list" file (located in same dir as LyX document). Is there a > > way that LyX can pass its current