Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I formatted my document in a specific way. The citiation should always look like that

(Author, Year[, page number])

and then the appendant reference should be listed like that

Author (Year). Title.......

For the round brackets i used this include in tex

\usepackage[round]{natbib}

For citing i used this format

\cite[page number]{intmed}

and the reference is at the end of the document

\bibitem[Intendmedia, 2012]{intmed}{Intendmedia (2012).

Everything works fine, as long as i include the page numbers. If there is a citation without any page numbers the citation is always formatted like this

Author (Year) instead of (Author, Year)

How can i solve this problem. It is really confusing to me as Tex-Newbie

share|improve this question
Do you mean you manually enter the page number at the place where you are citing it? Or even better, provide a complete minimal working example (MWE). – mafp Dec 21 '12 at 23:24

closed as too localized by lockstep, Joseph Wright Jan 5 at 22:53

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.