Search found 3 matches

by sidebo
Sun Apr 04, 2010 1:25 pm
Forum: BibTeX, biblatex and biber
Topic: citation problem with natbib
Replies: 5
Views: 3306

citation problem with natbib

OK, sorry. so, I used the following

\documentclass[a4paper,12pt,twoside]{article}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[swedish]{babel}
\usepackage{graphicx}
\usepackage[hang,small,bf]{caption}
\usepackage{amsmath,amsfonts,amssymb,epsfig}

\usepackage ...
by sidebo
Sat Apr 03, 2010 12:03 pm
Forum: BibTeX, biblatex and biber
Topic: citation problem with natbib
Replies: 5
Views: 3306

Re: citation problem with natbib

why is the above not a working example?

and please help out instead of saying "do things properly". if I knew how to do things properly I wouldn't be posting here, would I.
by sidebo
Fri Apr 02, 2010 1:06 pm
Forum: BibTeX, biblatex and biber
Topic: citation problem with natbib
Replies: 5
Views: 3306

citation problem with natbib

hey,

I want my citations to look like 'Lundman (2009)' , but what I get is 'Lundman [2009]' (not the right parenthesis).

I use the following code for bibliography:

\begin{thebibliography}{50}
...
\bibitem[Lundman (2009)]{Lundman2009} Lun...
...
\end{thebibliography}
\bibliographystyle{plainnat ...