BibTeX, biblatex and biberUse Citations from BibTeX File without Bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
desmothenes
Posts: 2
Joined: Sun Feb 19, 2012 6:44 pm

Use Citations from BibTeX File without Bibliography

Post by desmothenes »

I am working on a slide presentation using the beamer document class. I am using apacite for citations. I wish to cite articles from my bib file, but I do not wish to have a bibliography at the end of the document, and I do not wish for the document to list the references in the bibliography.

I was unable to figure out how to not show the bibliography (if I do not include \bibliography{filename} in the file I do not know how the \cite command will know where to look for the citation information)

I thought I could simply generate the PDF and then remove the references page later, but I still did not want it to show up in the table of contents, so I tried to use \usepackage[notocbib]{apacite} which is supposed to suppress the references section, from the table of contents however it still shows up.

Answering either or both of these issues would be great. Thank you, and I apologize if this is answered elsewhere, my searches were not fruitful, but perhaps I do not know the proper keywords. If so please refer me to where to find the answer.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Use Citations from BibTeX File without Bibliography

Post by localghost »

Looks to me like a job for the bibentry package from the natbib bundle. Perhaps the biblatex package with its \fullcite command can also be helpful.


Best regards and welcome to the board
Thorsten
desmothenes
Posts: 2
Joined: Sun Feb 19, 2012 6:44 pm

Re: Use Citations from BibTeX File without Bibliography

Post by desmothenes »

bibentry does the job perfectly.

Thanks!
Post Reply