Generalno details in reference list

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
thommy
Posts: 2
Joined: Tue Dec 02, 2008 2:49 pm

no details in reference list

Post by thommy »

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
Last edited by thommy on Tue Dec 02, 2008 5:06 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

thommy
Posts: 2
Joined: Tue Dec 02, 2008 2:49 pm

Re: no details in reference list

Post by thommy »

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
Post Reply