Scusate, mi dà sempre un errore alla riga (VUOTA!) compresa tra questi 2 articoli:
\bibitem{art:attali}
D.~Attali and J.~O. Lachaud.
\newblock Delaunay conforming iso-surface, skeleton extraction and noise
removal.
\newblock {\em Computational Geometry}, 19(2-3):175 — 189, 2001.\bibitem{art:baillard}
C.~Baillard and Christian Barillot.
\newblock Robust 3d segmentation of anatomical structures with level sets.
\newblock In {\em Proceedings of the Third International Conference on Medical
Image Computing and Computer-Assisted Intervention}, MICCAI ’00, pages
236–245, London, UK, 2000. Springer-Verlag.
Così è come li vedo nel file bbl.
Di contro, nel file bib, i 2 articoli in questione sono scritti così:
` @inproceedings{art:baillard,author = {Baillard, C. and Barillot, Christian},title = {Robust 3D Segmentation of Anatomical Structures with Level Sets},
booktitle = {Proceedings of the Third International Conference on Medical Image Computing and Computer-Assisted Intervention},series = {MICCAI '00},
year = {2000},isbn = {3-540-41189-5},pages = {236–245},numpages = {10},url = {http://portal.acm.org/citation.cfm?id=646923.710376},
acmid = {710376},publisher = {Springer-Verlag},address = {London, UK}} `
e
`@article{art:attali,
title = “Delaunay conforming iso-surface, skeleton extraction and noise removal”,
journal = “Computational Geometry”,
volume = “19”,
number = “2-3”,
pages = “175 – 189”,
year = “2001”,
issn = “0925-7721”,
doi = “DOI: 10.1016/S0925-7721(01)00019-0”,
url = “http://www.sciencedirect.com/science/article/pii/S0925772101000190”,
author = “D. Attali and J. -O. Lachaud”,keywords = “Volumetric imaging”,
keywords = “Iso-surface”,
keywords = “Delaunay tetrahedrization”,
keywords = “Skeleton”,
keywords = “Voronoi graph”}`
NB: li ho separati perché nel file bib NON sono vicini!
Sapete aiutarmi, che sto diventando matto??
Inoltre, ultima cosa: come posso fare a evitare che mi scriva i numeri di pagina dove trova le citazioni?
Il mio latex (senzione bibliografia è questo):
`\bibliographystyle{plain}
\bibliography{biblio/biblio.bib}
\include{biblio/biblio}\clearpage
\printindex\clearpage`
[/code]“