Re: biblatex: stili philosophy-classic e philosophy-modern

#37575
Alb
    Up
    0
    Down
    ::


    Ciao,

    una segnalazione. ho trovato un caso in cui philosophy-classic “si dimentica” di stampare l’anno di pubblicazione di un’opera.

    Poniamo che in un testo abbia bisogno di citare entrambe le edizioni di una stessa opera, ad esempio:

    `@COLLECTION
    {ReeUrmson1990,
    editor = “R{\'e}e, Jonathan and Urmson, J.O.”,
    title = “The Concise Encyclopedia of Western Philosophy”,
    booktitle = “The Concise Encyclopedia of Western Philosophy”,
    edition = 2,
    address = “London”,
    publisher = “Routledge”,
    year = 1990}

    @COLLECTION
    {ReeUrmson2005,
    editor = “R{\'e}e, Jonathan and Urmson, J.O.”,
    title = “The Concise Encyclopedia of Western Philosophy”,
    booktitle = “The Concise Encyclopedia of Western Philosophy”,
    edition = 3,
    address = “London”,
    publisher = “Routledge”,
    year = 2005}`

    Philosophy-classic produce il seguente output nella bibliografia:

      Rée, Jonathan and J.O. Urmson (1990) (ed. by), The Concise Encyclopedia
      of Western Philosophy
      , 2nd ed., Routledge, London.
      — (ed. by), The Concise Encyclopedia of Western Philosophy, 3rd ed., Routledge, London.

    Per qualche motivo nella seconda voce non viene stampato “(2005)”.

    Con philosophy-modern e philosophy-verbose, invece, “(2005)” viene stampato.

    Ciao
    Alberto

    Go to top