On 25.12.2009 19:51, Pavel Sanda wrote:
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

Thanks for reply, yes that's what I meant, sorry, I just started to explore the internals of Lyx, so I'm getting used to the lingo. I thought might there might be some undocumented tricks to send commands over the pipe other than the LFUNs, that would allow more access to Lyx from the lyxserver client.
Petr

Reply via email to