I'm trying to set up a reading list. For that, I want to have a command like \showfull(myReference), which then actually displays an extended reference that contains Author, year, title, journal some style, instead of referring to it as (author, year) and putting it into the bibliography.
So far I'm using natbib, so a solution using that (or at least no additional package) would be preferred.

biblatex, the successor of all previous bibliography related packages out there for twenty years. The command is namedfullcite. A change tobiblatexwill certainly be a good idea, except you have some complicated style made usingmakebst. – Johannes_B Jun 06 '15 at 14:40natbib. What is the most convenient way to create annotated bibliographies, e.g. in a literature review? and How can I list references from BibTeX file in-line with commentary? – Johannes_B Jun 06 '15 at 19:07\fullcitewill give me all the information from the bib file, including information as link, abstract. Is there a way that allows me to format the information / choose how much I have, or only selects author, year, title, journal? – FooBar Jun 06 '15 at 20:02