Petr Šimon wrote: > Hello, > I have some questions on the capabilities of LYXCMD. > Is it possible to get list of citations and the bibtex file name for > current document or do I have to look through the document myself? > How can I get to master file when the active tab is child document?
not sure what you mean by LYXCMD, but in case you are talking about LFUNs you can put into lyx pipe, then answer for your questions is no. searching for string "bib" through lyx functions manual shows probably all we know as far as bibtex citations is concerned. > It seems that the bibtex file is read every time I try to insert citation > via the dialog, is that correct? i would try breakpoint on Buffer::localBibInfo() pavel
