BibTeX, biblatex and biberUsing BibTeX for Citations without a Bibliography Section

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
PhysDragon
Posts: 1
Joined: Thu Oct 20, 2011 8:27 pm

Using BibTeX for Citations without a Bibliography Section

Post by PhysDragon »

Hi there,

Does anyone know if there is a way to use bibtex for citations without including a bibliography section? Specifically I ask because I have a large datatable that I need to typeset separately from the main paper and which has a list of references at the bottom. As such the document with the datatable has just the table and nothing else so having a bibliography section doesn't make sense but it would be easier (and better) if I could link the reference list to the same .bib file as the paper (where the referenced papers do appear in the bibliography).

PhysDragon

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Using BibTeX for Citations without a Bibliography Section

Post by kaiserkarl13 »

I don't think this is possible, but consider the following question: Where is your table going to be published if not in the same document as your bibliography? If it's in a separate document (e.g., supplementary data for a journal, accessed online but not published in the article proper), I would put the citations from the supplementary information in the supplementary information, with its own bibliography. This makes it possible to read the supplementary data by itself, without the original article.

If, on the other hand, you simply want the table to be by itself after the bibliography, then put the bibliography command before the table environment and it should work fine.

You could do something sneaky, such as writing the supplemental document with an \include at the bottom to include the .bbl file, then post-process the PDF to remove the last page(s). This would do what you asked, indirectly. An alternative is to grab all the \cite commands from the paper and turn them into \nocite commands at the beginning of the extra paper. This, however, will not auto-update next time you change something.
Post Reply