>>>>> "Rob" == Rob S <[EMAIL PROTECTED]> writes:

Rob> Rob S wrote:
>>
>>> 
>>> 
>>> Also, if someone can explain what TeXFiles.sh is intended to do
>>> since on windows XP it fails at line 1. (Herbert or Jean-Marc
>>> perhaps). I note no trouble without it though.
>> 
>> 
>> By adding the path to lyx/bin manually at line 1 thus:
>> 
>> #!/bin/sh
>> 
>> to
>> 
>> #!C:/lyx/bin/sh
>> 
>> the now script works! It tells me:

Could you try to change the first line to (notice the space):
#! /bin/sh

>> Indexing files of type cls Indexing files of type sty Indexing
>> files of type bst
>> 
Rob> For the record I now have three empty files in my .lyx folder

Rob> bstFiles.lst etc.

>> I guess that must mean something in the scheme of things.

These scripts are supposed to populate the lists of packages for the
View>TeX Information dialog.

It would be interesting to run the scripts by hand and see why they
fail. I suspect this is because they rely on the program kpsewhich,
which here returns a list of all the files of a certain type known to
TeX. I am not sure what is the equivalent program for miktex.

JMarc

Reply via email to