Well, your example works for me. The mistake seems to be somewhere else. But BibTeX gives some Warning concerning the entry of Frasson2012 (missing author, missing journal). Right now I'm not quite sure where your problem is.
You said, that you wrote all chapters seperately, how did you put them together? Do you get any error messages?
Code: Select all
\begin{filecontents}{\jobname.bib}
@article{Frasson2012,
doi = {10.1080/1741597YYxxxxxxxx},
file =
{:C$\backslash$:/Users/Anna/Documents/Tesi/Specialistica/paper/STING
project reading/Detailed finite element modelling of deep
needle insertions.pdf:pdf},
keywords = {cohesive elements,finite
element method,flexible
probe,fracture,needle insertion,soft
tissue,toughness},
title = {{Detailed finite element
modelling of deep needle
insertions into a soft tissue
phantom using a cohesive
approach}},
year = {2012}
}
@article{Ko2011,
author = {Ko, Seong Young and Frasson, Luca and
{Rodriguez y Baena}, Ferdinando},
doi = {10.1109/TRO.2011.2159411},
file =
{:C$\backslash$:/Users/Anna/Documents/Tesi/Specialistica/paper/STING
project reading/Closed loop planar motion control of a
steerable probe with a programmamble bevel inspired by
nature.pdf:pdf},
issn = {1552-3098},
journal = {IEEE Transactions
on Robotics},
month = oct,
number = {5},
pages ={970--983},
title = {{Closed-Loop Planar Motion Control of a Steerable Probe
With a “Programmable Bevel” Inspired by Nature}},
url={http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=5966364},
volume={27},
year={2011}
}
\end{filecontents}
\documentclass[12pt,twoside,cucitura,italian,greek]{toptesi}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{filecontents}
\usepackage{textcomp}
\usepackage[font=small,format=plain,labelfont=bf,up,textfont=it,up]{caption}
\usepackage{natbib}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}\usepackage{lmodern}
\begin{document}
\english
\mainmatter
%\part{Prima
%Parte}
\chapter{}
TeIt's inspired by the ability of ovipositing wasps.They are
capable to penetrate different kinds of substrate in order to lay
eggs.The ability to pierce both hard substances and target host
larvae are index of robust design,flexible and steerable
capability.The ovipositor-the organ used by these insects for
laying \textbf{eggs}-is a thin and flexible structure, composed
by two or more segments that can slide with respect to each
other.The segments are connected by means of a special dovetail
mechanism, while one inner channel is used for delivering the
eggs. \citep{Ko2011,Frasson2012}
\bibliographystyle{plain}
\bibliography{\jobname}
\end{document}
Instead of natbib and BibTeX you should work with the more modern package biblatex along with the bibliography processor biber.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.