On May 25, 2006, at 7:06 AM, Anders Dahnielson wrote:
Just a question: Are there any smooth way to hide the reference/
bibliography
list in LyX so it will not be included? My solution is to hide it
in a Note
block, once the bib file has been processed (if the citations
become "?." I
just "unhide" it and generate a temp output, then "hide" it and
regenerate
the proper output).
You can use the jurabib option of \nobibliography: just add the
following in ERT at the end of your document:
\bibliographystyle{jox}
\bibliography{Bibdatabase}
Doing this alone won't allow you to insert citations from within LyX.
So trick LyX by inserting a bibliography in a Note (and always leave
it in the note). A bit messy, but once it's set up you won't need to
mess with it.
Bennett