Girotra, Karan wrote:
> I was able to solve the ps2pdf problem with setting the correct
> windows path so that ps2pdf was accessible.
>
> However, the cross-referencing and bibtex problem arises because
> lyx-qt does not run latex multiple times. Irrespective of the
> document, it seems latex is run only once. The configure script can
> find Nat bib, it doesn't seem to be checking for bibtex. On my
> machine, bibtex is executable from the command prompt i.e. is in the
> path.
No, it appears that the executable name is hard-coded in the LyX
sources as "bibtex".
Do yo uget any useful info if you run this from the command line?
$ lyx -dbg latex -e dvi your_file.tex
> Also is instant preview of math functional for lyx-qt? If yes, what
> tool does it use to display the equations?
I seem to remember that Ruurd's web site says "yes".
You'll need a functioning shell environment (mingw?)
For the rest, you'll need latex, dvips, gs and pnmcrop. See
${PREFIX}/share/lyx/scripts/lyxpreview2bitmap.sh
You'll also need the preview-latex package installed somewhere that
latex can find it.
--
Angus