I'm using natbib, loading a external file having the bibTex characteristics. I have two main problems:
1) I don't understand the reason but the titles of the journals are underlined. I tried in all the ways and
i read a lot of stuff online but I didnt find a solution.
2) The pagination of the references is totally wrong, there are more then one overfulls.
Do you have any suggestion please?
I write you below just a few lines of my thesis (plus all the settings of course) so you want you can compile it and see the reference problem.(in attachment you can find the bibtex file with the references. You have to rename it mybib.bib, since I wasnt able to upload with the .bib extension)
Thanks so much
Alberto
Code: Select all
\documentclass[a4paper,12pt]{book}
\textwidth 410pt
\textheight 580pt
\baselineskip 14.5pt
\topskip 12pt
\oddsidemargin 20pt
\evensidemargin 10pt
\topmargin -3pt
\headheight 19pt
\headsep 39pt
%\footheight 12pt
\linespread{1.3}
%\hyphenation{non-con-ser-va-ti-ve}
\usepackage[english]{babel}
\usepackage[numbers]{natbib}
%\biboptions{round,sort} % sort ti fa le citazioni multiple in ordine alfabetico.
\bibpunct{(}{)}{;}{a}{,}{;}
%bibpunct arguments:
%1)the opening bracket symbol, default = (
%2)the closing bracket symbol, default = )
%3)the punctuation between multiple citations, default = ;
%4)the letter `n' for numerical style, or `s' for numerical superscript style, any other letter for author-year, default = author-year;
%5)the punctuation that comes between the author names and the year
%6)the punctuation that comes between years or numbers when common author lists are suppressed (default = ,);
%The optional argument: is the character preceding a post-note, default is a comma plus space. In redefining this character, one must include a space if one is wanted.
\usepackage{epsfig}
\usepackage{amsmath,amsfonts,amssymb}
%\usepackage[final]{graphicx}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{ulem}
%\usepackage[latin1]{inputenc}
%--------------------------------------------------------------------------------
% Inizio documento
%--------------------------------------------------------------------------------
\begin{document}
%-----------------------------------------------------------------------
%-------------------------------CAPITOLO INTRODUTTIVO------------------------------
%-----------------------------------------------------------------------
\chapter*{Introduction}
\addcontentsline{toc}{chapter}{Introduction}
\mbox{ }
\vspace{0,5cm}
\markboth{Introduction}{Introduction}
The second approach relies on a full coupling of the governing equations within each time step \citep[see for example][and others]{Lyn1987, Holly1990, Lai1991, Correia1992, Saiedi1997, Kassem1998, Cao2002, Cao2004, Caleffi2007}.
In particular, \citet{Saiedi1997} and \citet {Cao2002} compared the numerical stability of coupled and decoupled models and they found out that the coupled model is more stable, especially in the case of rapid variation of bottom elevation. Moreover \citet{Cao2002} and \citet {Correia1992} pointed out that coupled solutions should then be used for the study of long term evolutions of natural rivers. \citet{Sieben1997,Sieben1999} showed that in a range close near critical conditions \citet{Lai1991,LevyPuppo1999,titarevtoro}
\addcontentsline{toc}{chapter}{References}
\bibliography{mybib}{}
%\bibliographystyle{abbrv}
%\bibliographystyle{abbrvnat}
\bibliographystyle{plainnat}
%
\section*{Acknowledgements}
The first author thanks \textit{Cariverona} for financial support under the project \\ \textit{MODITE}.
%
\end{document}