Giuseppe

Risposte nei forum create

Stai visualizzando 6 risposte – dal 1 al 6 (di 6 totali)
  • Autore
    Risposte
  • in risposta a: Problemi intestazione #92425
    Up
    0
    Down
    ::


    Grazie ad entrambi.
    @ cfiandra. Avevo già provato da solo a togliere \MakeUpperCase ma non trovavo soluzione.

    @ OldClaudio. Ho risolto prima ancora di leggere la tua risposta commentando \rightmark e aveco risolto. Grazie in ogni caso.

    Giuseppe

    in risposta a: problema lista delle figure #92056
    Up
    0
    Down
    ::


    Grazie.
    Ci avevo già provato ma ottenevo il seguente errore:
    ! Package caption Error: \caption outside float.

    Credo di averlo inserito in modo sbagliato..

    in risposta a: uso pacchetto frontespizio #62444
    Up
    0
    Down
    ::


    Caro Orlando,
    ho provato a compilare come indicato da te il main.tex ma continua a non comparirmi il frontespizio. Mi sai dire dove sbaglio?

    in risposta a: 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 = {•},
    }`

    in risposta a: Problemi bibliografia #83358
    Up
    0
    Down
    ::


    Grazie. La soluzione indicata da te già l’ho utilizzata. Speravo ci fosse una più comoda.
    Purtroppo devo seguire questo template.
    Graziee

    in risposta a: Problemi bibliografia #83356
    Up
    0
    Down
    ::


    Si immaginavo che non fosse chiaro. Faccio un esempio.

    Latex:
    L’esperimento sui topi \cite{pippo} è riuscito bene ed ha ottenuto risultati diversi da quelli precedenti \cite{paperino, topolino}.

    Bibliografia
    \begin{thebibliography}{5}
    %
    \bibitem{topolino} %
    Topolini da esperimento
    %
    \bibitem{pippo} %
    esperimenti vecchi
    %
    \bibitem{paperino} %
    esperimenti buoni
    %

    PDF
    L’esperimento sui topi [2] è riuscito bene ed ha ottenuto risultati diversi da quelli precedenti [3,1].

    Ecco! l’ordine dei numeri nel testo segue l’ordine della bibliografia (di come sono stati inseriti).

    Ho fatto un esempio molto banale. Spero sia chiaro.

Stai visualizzando 6 risposte – dal 1 al 6 (di 6 totali)

Go to top