- Questo topic ha 4 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 12 anni, 11 mesi fa da
ivan.
-
CreatoreTopic
-
15 Ottobre 2013 alle 6:46 #89673::
Ciao a tutti.
Ho un problema con Natbib.
Utilizzo la forma compatta per vedere la reference in forma: nome del primo autore at al., anno (esempio Topolino et al., 2013)
Quando cito 2-3 articoli con lo stesso primo autore mi riporta tutti gli articoli del primo autore per esteso (esempio: Topolino, Pluto e Paperino, 2013; Topolino, Batman e Superman, 2013).
Come potrei fare per avere le reference in forma compatta e che faccia in modo che sia in grado di distinguere due citazioni con lo stesso primo autore ed anno?Grazie in anticipo per la risposta.
Giuseppe
-
CreatoreTopic
-
AutoreRisposte
-
-
15 Ottobre 2013 alle 6:59 #89674::
Pepito” post=89184Ciao a tutti.
Ho un problema con Natbib.
Utilizzo la forma compatta per vedere la reference in forma: nome del primo autore at al., anno (esempio Topolino et al., 2013)
Quando cito 2-3 articoli con lo stesso primo autore mi riporta tutti gli articoli del primo autore per esteso (esempio: Topolino, Pluto e Paperino, 2013; Topolino, Batman e Superman, 2013).
Come potrei fare per avere le reference in forma compatta e che faccia in modo che sia in grado di distinguere due citazioni con lo stesso primo autore ed anno?Grazie in anticipo per la risposta.
Giuseppe
Io non ho capito. Potresti fare un esempio minimo compilabile, completo di bibliografia. Puoi usare l’ambiente filecontents per gli esempi bibliografici.
Ciao
Ivan
-
15 Ottobre 2013 alle 9:34 #89675::
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 = {•},
}`
-
15 Ottobre 2013 alle 14:14 #89676::
Pepito” post=89192Ciao 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.Non ha senso usare biblatex e [tt]\bibliographystyle[/tt]. Confondi biblatex con natbib che sono due pacchetti diversi.
Ciao
Enrico
-
15 Ottobre 2013 alle 17:09 #89677::
Pepito” post=89192Ciao 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 = {•},
}`Non ci sono molte alternative. Quelle citazioni hanno “autori” diversi. Non importa se i primi due autori sono gli stessi. Con biblatex sicuramente si può fare quello che chiedi. Ma in questo momento non saprei come fare. Intanto ti invio un codice minimale:
`
\begin{filecontents}{pepito.bib}
@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 = {},
}
\end{filecontents}\documentclass[english]{article}
\usepackage[english]{babel}
\usepackage[babel]{csquotes}
\usepackage[
style=authoryear-comp,
natbib]{biblatex}
\addbibresource{pepito.bib}\usepackage{hyperref}
\begin{document}
\citep{mohanty,mohanty2,mohanty3}
\citep{petroneiccst, petronecs, petronecpb}
\printbibliography
\end{document}
`Ciao
Ivan
-
-
AutoreRisposte
- Devi essere connesso per rispondere a questo topic.