Re: natbib

#89675
Up
0
Down
::


Ciao Ivan.
Di seguito ti riporto il main e la biblio. Se li compili avrai chiarimenti sul problema.
In particolare se guardi le citazioni di Petrone esse escono tutte in formato non compresso perchè tutte 3 hanno lo stesso primo autore e anno. Io vorrei farli uscire in maniera compresse tutti e 3.
NB: Devo x forza utilizzare questa stile (autore, anno) perchè così indicato dalla rivista scientifica.

Grazie.
Giuseppe

`
\documentclass[english]{article}

%\usepackage[bibstyle=authortitle, citestyle=authoryear-comp]{biblatex}
%\bibliography{damping}
\usepackage[english]{babel}
\usepackage[babel]{csquotes}
\usepackage{hyperref}
\usepackage[round,compress]{natbib}
\usepackage{relsize}
\renewcommand{\thefootnote}{\arabic{footnote}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\bibliographystyle{agsm}

CIAO

\citep{mohanty,mohanty2,mohanty3}

\citep{petroneiccst, petronecs, petronecpb}

\bibliography{biblio2}
\end{document}
`

Bib file

`
@article{petronecs,
author = {Petrone, G. and Rao, S. and De Rosa, S. and Mace, B.~R., and Franco, F. and Bhattacharyya, D.},
title = {Behaviour of fibre-reinforced honeycomb core under low velocity impact loading},
journal = {Composite Structures},
year = {2013},
volume = {100},
number = {•},
OPTeid = {•},
OPTissue = {•},
OPTmonth = {•},
pages = {356 – 362},
OPTversion = {•},
}

@article{petronecpb,
author = {Petrone, G. and Rao, S. and De Rosa, S. and Mace, B.~R., and Franco, F. and Bhattacharyya, D.},
title = {Initial experimental investigations on natural fibre reinforced honeycomb core panels},
journal = {Composites: Part B},
year = {2013},
volume = {55},
number = {•},
OPTeid = {•},
OPTissue = {•},
OPTmonth = {•},
pages = {400 – 406},
OPTversion = {•},
}
@Book{mohanty,
author = {Mohanty, A.~K. and Misra, M. and Drzal, L.~T.},
ALTeditor = {•},
title = {Natural fibers, biopolymers, and biocomposites},
publisher = {Taylor \& Francis},
year = {2005},
pages = {896 p.},
}

@Article{mohanty3,
author = {Mohanty, A.~K. and Misra, M. and Hinrichsen, G.},
title = {Biofibres, biodegradable polymers and biocomposites: an overview},
journal = {Macromolecular Materials and Engineering},
year = {2000},
OPTkey = {•},
volume = {276/277},
number = {1},
pages = {1 – 24},
OPTmonth = {•},
OPTannote = {•}
}

@Article{mohanty2,
author = {Mohanty, A.~K. and Misra, M. and Drzal, L.~T.},
title = {Sustainable Bio-Composites from Renewable Resources: Opportunities and Challenges in the Green Materials World},
journal = {Journal of Polymers and the Environment},
year = {2013},
OPTkey = {•},
volume = {10},
number = {1},
pages = {19 – 26},
OPTmonth = {•},
OPTannote = {•}
}

@inproceedings{petroneiccst,
author = {Petrone, G. and D'Alessandro, V. and Franco, F. and Mace, B. and De Rosa, S.},
OPTeditor = {•},
title = {Modal characterization on recyclable foam sandwich panels},
booktitle = {Proceedings of the 9th International Conference on Composite Science and Technology (ICCST/9)},
year = {2013},
OPTsubtitle = {•},
OPTtitleaddon = {•},
OPTmaintitle = {sss},
OPTmainsubtitle = {•},
OPTmaintitleaddon = {•},
OPTbooksubtitle = {•},
OPTbooktitleaddon = {•},
OPTeventtitle = {aaaaa},
OPTeventdate = {•},
OPTvenue = {•},
OPTlanguage = {•},
OPTvolume = {•},
OPTpart = {•},
OPTvolumes = {•},
OPTseries = {•},
OPTnumber = {•},
note = {24 – 26 April, Sorrento, Italy},
OPTorganization = {•},
OPTpublisher = {•},
OPTmonth = {•},
OPTisbn = {•},
OPTchapter = {•},
OPTpages = {•},
OPTaddendum = {•},
OPTpubstate = {•},
OPTdoi = {•},
OPTeprint = {•},
OPTeprintclass = {•},
OPTeprinttype = {•},
OPTurl = {•},
OPTurldate = {•},
}`

Go to top