Dear Dominik, dear list,
I´ve got a little bit further, because I understood, that I just can´t
see the files/directorys in the console, but I have to look in the
appropriate folder and find the path-names I find there. I also found
the subdirectory, which in my case here is
lyx_tmpbuf0
I tried to to the following:
Browse to the appropriate
subdirectory and type the following (only the bit after the >):
,--
¦ C:\Temp\lyx_tmpdir.gq7420\lyx_tmpbuf0>bibtex8 -W <filename>1-blx.aux
¦ C:\Temp\lyx_tmpdir.gq7420\lyx_tmpbuf0>bibtex8 -W <filename>2-blx.aux
But the console keeps telling me, that there is »No such file or
directory«. I think, the problem is, that there exist no »blx.aux«-
files in my subdirectory. There is just
<filename>-blx.bib
<filename>.aux
<filename>.bbl
<filename>.blg
<filename>.log
<filename>.pdf
<filename>.tex
<filename>.tex.dep
<filename>.toc
– just one of every instance. So there seem to be no different files
for the different chapters. I use report [Koma], and the chapters
without numbering (»Chapter*«).
I tried to use the above mentioned command on the
<filename>.aux
but again, I get »No such file or directory«.
Do I do something wrong or would I have to channge anything?
Thank you, best*
Jess
______
`----
Thereby, BibTeX will be executed for the appropriate file (you have to
change the <filename>, of course). If you have more than two files
(you
can look that up at the end of the logfile, a file with the extension
.log that resides in the same directory), you have to repeat that for
every file. [Note: if you don't have bibtex8 (bibtex8bit) installed,
try
'bibtex' instead of 'bibtex8 -W'. But it would be better to install
bibtex8.]
Afterwards, you go back to your LyX session and compile once again.
Then
the references should appear.
This seems very complicated at first sight, but I tried to give a
step-by-step explanation, and I think if you've done that once or
twice,
it's not that complicated. However, it would of course be better to
have
this done from inside LyX automatically. I don't know if that's
possible, but you could ask on the developer list or file a bug
report.