Hi,
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
General ⇒ no details in reference list
no details in reference list
Last edited by thommy on Tue Dec 02, 2008 5:06 pm, edited 2 times in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: no details in reference list
i've got it. i told you i am dumb.
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
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