GeneralUsing bibliography items in text

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
one_eddie
Posts: 13
Joined: Thu Sep 04, 2008 11:13 am

Using bibliography items in text

Post by one_eddie »

Is there a way I could use bibliography items like:

Code: Select all

@BOOK{Jaszkiewicz:IO,
  AUTHOR =       {Andrzej Jaszkiewicz},
  TITLE =        {Inżynieria oprogramowania},
  PUBLISHER =    {Helion},
  YEAR =         {1997},
}
to show in my text something like:

Code: Select all

... text (A.Jaszkiewicz, [i]Inżynieria oprogramowania[/i]. Helion, 1997.) text ...
using in my tex file command shown below (or something similar)?

Code: Select all

... text (\citeinfo{Jaszkiewicz:IO}) text...
I know how to define a new command and format the text as i need, but how can I access "bibitem" values?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Using bibliography items in text

Post by localghost »

You have to use a special (author - year) BibTeX style. But I don't know exactly which one. You have the possibility to create your own style file by running latex on makebst.tex that comes with custom-bib and is a part of every LaTeX distribution.


Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
one_eddie
Posts: 13
Joined: Thu Sep 04, 2008 11:13 am

Re: Using bibliography items in text

Post by one_eddie »

I couldn't find any example or description I could use, so I made simple cite. Thanks anyway.

Best regards,
Eddie
Post Reply