General ⇒ no details in reference list
no details in reference list
I've installed two Versions of latex
1) Windows Vista, Miktex, Texnicxenter
2) Linux (Suse 10.3), Kile
in both i have the same problem and i'm sorry if this is a beginners question:
The Reference list (using natbib) is to short. No matter what confirguration i use it only shows: Authors, title, year and journal. nothing more
it doesn't show volume number and pages.
i've tried:
makebst
all standard bibstyles
all natbib styles
bibstyles for economic journal
the references look like this:
George D. Greenwade (1993): The Comprehensive Tex Archive Network (CTAN), TUGBoat.
but they should look like this:
George D. Greenwade (1993): The Comprehensive Tex Archive Network (CTAN), TUGBoat,
14(3), p.342–351.
how do i achieve that?
(sorry, but i need the info really bad. i know the question is stupid and simple but i have no idea what i do wrong)
thank you
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: no details in reference list
the kile-bib-manager automatically put an "OPT" before every entry, e.g. instead of
pages = {1-5}
he inserted
OPTpages = {1-5}
i either have to enable the option "show all optional entries" in the makebst-program, or have to delete the OPT.
last one worked. Problem solved.
thank me