BibTeX, biblatex and biberImport abstract only

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
matthew
Posts: 1
Joined: Fri Oct 04, 2019 7:15 pm

Import abstract only

Post by matthew »

Hi all -- I'm conducting a long literature scan and want to add a citation and abstract to my text. Right now, I'm using

Code: Select all

\bibentry{my_citation_key}
to import the citation. Is there a way to import the abstract right below the citation? Or, is there a separate command that allows me to only import the abstract from my .bib file?

Thanks!
Matthew

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

Import abstract only

Post by kaiserkarl13 »

It would involve writing a bibliography style file (*.bst) that only inserts the abstract. This could be done, but you'd have to write it yourself (it's not an everyday request).
Post Reply