I am a recent LaTeX-user, and I am loving the flexibility and esthetically pleasing result it gives when writing scientific documents. At the moment, I find myself in the quite steep learning curve of the LaTeX-language. To learn faster I am using both LyX and Kile, looking at the source generated by LyX to generate the document elements that I am interested in. I should also state that I enjoy Linux(Ubuntu 9.04) as my OS of choice, where I use JabRef to manage my BibTeX-file containing the references of hundreds of articles and books.
Being a worker in organic chemistry, publications are important documentations of our labour and thus the style of these even more so. Let me use an image to introduce my question: The markings on the image mean to draw attention to a couple of dynamic uses of citations in chemical literature:
- 1 - the grouping of references into a sublist of a single bibliographic element (one of the multiple citation bibliographical styles), and the use of specified elements(here letters in the citation of "9bc,11b,39") of a sublist i.e. when re-citing selected publications of relevance to a given argument, having already cited the group as a whole in an earlier more general argument
- 2 - the use of notes in the bibliography to give additional information i.e. to mention an experimental detail, or to point out that one of the references is a review
- 3 - the direct citation of a complete reference in the middle of the text, in this example within the bibliographical note(here the note+reference in citation "38")
2 would correspond to a \bibnote in the notes2bib bundle, which actually works quite well, except for not always updating if the \bibnote is changed(in LyX this can be solved by dissolving and reconstructing the TeX code entry(CTRL-L)
3 is possible using the \bibentry package from the natbib bundle, but I can't seem to make it work using the \usepackage{bibentry} \nobibliography* combination in the preamble, as I also need to show the bibliography at the end of the document.
As you've already noticed in the topic, I am interested to hear what working combinations you are using, as there are several possible packages that can be used to achieve detailed control of citations (natbib, jurabib, biblatex, mciteplus, chemstyle, notes2bib to mention a few)
It would be of great value to me, and hopefully to many others, to see an example of a working LaTeX or LyX document that is up to the mentioned challenges, especially the citing of (non-consecutive) sublist elements!
Your replies are much appreciated.