Re: Stili biblatex-philosophy

#43740
Andrea
Partecipante
    Up
    0
    Down
    ::


    Ciao Ivan,
    l’utilizzo del solo campo label:
    `
    @proceedings{sharp:BenchSchool,
    label = {Sharp, Terry},
    title = {Benchmarking Energy Use in Schools},
    date = {1998},
    pages = {3.305-3.316},
    note = {Proceedings of the 1998 ACEEE Summer Study},
    location = {Washington, DC},
    institution = {ACEEE},
    hyphenation = {english},
    }
    `
    produce:
    Benchmarking Energy Use in Schools, Proceedings of the 1998 ACEE Summer Study, DC 1998, p. 3.305-3.316.
    Senza quindi l’indicatore del campo label e ordinato secondo la B di benchmarking.

    Se utilizzo:
    `
    @proceedings{sharp:BenchSchool,
    editor = {Sharp, Terry},
    label = {Sharp, Terry},
    title = {Benchmarking Energy Use in Schools},
    date = {1998},
    pages = {3.305-3.316},
    note = {Proceedings of the 1998 ACEEE Summer Study},
    location = {Washington, DC},
    institution = {ACEEE},
    hyphenation = {english},
    }
    `
    L’editor viene ancora sostituito con — (a cura di).
    Dove sbaglio?

    Nella seconda voce metti
    label = {Sharp, Terry}

    Non è una soluzione e funziona solo perché usi lo schema numerico.
    Personalmente non lo farei.

    Non utilizzeresti la combinazione philosophy-verbose+numeric oppure lasceresti l’indicazione — come secondo editor? E, se posso, perché faresti così?

    Grazie
    Andrea

    Go to top