- Questo topic ha 5 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 15 anni, 3 mesi fa da .
-
Topic
-
Ciao a tutti ho dei problemi con la bibliografia creata con BIBITEX di un articolo. In pratica non viene citata correttamente nel testo e né è inserita correttamente tra le references.
Ecco come viene citata nel testo:“The approach to the simultaneous analysis of DNA mixtures began with (Cowell
et al(2008)Cowell, Lauritzen, and Mortera), bla bla…”e come nelle references
“References
[Andrade and Ferreira(2009)]Andrade M, Ferreira MAM (2009) Bayesian Net-
works in forensic identi_cation problems. Journal of Applied Mathematics
2(2):13-30”Riporto di seguito il codice latex.
Qualcuno può darmi una mano?
Grazie mille.
`\RequirePackage{fix-cm}\documentclass{svjour3}
\smartqed
\usepackage{graphicx}
\usepackage{epsfig,latexsym,xspace,oupbib}
\usepackage{multirow}
\usepackage{longtable}\newcommand\independent{\protect\mathpalette{\protect\independenT}{\perp}}
\def\independenT#1#2{\mathrel{\rlap{$#1#2$}\mkern2mu{#1#2}}}\begin{document}
\title{title}
\author{Sara Merigioli \and sss}
\institute{
ddd \\
fff \\
Tel.: 000\\
Fax: 000\\
\email{sss}\\
\email{sss}
}\date{Received: date / Accepted: date}
\maketitle
\begin{abstract}
.
The approach to the simultaneous analysis of DNA mixtures began with \cite{rgc/sll/jm:2008}, \cite{am/fmam:2009}, bla bla…\end{abstract}
\bibliographystyle{spbasic}
\addcontentsline{toc}{section}{Bibliography}
\bibliography{Bibliogr}\end{document}`
Ecco come ho inserito la bibliografia nel file .bib
`@Article{rgc/sll/jm:2008,
author = {Robert G. Cowell and Steffen Lilholt Lauritzen and
Julia Mortera},
title = {Probabilistic modelling for DNA mixture analysis},
journal = {Forensic Science International: Genetics Supplement Series},
year = {2008},
volume = {1},
pages = {640–2}
}`
- Devi essere connesso per rispondere a questo topic.